AwsEncryptionKey
data class AwsEncryptionKey(val value: AwsEncryptionKeyConfigurationInput) : EncryptionKeyConfigurationInput
The configuration of the Amazon Web Services Key Management Service (KMS) encryption key to use.
Inherited functions
Link copied to clipboard
Casts this EncryptionKeyConfigurationInput as a AwsEncryptionKey and retrieves its aws.sdk.kotlin.services.odb.model.AwsEncryptionKeyConfigurationInput value. Throws an exception if the EncryptionKeyConfigurationInput is not a AwsEncryptionKey.
Link copied to clipboard
Casts this EncryptionKeyConfigurationInput as a AwsEncryptionKey and retrieves its aws.sdk.kotlin.services.odb.model.AwsEncryptionKeyConfigurationInput value. Returns null if the EncryptionKeyConfigurationInput is not a AwsEncryptionKey.