EncryptionSettings
A structure that contains the encryption configuration for the policy store and child resources.
This data type is used as a request parameter in the CreatePolicyStore operation.
Inheritors
Types
This is the default encryption setting. The policy store uses an Amazon Web Services owned key for encrypting data.
The KMS encryption settings for this policy store to encrypt data with. It will contain the customer-managed KMS key, and a user-defined encryption context.
Functions
Casts this EncryptionSettings as a Default and retrieves its aws.sdk.kotlin.services.verifiedpermissions.model.Unit value. Throws an exception if the EncryptionSettings is not a Default.
Casts this EncryptionSettings as a Default and retrieves its aws.sdk.kotlin.services.verifiedpermissions.model.Unit value. Returns null if the EncryptionSettings is not a Default.
Casts this EncryptionSettings as a KmsEncryptionSettings and retrieves its aws.sdk.kotlin.services.verifiedpermissions.model.KmsEncryptionSettings value. Throws an exception if the EncryptionSettings is not a KmsEncryptionSettings.
Casts this EncryptionSettings as a KmsEncryptionSettings and retrieves its aws.sdk.kotlin.services.verifiedpermissions.model.KmsEncryptionSettings value. Returns null if the EncryptionSettings is not a KmsEncryptionSettings.