UserPolicy

data class UserPolicy(val policyDocument: Any, val policyName: String)

Contains information about an attached policy. An attached policy is a managed policy that has been attached to a user, group, or role. For more information about managed policies, refer to Managed Policies and Inline Policies in the User Guide.

Constructors

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

Types

Link copied to clipboard
object Companion

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.