Class: Aws::ElasticsearchService::Types::NodeToNodeEncryptionOptions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticsearchservice/types.rb

Overview

Note:

When making an API call, you may pass NodeToNodeEncryptionOptions data as a hash:

{
  enabled: false,
}

Specifies the node-to-node encryption options.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Specify true to enable node-to-node encryption.

Returns:

  • (Boolean)


2719
2720
2721
2722
2723
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2719

class NodeToNodeEncryptionOptions < Struct.new(
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end