EncryptionState
A structure that contains the encryption configuration for the policy store and child resources.
This data type is used as a response parameter field for the GetPolicyStore operation.
Inheritors
Types
This is the default encryption state. The policy store is encrypted using an Amazon Web Services owned key.
The KMS encryption settings currently configured for this policy store to encrypt data with. It contains the customer-managed KMS key, and a user-defined encryption context.
Functions
Casts this EncryptionState as a Default and retrieves its aws.sdk.kotlin.services.verifiedpermissions.model.Unit value. Throws an exception if the EncryptionState is not a Default.
Casts this EncryptionState as a Default and retrieves its aws.sdk.kotlin.services.verifiedpermissions.model.Unit value. Returns null if the EncryptionState is not a Default.
Casts this EncryptionState as a KmsEncryptionState and retrieves its aws.sdk.kotlin.services.verifiedpermissions.model.KmsEncryptionState value. Throws an exception if the EncryptionState is not a KmsEncryptionState.
Casts this EncryptionState as a KmsEncryptionState and retrieves its aws.sdk.kotlin.services.verifiedpermissions.model.KmsEncryptionState value. Returns null if the EncryptionState is not a KmsEncryptionState.