DashboardProps
Properties for defining a Dashboard
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-dashboard
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sls;
new DashboardProps {
object Charts,
object DashboardName,
object ProjectName,
object Description = null,
object DisplayName = null
};
Properties
Name | Type | Description |
---|---|---|
Charts |
object |
Property charts: Chart list. |
DashboardName |
object |
Property dashboardName: Dashboard name. |
ProjectName |
object |
Property projectName: Project name: 1. |
Description |
object |
Property description: Dashboard description. |
DisplayName |
object |
Property displayName: Dashboard display name. |
Charts
Required
public object Charts { get; set; }
- Type: object
Property charts: Chart list.
DashboardName
Required
public object DashboardName { get; set; }
- Type: object
Property dashboardName: Dashboard name.
ProjectName
Required
public object ProjectName { get; set; }
- Type: object
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
public object Description { get; set; }
- Type: object
Property description: Dashboard description.
DisplayName
Optional
public object DisplayName { get; set; }
- Type: object
Property displayName: Dashboard display name.