DedicatedHostClusterProps
Properties for defining a DedicatedHostCluster.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-dedicatedhostcluster
Initializer
import { DedicatedHostClusterProps } from '@alicloud/ros-cdk-ecs'
const dedicatedHostClusterProps: DedicatedHostClusterProps = { ... }
Properties
| Name | Type | Description |
|---|---|---|
dedicatedHostClusterName | string | @alicloud/ros-cdk-core.IResolvable | Property dedicatedHostClusterName: The name of the host group. |
description | string | @alicloud/ros-cdk-core.IResolvable | Property description: The description of the host group. |
resourceGroupId | string | @alicloud/ros-cdk-core.IResolvable | Property resourceGroupId: The resource group ID of the host group. |
tags | TagsProperty[] | Property tags: Tags of dedicated host cluster. |
zoneId | string | @alicloud/ros-cdk-core.IResolvable | Property zoneId: The zone ID of the host group. |
dedicatedHostClusterNameOptional
public readonly dedicatedHostClusterName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property dedicatedHostClusterName: The name of the host group.
It must be 2 to 128 characters in length and can contain letters, digits, colons (:), underscores (_), periods (.), and hyphens (-).
descriptionOptional
public readonly description: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property description: The description of the host group.
It must be 2 to 256 characters in length, and cannot start with http:\/\/ or https:\/\/.
resourceGroupIdOptional
public readonly resourceGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property resourceGroupId: The resource group ID of the host group.
tagsOptional
public readonly tags: TagsProperty[];
- Type: TagsProperty[]
Property tags: Tags of dedicated host cluster.
zoneIdOptional
public readonly zoneId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property zoneId: The zone ID of the host group.