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. |
controlPolicyName
Required
public java.lang.Object getControlPolicyName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property controlPolicyName: PolicyName.
effectScope
Required
public java.lang.Object getEffectScope();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property effectScope: EffectScope.
policyDocument
Required
public java.lang.Object getPolicyDocument();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property policyDocument: PolicyDocument.
description
Optional
public java.lang.Object getDescription();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property description: Description.