ResourcePolicyArgs

data class ResourcePolicyArgs(val policyDocument: Output<Any>? = null) : ConvertibleToJava<ResourcePolicyArgs>

Definition of ResourcePolicy

Constructors

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

Properties

Link copied to clipboard
val policyDocument: Output<Any>? = null

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.

Functions

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