GroupPolicy

data class GroupPolicy(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, see 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 policy document.

Link copied to clipboard

The friendly name (not ARN) identifying the policy.