ClientInstanceAttachmentProps
Properties for defining a ClientInstanceAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-eais-clientinstanceattachment
Initializer
import ros_cdk_eais
ros_cdk_eais.ClientInstanceAttachmentProps(
client_instance_id: typing.Union[str, IResolvable],
instance_id: typing.Union[str, IResolvable]
)
Properties
Name | Type | Description |
---|---|---|
client_instance_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property clientInstanceId: The ID of the ECS or ECI instance bound to the EAIS instance. |
instance_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property instanceId: The EAIS instance ID. |
client_instance_id
Required
client_instance_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property clientInstanceId: The ID of the ECS or ECI instance bound to the EAIS instance.
instance_id
Required
instance_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property instanceId: The EAIS instance ID.