Class: Aws::OpenSearchService::Types::NodeToNodeEncryptionOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::NodeToNodeEncryptionOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Enables or disables node-to-node encryption. For more information, see [Node-to-node encryption for Amazon OpenSearch Service].
[1]: docs.aws.amazon.com/opensearch-service/latest/developerguide/ntn.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
True to enable node-to-node encryption.
Instance Attribute Details
#enabled ⇒ Boolean
True to enable node-to-node encryption.
5527 5528 5529 5530 5531 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5527 class NodeToNodeEncryptionOptions < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |