Class: Aws::Odb::Types::OciEncryptionKeyConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#kms_key_idString

The Oracle Cloud Identifier (OCID) of the OCI Vault key to use for encryption.

Returns:

  • (String)


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_idString

The Oracle Cloud Identifier (OCID) of the OCI Vault that contains the encryption key.

Returns:

  • (String)


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