Skip to content

ControlPolicyAttachmentProps

Properties for defining a ControlPolicyAttachment.

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

Initializer

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

Properties

Name Type Description
policyId string | @alicloud/ros-cdk-core.IResolvable Property policyId: PolicyId.
targetId string | @alicloud/ros-cdk-core.IResolvable Property targetId: TargetId.

policyIdRequired

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

Property policyId: PolicyId.


targetIdRequired

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

Property targetId: TargetId.