Class CfnTable.ResourcePolicyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dynamodb.CfnTable.ResourcePolicyProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnTable.ResourcePolicyProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnTable.ResourcePolicyProperty
@Stability(Stable)
@Internal
public static final class CfnTable.ResourcePolicyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTable.ResourcePolicyProperty
An implementation for 
CfnTable.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.CfnTable.ResourcePolicyPropertyCfnTable.ResourcePolicyProperty.Builder, CfnTable.ResourcePolicyProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTable.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 theCfnTable.ResourcePolicyProperty.Builder.
 
- 
- 
Method Details- 
getPolicyDocumentDescription copied from interface:CfnTable.ResourcePolicyPropertyA resource-based policy document that contains permissions to add to the specified DynamoDB table, index, or both.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- CfnTable.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()
 
-