EncryptionConfigurationDetails

The encryption configuration of your IAM Identity Center instance, including the key type, KMS key ARN, and current encryption status.

Types

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

Properties

Link copied to clipboard

The current status of encryption configuration.

Link copied to clipboard

Provides additional context about the current encryption status. This field is particularly useful when the encryption status is UPDATE_FAILED. When encryption configuration update fails, this field contains information about the cause, which may include KMS key access issues, key not found errors, invalid key configuration, key in an invalid state, or a disabled key.

Link copied to clipboard

The type of KMS key used for encryption.

Link copied to clipboard

The ARN of the KMS key currently used to encrypt data in your IAM Identity Center instance.

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