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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDomain.NodeToNodeEncryptionOptionsProperty
static final class
An implementation forCfnDomain.NodeToNodeEncryptionOptionsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnabled
Specifies to enable or disable node-to-node encryption on the domain.Required if you enable fine-grained access control in AdvancedSecurityOptionsInput .
-
builder
-