interface NodeOptionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.OpenSearchService.CfnDomain.NodeOptionProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsopensearchservice#CfnDomain_NodeOptionProperty |
![]() | software.amazon.awscdk.services.opensearchservice.CfnDomain.NodeOptionProperty |
![]() | aws_cdk.aws_opensearchservice.CfnDomain.NodeOptionProperty |
![]() | aws-cdk-lib » aws_opensearchservice » CfnDomain » NodeOptionProperty |
Container for specifying node type.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_opensearchservice as opensearchservice } from 'aws-cdk-lib';
const nodeOptionProperty: opensearchservice.CfnDomain.NodeOptionProperty = {
nodeConfig: {
count: 123,
enabled: false,
type: 'type',
},
nodeType: 'nodeType',
};
Properties
Name | Type | Description |
---|---|---|
node | IResolvable | Node | Container for specifying configuration of any node type. |
node | string | Container for node type like coordinating. |
nodeConfig?
Type:
IResolvable
|
Node
(optional)
Container for specifying configuration of any node type.
nodeType?
Type:
string
(optional)
Container for node type like coordinating.