Class: Aws::OpenSearchServerless::Types::EncryptionConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::EncryptionConfig
- 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
-
#a_ws_owned_key ⇒ Boolean
Indicates whether to use an Amazon Web Services-owned key for encryption.
-
#kms_key_arn ⇒ String
The ARN of the Amazon Web Services Key Management Service key used to encrypt the collection.
Instance Attribute Details
#a_ws_owned_key ⇒ Boolean
Indicates whether to use an Amazon Web Services-owned key for encryption.
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_arn ⇒ String
The ARN of the Amazon Web Services Key Management Service key used to encrypt the collection.
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 |