PolicyStoreAliasItem

Contains information about a policy store alias.

This data type is used as a response parameter for the ListPolicyStoreAliases operation.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the policy store alias.

Link copied to clipboard

The name of the policy store alias.

Link copied to clipboard
val createdAt: <Error class: unknown class>

The date and time the policy store alias was created.

Link copied to clipboard

The ID of the policy store associated with the alias.

Link copied to clipboard

The state of the policy store alias. Policy Store Aliases in the Active state can be used normally. When a policy store alias is deleted, it enters the PendingDeletion state. Policy Store Aliases in the PendingDeletion state cannot be used, and creating a policy store alias with the same alias name will fail.

Functions

Link copied to clipboard
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