Policy Args
data class PolicyArgs(val policyDocument: Output<Any>? = null, val policyName: Output<String>? = null) : ConvertibleToJava<PolicyArgs>
Definition of Policy
Properties
Link copied to clipboard
The entire contents of the policy that defines permissions. For more information, see Overview of JSON policies.
Link copied to clipboard
The friendly name (not ARN) identifying the policy.