Skip to content

RosControlPolicyAttachmentProps

Properties for defining a RosControlPolicyAttachment.

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

Initializer

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

Properties

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

policyIdRequired

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

targetIdRequired

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