Skip to content

RosClientInstanceAttachmentProps

Properties for defining a RosClientInstanceAttachment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-eais-clientinstanceattachment

Initializer

import { RosClientInstanceAttachmentProps } from '@alicloud/ros-cdk-eais'
const rosClientInstanceAttachmentProps: RosClientInstanceAttachmentProps = { ... }

Properties

Name Type Description
clientInstanceId string | @alicloud/ros-cdk-core.IResolvable No description.
instanceId string | @alicloud/ros-cdk-core.IResolvable No description.

clientInstanceIdRequired

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

instanceIdRequired

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