PolicyVersion

Contains information about a version of a managed policy.

This data type is used as a response element in the CreatePolicyVersion, GetPolicyVersion, ListPolicyVersions, and GetAccountAuthorizationDetails operations.

For more information about managed policies, refer to Managed policies and inline policies in the IAM User Guide.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date and time, in ISO 8601 date-time format, when the policy version was created.

Link copied to clipboard

The policy document.

Link copied to clipboard

Specifies whether the policy version is set as the policy's default version.

Link copied to clipboard

The identifier for the policy version.

Functions

Link copied to clipboard
inline fun copy(block: PolicyVersion.Builder.() -> Unit = {}): PolicyVersion
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String