You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsElasticsearchDomainEncryptionAtRestOptions

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsElasticsearchDomainEncryptionAtRestOptions as input to an Aws::Client method, you can use a vanilla Hash:

{
  enabled: false,
  kms_key_id: "NonEmptyString",
}

Details about the configuration for encryption at rest.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Whether encryption at rest is enabled.

Returns:

  • (Boolean)

    Whether encryption at rest is enabled.

#kms_key_idString

The KMS key ID. Takes the form 1a2a3a4-1a2a-3a4a-5a6a-1a2a3a4a5a6a.

Returns:

  • (String)

    The KMS key ID.