Interface CfnDomain.NodeToNodeEncryptionOptionsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDomain.NodeToNodeEncryptionOptionsProperty.Jsii$Proxy
Enclosing class:
CfnDomain

@Stability(Stable) public static interface CfnDomain.NodeToNodeEncryptionOptionsProperty extends software.amazon.jsii.JsiiSerializable
Specifies options for node-to-node encryption.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.opensearchservice.*;
 NodeToNodeEncryptionOptionsProperty nodeToNodeEncryptionOptionsProperty = NodeToNodeEncryptionOptionsProperty.builder()
         .enabled(false)
         .build();
 

See Also: