Skip to content

RosHandshakeProps

Properties for defining a RosHandshake.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-resourcemanager-handshake

Initializer

import { RosHandshakeProps } from '@alicloud/ros-cdk-resourcemanager'
const rosHandshakeProps: RosHandshakeProps = { ... }

Properties

Name Type Description
targetEntity string | @alicloud/ros-cdk-core.IResolvable No description.
targetType string | @alicloud/ros-cdk-core.IResolvable No description.
note string | @alicloud/ros-cdk-core.IResolvable No description.

targetEntityRequired

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

targetTypeRequired

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

noteOptional

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