Skip to content

DashboardProps

Properties for defining a Dashboard.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-dashboard

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksls"
&alicloudroscdksls.DashboardProps {
    Charts: interface{},
    DashboardName: interface{},
    ProjectName: interface{},
    Description: interface{},
    DisplayName: interface{},
}

Properties

Name Type Description
Charts interface{} Property charts: Chart list.
DashboardName interface{} Property dashboardName: Dashboard name.
ProjectName interface{} Property projectName: Project name: 1.
Description interface{} Property description: Dashboard description.
DisplayName interface{} Property displayName: Dashboard display name.

ChartsRequired

Charts interface{}
  • Type: interface{}

Property charts: Chart list.


DashboardNameRequired

DashboardName interface{}
  • Type: interface{}

Property dashboardName: Dashboard name.


ProjectNameRequired

ProjectName interface{}
  • Type: interface{}

Property projectName: Project name: 1.

Only supports lowercase letters, numbers, hyphens (-) and underscores (_). 2. Must start and end with lowercase letters and numbers. 3. The name length is 3-63 characters.


DescriptionOptional

Description interface{}
  • Type: interface{}

Property description: Dashboard description.


DisplayNameOptional

DisplayName interface{}
  • Type: interface{}

Property displayName: Dashboard display name.