Skip to content

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.

ChartsRequired

Charts interface{}
  • Type: interface{}

DashboardNameRequired

DashboardName interface{}
  • Type: interface{}

ProjectNameRequired

ProjectName interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

DisplayNameOptional

DisplayName interface{}
  • Type: interface{}