Uses of Interface
software.amazon.awscdk.services.dynamodb.CfnTable.ResourcePolicyProperty
-
Uses of CfnTable.ResourcePolicyProperty in software.amazon.awscdk.services.dynamodb
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnTable.ResourcePolicyProperty
Modifier and TypeMethodDescriptionCfnTable.ResourcePolicyProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnTable.Builder.resourcePolicy
(CfnTable.ResourcePolicyProperty resourcePolicy) A resource-based policy document that contains permissions to add to the specified table.CfnTable.StreamSpecificationProperty.Builder.resourcePolicy
(CfnTable.ResourcePolicyProperty resourcePolicy) Sets the value ofCfnTable.StreamSpecificationProperty.getResourcePolicy()
CfnTableProps.Builder.resourcePolicy
(CfnTable.ResourcePolicyProperty resourcePolicy) Sets the value ofCfnTableProps.getResourcePolicy()
void
CfnTable.setResourcePolicy
(CfnTable.ResourcePolicyProperty value) A resource-based policy document that contains permissions to add to the specified table.