public static interface CfnDomain.NodeToNodeEncryptionOptionsProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDomain.NodeToNodeEncryptionOptionsProperty.Builder
A builder for
CfnDomain.NodeToNodeEncryptionOptionsProperty |
static class |
CfnDomain.NodeToNodeEncryptionOptionsProperty.Jsii$Proxy
An implementation for
CfnDomain.NodeToNodeEncryptionOptionsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDomain.NodeToNodeEncryptionOptionsProperty.Builder |
builder() |
default java.lang.Object |
getEnabled()
Specifies to enable or disable node-to-node encryption on the domain.
|
default java.lang.Object getEnabled()
Required if you enable fine-grained access control in AdvancedSecurityOptionsInput .
static CfnDomain.NodeToNodeEncryptionOptionsProperty.Builder builder()