ManagedPrometheusProps
Properties for defining a ManagedPrometheus
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-arms-managedprometheus
Initializer
import { ManagedPrometheusProps } from '@alicloud/ros-cdk-arms'
const managedPrometheusProps: ManagedPrometheusProps = { ... }
Properties
Name | Type | Description |
---|---|---|
clusterType |
string | @alicloud/ros-cdk-core.IResolvable |
Property clusterType: The type of the cluster. |
securityGroupId |
string | @alicloud/ros-cdk-core.IResolvable |
Property securityGroupId: The security group ID of the cluster. |
vpcId |
string | @alicloud/ros-cdk-core.IResolvable |
Property vpcId: The vpc ID of the cluster. |
vSwitchId |
string | @alicloud/ros-cdk-core.IResolvable |
Property vSwitchId: The vswith ID of the cluster. |
clusterId |
string | @alicloud/ros-cdk-core.IResolvable |
Property clusterId: The ID of the Kubernetes cluster of Alibaba Cloud Container Service for Kubernetes. |
clusterName |
string | @alicloud/ros-cdk-core.IResolvable |
Property clusterName: The name of the cluster. |
grafanaInstanceId |
string | @alicloud/ros-cdk-core.IResolvable |
Property grafanaInstanceId: The ID of the managed Grafana workspace bound to the cluster. |
clusterType
Required
public readonly clusterType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property clusterType: The type of the cluster.
Currently, only ask, ecs and one clusters are supported. Default is ecs.
securityGroupId
Required
public readonly securityGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property securityGroupId: The security group ID of the cluster.
vpcId
Required
public readonly vpcId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vpcId: The vpc ID of the cluster.
vSwitchId
Required
public readonly vSwitchId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vSwitchId: The vswith ID of the cluster.
clusterId
Optional
public readonly clusterId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property clusterId: The ID of the Kubernetes cluster of Alibaba Cloud Container Service for Kubernetes.
clusterName
Optional
public readonly clusterName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property clusterName: The name of the cluster.
Required when the ClusterType is ecs.
grafanaInstanceId
Optional
public readonly grafanaInstanceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property grafanaInstanceId: The ID of the managed Grafana workspace bound to the cluster.
When empty or "free", binds to the shared version of Grafana.