Class CfnGlobalTable.ResourcePolicyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dynamodb.CfnGlobalTable.ResourcePolicyProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnGlobalTable.ResourcePolicyProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnGlobalTable.ResourcePolicyProperty
@Stability(Stable)
@Internal
public static final class CfnGlobalTable.ResourcePolicyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGlobalTable.ResourcePolicyProperty
An implementation for 
CfnGlobalTable.ResourcePolicyProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.dynamodb.CfnGlobalTable.ResourcePolicyPropertyCfnGlobalTable.ResourcePolicyProperty.Builder, CfnGlobalTable.ResourcePolicyProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGlobalTable.ResourcePolicyProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryMethods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnGlobalTable.ResourcePolicyProperty.Builder.
 
- 
- 
Method Details- 
getPolicyDocumentDescription copied from interface:CfnGlobalTable.ResourcePolicyPropertyA resource-based policy document that contains permissions to add to the specified DynamoDB table, its indexes, and stream.In a CloudFormation template, you can provide the policy in JSON or YAML format because CloudFormation converts YAML to JSON before submitting it to DynamoDB . For more information about resource-based policies, see Using resource-based policies for DynamoDB and Resource-based policy examples . - Specified by:
- getPolicyDocumentin interface- CfnGlobalTable.ResourcePolicyProperty
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-