GlobalTableResourcePolicyArgs

data class GlobalTableResourcePolicyArgs(val policyDocument: Output<Any>) : ConvertibleToJava<GlobalTableResourcePolicyArgs>

Constructors

Link copied to clipboard
constructor(policyDocument: Output<Any>)

Properties

Link copied to clipboard
val policyDocument: Output<Any>

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 .

Functions

Link copied to clipboard
open override fun toJava(): GlobalTableResourcePolicyArgs