Show / Hide Table of Contents

Interface CfnDomainPropsMixin.INodeToNodeEncryptionOptionsProperty

Specifies options for node-to-node encryption.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.OpenSearchService
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDomainPropsMixin.INodeToNodeEncryptionOptionsProperty
Syntax (vb)
Public Interface CfnDomainPropsMixin.INodeToNodeEncryptionOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-nodetonodeencryptionoptions.html

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

Properties

Enabled

Specifies to enable or disable node-to-node encryption on the domain.

Properties

Enabled

Specifies to enable or disable node-to-node encryption on the domain.

object? Enabled { get; }
Property Value

object

Remarks

Required if you enable fine-grained access control in AdvancedSecurityOptionsInput .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-nodetonodeencryptionoptions.html#cfn-opensearchservice-domain-nodetonodeencryptionoptions-enabled

Type union: either bool or IResolvable

Back to top Generated by DocFX