Skip to content

ControlPolicyProps

Properties for defining a ControlPolicy.

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

Initializer

import com.aliyun.ros.cdk.resourcemanager.ControlPolicyProps;
ControlPolicyProps.builder()
    .controlPolicyName(java.lang.String)
    .controlPolicyName(IResolvable)
    .effectScope(java.lang.String)
    .effectScope(IResolvable)
    .policyDocument(java.lang.String)
    .policyDocument(IResolvable)
//  .description(java.lang.String)
//  .description(IResolvable)
    .build();

Properties

Name Type Description
controlPolicyName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property controlPolicyName: PolicyName.
effectScope java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property effectScope: EffectScope.
policyDocument java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property policyDocument: PolicyDocument.
description java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property description: Description.

controlPolicyNameRequired

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

Property controlPolicyName: PolicyName.


effectScopeRequired

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

Property effectScope: EffectScope.


policyDocumentRequired

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

Property policyDocument: PolicyDocument.


descriptionOptional

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

Property description: Description.