Class: Aws::SecurityHub::Types::AwsElasticsearchDomainEncryptionAtRestOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsElasticsearchDomainEncryptionAtRestOptions
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Details about the configuration for encryption at rest.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Whether encryption at rest is enabled.
-
#kms_key_id ⇒ String
The KMS key ID.
Instance Attribute Details
#enabled ⇒ Boolean
Whether encryption at rest is enabled.
12291 12292 12293 12294 12295 12296 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12291 class AwsElasticsearchDomainEncryptionAtRestOptions < Struct.new( :enabled, :kms_key_id) SENSITIVE = [] include Aws::Structure end |
#kms_key_id ⇒ String
The KMS key ID. Takes the form ‘1a2a3a4-1a2a-3a4a-5a6a-1a2a3a4a5a6a`.
12291 12292 12293 12294 12295 12296 |
# File 'lib/aws-sdk-securityhub/types.rb', line 12291 class AwsElasticsearchDomainEncryptionAtRestOptions < Struct.new( :enabled, :kms_key_id) SENSITIVE = [] include Aws::Structure end |