Skip to content

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.

ChartsRequired

public object Charts { get; set; }
  • Type: object

Property charts: Chart list.


DashboardNameRequired

public object DashboardName { get; set; }
  • Type: object

Property dashboardName: Dashboard name.


ProjectNameRequired

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.


DescriptionOptional

public object Description { get; set; }
  • Type: object

Property description: Dashboard description.


DisplayNameOptional

public object DisplayName { get; set; }
  • Type: object

Property displayName: Dashboard display name.