Skip to content

RosControlPolicyAttachmentProps

Properties for defining a RosControlPolicyAttachment.

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

Initializer

import ros_cdk_resourcemanager
ros_cdk_resourcemanager.RosControlPolicyAttachmentProps(
  policy_id: typing.Union[str, IResolvable],
  target_id: typing.Union[str, IResolvable]
)

Properties

Name Type Description
policy_id typing.Union[str, ros_cdk_core.IResolvable] No description.
target_id typing.Union[str, ros_cdk_core.IResolvable] No description.

policy_idRequired

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

target_idRequired

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