Resource Policy Args
data class ResourcePolicyArgs(val policyDocument: Output<Any>? = null) : ConvertibleToJava<ResourcePolicyArgs>
Definition of ResourcePolicy
Properties
Link copied to clipboard
A resource-based policy document that contains permissions to add to the specified DDB table, index, or both. In a CFNshort template, you can provide the policy in JSON or YAML format because CFNshort converts YAML to JSON before submitting it to DDB. For more information about resource-based policies, see Using resource-based policies for and Resource-based policy examples.