Skip to content

DedicatedHostClustersProps

Properties for defining a DedicatedHostClusters.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-dedicatedhostclusters

Initializer

import { datasource } from '@alicloud/ros-cdk-ecs'
const dedicatedHostClustersProps: datasource.DedicatedHostClustersProps = { ... }

Properties

Name Type Description
dedicatedHostClusterName string | @alicloud/ros-cdk-core.IResolvable Property dedicatedHostClusterName: The name of the dedicated host cluster.
refreshOptions string | @alicloud/ros-cdk-core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
resourceGroupId string | @alicloud/ros-cdk-core.IResolvable Property resourceGroupId: The ID of the resource group to which the dedicated host cluster belongs.
zoneId string | @alicloud/ros-cdk-core.IResolvable Property zoneId: The zone ID of the dedicated host cluster.

dedicatedHostClusterNameOptional

public readonly dedicatedHostClusterName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property dedicatedHostClusterName: The name of the dedicated host cluster.


refreshOptionsOptional

public readonly refreshOptions: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values: - Never: Never refresh the datasource resource when the stack is updated. - Always: Always refresh the datasource resource when the stack is updated. Default is Never.


resourceGroupIdOptional

public readonly resourceGroupId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property resourceGroupId: The ID of the resource group to which the dedicated host cluster belongs.

If this parameter is specified to query resources, up to 1,000 resources that belong to the specified resource group can be displayed in the response.


zoneIdOptional

public readonly zoneId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property zoneId: The zone ID of the dedicated host cluster.

You can call the DescribeZones operation to query the most recent zone list.