RosDashboardProps
Properties for defining a RosDashboard
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-dashboard
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksls"
&alicloudroscdksls.RosDashboardProps {
Charts: interface{},
DashboardName: interface{},
ProjectName: interface{},
Description: interface{},
DisplayName: interface{},
}
Properties
Name | Type | Description |
---|---|---|
Charts |
interface{} |
No description. |
DashboardName |
interface{} |
No description. |
ProjectName |
interface{} |
No description. |
Description |
interface{} |
No description. |
DisplayName |
interface{} |
No description. |
Charts
Required
Charts interface{}
- Type: interface{}
DashboardName
Required
DashboardName interface{}
- Type: interface{}
ProjectName
Required
ProjectName interface{}
- Type: interface{}
Description
Optional
Description interface{}
- Type: interface{}
DisplayName
Optional
DisplayName interface{}
- Type: interface{}