public static final class CapacityConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CapacityConfig
CapacityConfig
CapacityConfig.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDataNodeInstanceType()
The instance type for your data nodes, such as `m3.medium.search`.
|
java.lang.Number |
getDataNodes()
The number of data nodes (instances) to use in the Amazon OpenSearch Service domain.
|
java.lang.String |
getMasterNodeInstanceType()
The hardware configuration of the computer that hosts the dedicated master node, such as `m3.medium.search`.
|
java.lang.Number |
getMasterNodes()
The number of instances to use for the master node.
|
java.lang.String |
getWarmInstanceType()
The instance type for your UltraWarm node, such as `ultrawarm1.medium.search`.
|
java.lang.Number |
getWarmNodes()
The number of UltraWarm nodes (instances) to use in the Amazon OpenSearch Service domain.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getDataNodeInstanceType()
CapacityConfig
Default: - r5.large.search
getDataNodeInstanceType
in interface CapacityConfig
public final java.lang.Number getDataNodes()
CapacityConfig
Default: - 1
getDataNodes
in interface CapacityConfig
public final java.lang.String getMasterNodeInstanceType()
CapacityConfig
Default: - r5.large.search
getMasterNodeInstanceType
in interface CapacityConfig
public final java.lang.Number getMasterNodes()
CapacityConfig
Default: - no dedicated master nodes
getMasterNodes
in interface CapacityConfig
public final java.lang.String getWarmInstanceType()
CapacityConfig
Default: - ultrawarm1.medium.search
getWarmInstanceType
in interface CapacityConfig
public final java.lang.Number getWarmNodes()
CapacityConfig
Default: - no UltraWarm nodes
getWarmNodes
in interface CapacityConfig
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()