EncryptionKeyConfiguration
The configuration of the encryption key used for an Autonomous Database. This is a union, so only one of the following members can be specified.
Inheritors
Types
The configuration of the Amazon Web Services Key Management Service (KMS) encryption key.
The configuration of the Oracle Cloud Infrastructure (OCI) Vault encryption key.
The configuration of the Oracle Key Vault (OKV) encryption key.
Functions
Casts this EncryptionKeyConfiguration as a AwsEncryptionKey and retrieves its aws.sdk.kotlin.services.odb.model.AwsEncryptionKeyConfiguration value. Throws an exception if the EncryptionKeyConfiguration is not a AwsEncryptionKey.
Casts this EncryptionKeyConfiguration as a AwsEncryptionKey and retrieves its aws.sdk.kotlin.services.odb.model.AwsEncryptionKeyConfiguration value. Returns null if the EncryptionKeyConfiguration is not a AwsEncryptionKey.
Casts this EncryptionKeyConfiguration as a OciEncryptionKey and retrieves its aws.sdk.kotlin.services.odb.model.OciEncryptionKeyConfiguration value. Throws an exception if the EncryptionKeyConfiguration is not a OciEncryptionKey.
Casts this EncryptionKeyConfiguration as a OciEncryptionKey and retrieves its aws.sdk.kotlin.services.odb.model.OciEncryptionKeyConfiguration value. Returns null if the EncryptionKeyConfiguration is not a OciEncryptionKey.
Casts this EncryptionKeyConfiguration as a OkvEncryptionKey and retrieves its aws.sdk.kotlin.services.odb.model.OkvEncryptionKeyConfiguration value. Throws an exception if the EncryptionKeyConfiguration is not a OkvEncryptionKey.
Casts this EncryptionKeyConfiguration as a OkvEncryptionKey and retrieves its aws.sdk.kotlin.services.odb.model.OkvEncryptionKeyConfiguration value. Returns null if the EncryptionKeyConfiguration is not a OkvEncryptionKey.