SyncEcsHostProps
Properties for defining a SyncEcsHost
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-pvtz-syncecshost
Initializer
import { SyncEcsHostProps } from '@alicloud/ros-cdk-pvtz'
const syncEcsHostProps: SyncEcsHostProps = { ... }
Properties
Name | Type | Description |
---|---|---|
regions |
@alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | RegionsProperty[] |
Property regions: A list of region information to be synchronized. |
status |
string | @alicloud/ros-cdk-core.IResolvable |
Property status: The host synchronizes the task state. |
zoneId |
string | @alicloud/ros-cdk-core.IResolvable |
Property zoneId: Zone ID, a unique identifier for the Zone. |
regions
Required
public readonly regions: IResolvable | IResolvable | RegionsProperty[];
- Type: @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | RegionsProperty[]
Property regions: A list of region information to be synchronized.
status
Required
public readonly status: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property status: The host synchronizes the task state.
Valid values: ON, OFF.
zoneId
Required
public readonly zoneId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property zoneId: Zone ID, a unique identifier for the Zone.