class Aws::ElasticsearchService::Types::EncryptionAtRestOptions
@return [String]
Specifies the KMS Key ID for Encryption At Rest options.
@!attribute [rw] kms_key_id
@return [Boolean]
Specifies the option to enable Encryption At Rest.
@!attribute [rw] enabled
}
kms_key_id: “KmsKeyId”,
enabled: false,
{
data as a hash:
@note When making an API call, you may pass EncryptionAtRestOptions
Specifies the Encryption At Rest Options.