Class CfnResourcePolicyProps.Jsii$Proxy
- All Implemented Interfaces:
CfnResourcePolicyProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnResourcePolicyProps
CfnResourcePolicyProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.organizations.CfnResourcePolicyProps
CfnResourcePolicyProps.Builder, CfnResourcePolicyProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnResourcePolicyProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnResourcePolicyProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnResourcePolicyProps.Builder
.
-
-
Method Details
-
getContent
Description copied from interface:CfnResourcePolicyProps
The policy text of the organization resource policy.You can specify the resource policy content as a JSON object or a JSON string.
When you specify the resource policy content as a JSON string, you can't perform drift detection on the CloudFormation stack. For this reason, we recommend specifying the resource policy content as a JSON object instead.
- Specified by:
getContent
in interfaceCfnResourcePolicyProps
- See Also:
-
getTags
Description copied from interface:CfnResourcePolicyProps
A list of tags that you want to attach to the newly created resource policy.For each tag in the list, you must specify both a tag key and a value. You can set the value to an empty string, but you can't set it to
null
. For more information about tagging, see Tagging AWS Organizations resources in the AWS Organizations User Guide .If any one of the tags is not valid or if you exceed the allowed number of tags for the resource policy, then the entire request fails and the resource policy is not created.
- Specified by:
getTags
in interfaceCfnResourcePolicyProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-