Class: Aws::OpenSearchServerless::Types::EncryptionConfig

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

Overview

Encryption settings for a collection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#a_ws_owned_keyBoolean

Indicates whether to use an Amazon Web Services-owned key for encryption.

Returns:

  • (Boolean)


1668
1669
1670
1671
1672
1673
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1668

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

#kms_key_arnString

The ARN of the Amazon Web Services Key Management Service key used to encrypt the collection.

Returns:

  • (String)


1668
1669
1670
1671
1672
1673
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1668

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