Class: Aws::Odb::Types::OciEncryptionKeyConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::OciEncryptionKeyConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-odb/types.rb
Overview
The configuration of the Oracle Cloud Infrastructure (OCI) Vault encryption key used for an Autonomous Database.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kms_key_id ⇒ String
The Oracle Cloud Identifier (OCID) of the OCI Vault key to use for encryption.
-
#vault_id ⇒ String
The Oracle Cloud Identifier (OCID) of the OCI Vault that contains the encryption key.
Instance Attribute Details
#kms_key_id ⇒ String
The Oracle Cloud Identifier (OCID) of the OCI Vault key to use for encryption.
7469 7470 7471 7472 7473 7474 |
# File 'lib/aws-sdk-odb/types.rb', line 7469 class OciEncryptionKeyConfiguration < Struct.new( :kms_key_id, :vault_id) SENSITIVE = [] include Aws::Structure end |
#vault_id ⇒ String
The Oracle Cloud Identifier (OCID) of the OCI Vault that contains the encryption key.
7469 7470 7471 7472 7473 7474 |
# File 'lib/aws-sdk-odb/types.rb', line 7469 class OciEncryptionKeyConfiguration < Struct.new( :kms_key_id, :vault_id) SENSITIVE = [] include Aws::Structure end |