Class CfnDomainPropsMixin.NodeToNodeEncryptionOptionsProperty
Specifies options for node-to-node encryption.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.OpenSearchService
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDomainPropsMixin.NodeToNodeEncryptionOptionsProperty : CfnDomainPropsMixin.INodeToNodeEncryptionOptionsProperty
Syntax (vb)
Public Class CfnDomainPropsMixin.NodeToNodeEncryptionOptionsProperty Implements CfnDomainPropsMixin.INodeToNodeEncryptionOptionsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.OpenSearchService;
var nodeToNodeEncryptionOptionsProperty = new NodeToNodeEncryptionOptionsProperty {
Enabled = false
};
Synopsis
Constructors
| NodeToNodeEncryptionOptionsProperty() | Specifies options for node-to-node encryption. |
Properties
| Enabled | Specifies to enable or disable node-to-node encryption on the domain. |
Constructors
NodeToNodeEncryptionOptionsProperty()
Specifies options for node-to-node encryption.
public NodeToNodeEncryptionOptionsProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.OpenSearchService;
var nodeToNodeEncryptionOptionsProperty = new NodeToNodeEncryptionOptionsProperty {
Enabled = false
};
Properties
Enabled
Specifies to enable or disable node-to-node encryption on the domain.
public object? Enabled { get; set; }
Property Value
Remarks
Required if you enable fine-grained access control in AdvancedSecurityOptionsInput .
Type union: either bool or IResolvable