AWS::OpenSearchService::Domain NodeOption
Container for specifying node type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "NodeConfig" :
NodeConfig
, "NodeType" :String
}
YAML
NodeConfig:
NodeConfig
NodeType:String
Properties
NodeConfig
-
Container for specifying configuration of any node type.
Required: No
Type: NodeConfig
Update requires: No interruption
NodeType
-
Container for node type like coordinating.
Required: No
Type: String
Allowed values:
coordinator
Update requires: No interruption