Skip to content

RosControlPolicyAttachmentProps

Properties for defining a RosControlPolicyAttachment.

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

Initializer

import com.aliyun.ros.cdk.resourcemanager.RosControlPolicyAttachmentProps;
RosControlPolicyAttachmentProps.builder()
    .policyId(java.lang.String)
    .policyId(IResolvable)
    .targetId(java.lang.String)
    .targetId(IResolvable)
    .build();

Properties

Name Type Description
policyId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
targetId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

policyIdRequired

public java.lang.Object getPolicyId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

targetIdRequired

public java.lang.Object getTargetId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable