Values.EncryptionConfigurationDetailsSourceThe encryption configuration of your IAM Identity Center instance, including the key type, KMS key ARN, and current encryption status.
type nonrec t = {keyType : KmsKeyType.t option;The type of KMS key used for encryption.
*)kmsKeyArn : KmsKeyArn.t option;The ARN of the KMS key currently used to encrypt data in your IAM Identity Center instance.
*)encryptionStatus : KmsKeyStatus.t option;The current status of encryption configuration.
*)encryptionStatusReason : Reason.t option;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.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of KmsKeyArn.t ]) list ]