@Stability(value=Stable) @Internal public static final class CapacityConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CapacityConfig
CapacityConfigsoftware.amazon.jsii.JsiiObject.InitializationModeCapacityConfig.Builder, CapacityConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String dataNodeInstanceType,
Number dataNodes,
String masterNodeInstanceType,
Number masterNodes,
String warmInstanceType,
Number warmNodes)
Constructor that initializes the object based on literal property values passed by the
CapacityConfig.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDataNodeInstanceType()
The instance type for your data nodes, such as `m3.medium.elasticsearch`.
|
Number |
getDataNodes()
The number of data nodes (instances) to use in the Amazon ES domain.
|
String |
getMasterNodeInstanceType()
The hardware configuration of the computer that hosts the dedicated master node, such as `m3.medium.elasticsearch`.
|
Number |
getMasterNodes()
The number of instances to use for the master node.
|
String |
getWarmInstanceType()
The instance type for your UltraWarm node, such as `ultrawarm1.medium.elasticsearch`.
|
Number |
getWarmNodes()
The number of UltraWarm nodes (instances) to use in the Amazon ES domain.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public final String getDataNodeInstanceType()
CapacityConfigDefault: - r5.large.elasticsearch
getDataNodeInstanceType in interface CapacityConfigpublic final Number getDataNodes()
CapacityConfigDefault: - 1
getDataNodes in interface CapacityConfigpublic final String getMasterNodeInstanceType()
CapacityConfigDefault: - r5.large.elasticsearch
getMasterNodeInstanceType in interface CapacityConfigpublic final Number getMasterNodes()
CapacityConfigDefault: - no dedicated master nodes
getMasterNodes in interface CapacityConfigpublic final String getWarmInstanceType()
CapacityConfigDefault: - ultrawarm1.medium.elasticsearch
getWarmInstanceType in interface CapacityConfigpublic final Number getWarmNodes()
CapacityConfigDefault: - no UltraWarm nodes
getWarmNodes in interface CapacityConfig@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.