PolicyArgs

data class PolicyArgs(val policyDocument: Output<Any>? = null, val policyName: Output<String>? = null) : ConvertibleToJava<PolicyArgs>

Definition of Policy

Constructors

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

Properties

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

The entire contents of the policy that defines permissions. For more information, see Overview of JSON policies.

Link copied to clipboard
val policyName: Output<String>? = null

The friendly name (not ARN) identifying the policy.

Functions

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