SyncEcsHostProps
Properties for defining a SyncEcsHost
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-pvtz-syncecshost
Initializer
import ros_cdk_pvtz
ros_cdk_pvtz.SyncEcsHostProps(
regions: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, RegionsProperty]]],
status: typing.Union[str, IResolvable],
zone_id: typing.Union[str, IResolvable]
)
Properties
Name | Type | Description |
---|---|---|
regions |
typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, RegionsProperty]]] |
Property regions: A list of region information to be synchronized. |
status |
typing.Union[str, ros_cdk_core.IResolvable] |
Property status: The host synchronizes the task state. |
zone_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property zoneId: Zone ID, a unique identifier for the Zone. |
regions
Required
regions: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, RegionsProperty]]]
- Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, RegionsProperty]]]
Property regions: A list of region information to be synchronized.
status
Required
status: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property status: The host synchronizes the task state.
Valid values: ON, OFF.
zone_id
Required
zone_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property zoneId: Zone ID, a unique identifier for the Zone.