ClientInstanceAttachmentProps
Properties for defining a ClientInstanceAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-eais-clientinstanceattachment
Initializer
import { ClientInstanceAttachmentProps } from '@alicloud/ros-cdk-eais'
const clientInstanceAttachmentProps: ClientInstanceAttachmentProps = { ... }
Properties
Name | Type | Description |
---|---|---|
clientInstanceId |
string | @alicloud/ros-cdk-core.IResolvable |
Property clientInstanceId: The ID of the ECS or ECI instance bound to the EAIS instance. |
instanceId |
string | @alicloud/ros-cdk-core.IResolvable |
Property instanceId: The EAIS instance ID. |
clientInstanceId
Required
public readonly clientInstanceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property clientInstanceId: The ID of the ECS or ECI instance bound to the EAIS instance.
instanceId
Required
public readonly instanceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property instanceId: The EAIS instance ID.