Skip to content

RosManagedPrometheusProps

Properties for defining a RosManagedPrometheus.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-arms-managedprometheus

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkarms"
&alicloudroscdkarms.RosManagedPrometheusProps {
    ClusterType: interface{},
    SecurityGroupId: interface{},
    VpcId: interface{},
    VSwitchId: interface{},
    ClusterId: interface{},
    ClusterName: interface{},
    GrafanaInstanceId: interface{},
}

Properties

Name Type Description
ClusterType interface{} No description.
SecurityGroupId interface{} No description.
VpcId interface{} No description.
VSwitchId interface{} No description.
ClusterId interface{} No description.
ClusterName interface{} No description.
GrafanaInstanceId interface{} No description.

ClusterTypeRequired

ClusterType interface{}
  • Type: interface{}

SecurityGroupIdRequired

SecurityGroupId interface{}
  • Type: interface{}

VpcIdRequired

VpcId interface{}
  • Type: interface{}

VSwitchIdRequired

VSwitchId interface{}
  • Type: interface{}

ClusterIdOptional

ClusterId interface{}
  • Type: interface{}

ClusterNameOptional

ClusterName interface{}
  • Type: interface{}

GrafanaInstanceIdOptional

GrafanaInstanceId interface{}
  • Type: interface{}