GlobalTableResourcePolicy

data class GlobalTableResourcePolicy(val policyDocument: Any)

Constructors

Link copied to clipboard
constructor(policyDocument: Any)

Types

Link copied to clipboard
object Companion

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 .