Class CfnDomain.NodeOptionProperty
Container for specifying node type.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.OpenSearchService
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class NodeOptionProperty : Object, CfnDomain.INodeOptionProperty
Syntax (vb)
Public Class NodeOptionProperty
Inherits Object
Implements CfnDomain.INodeOptionProperty
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.AWS.OpenSearchService;
var nodeOptionProperty = new NodeOptionProperty {
NodeConfig = new NodeConfigProperty {
Count = 123,
Enabled = false,
Type = "type"
},
NodeType = "nodeType"
};
Synopsis
Constructors
Node |
Properties
Node |
Container for specifying configuration of any node type. |
Node |
Container for node type like coordinating. |
Constructors
NodeOptionProperty()
public NodeOptionProperty()
Properties
NodeConfig
Container for specifying configuration of any node type.
public object NodeConfig { get; set; }
Property Value
System.
Remarks
NodeType
Container for node type like coordinating.
public string NodeType { get; set; }
Property Value
System.