PolicyResponse

data class PolicyResponse(val policyDocument: Any? = null, val policyName: String? = null)

Definition of Policy

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val policyDocument: 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: String? = null

The friendly name (not ARN) identifying the policy.