/AWS1/CL_ODBENCRYPTIONKEYCONF¶
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.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_awsencryptionkey TYPE REF TO /AWS1/CL_ODBAWSENCKEYCONF /AWS1/CL_ODBAWSENCKEYCONF¶
The configuration of the Amazon Web Services Key Management Service (KMS) encryption key.
io_ociencryptionkey TYPE REF TO /AWS1/CL_ODBOCIENCKEYCONF /AWS1/CL_ODBOCIENCKEYCONF¶
The configuration of the Oracle Cloud Infrastructure (OCI) Vault encryption key.
io_okvencryptionkey TYPE REF TO /AWS1/CL_ODBOKVENCKEYCONF /AWS1/CL_ODBOKVENCKEYCONF¶
The configuration of the Oracle Key Vault (OKV) encryption key.
Queryable Attributes¶
awsEncryptionKey¶
The configuration of the Amazon Web Services Key Management Service (KMS) encryption key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AWSENCRYPTIONKEY() |
Getter for AWSENCRYPTIONKEY |
ociEncryptionKey¶
The configuration of the Oracle Cloud Infrastructure (OCI) Vault encryption key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OCIENCRYPTIONKEY() |
Getter for OCIENCRYPTIONKEY |
okvEncryptionKey¶
The configuration of the Oracle Key Vault (OKV) encryption key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OKVENCRYPTIONKEY() |
Getter for OKVENCRYPTIONKEY |