EncryptionKeyConfigurationInput
The configuration of the encryption key to use for an Autonomous Database. This is a union, so only one of the following members can be specified.
Inheritors
Types
Link copied to clipboard
data class AwsEncryptionKey(val value: AwsEncryptionKeyConfigurationInput) : EncryptionKeyConfigurationInput
The configuration of the Amazon Web Services Key Management Service (KMS) encryption key to use.
Link copied to clipboard
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.