Global Table Resource Policy Args
data class GlobalTableResourcePolicyArgs(val policyDocument: Output<Any>) : ConvertibleToJava<GlobalTableResourcePolicyArgs>
Properties
Link copied to clipboard
A 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 .