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. |
Charts
Required
Charts interface{}
- Type: interface{}
Property charts: Chart list.
DashboardName
Required
DashboardName interface{}
- Type: interface{}
Property dashboardName: Dashboard name.
ProjectName
Required
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.
Description
Optional
Description interface{}
- Type: interface{}
Property description: Dashboard description.
DisplayName
Optional
DisplayName interface{}
- Type: interface{}
Property displayName: Dashboard display name.