Class: Aws::OSIS::Types::EncryptionAtRestOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb

Overview

Options to control how OpenSearch encrypts all data-at-rest.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_arnString

The ARN of the KMS key used to encrypt data-at-rest in OpenSearch Ingestion. By default, data is encrypted using an AWS owned key.

Returns:

  • (String)


216
217
218
219
220
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 216

class EncryptionAtRestOptions < Struct.new(
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end