Skip to content

RosHandshakeProps

Properties for defining a RosHandshake.

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

Initializer

import ros_cdk_resourcemanager
ros_cdk_resourcemanager.RosHandshakeProps(
  target_entity: typing.Union[str, IResolvable],
  target_type: typing.Union[str, IResolvable],
  note: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
target_entity typing.Union[str, ros_cdk_core.IResolvable] No description.
target_type typing.Union[str, ros_cdk_core.IResolvable] No description.
note typing.Union[str, ros_cdk_core.IResolvable] No description.

target_entityRequired

target_entity: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

target_typeRequired

target_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

noteOptional

note: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]