@Deprecated 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)
Deprecated.
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()
Deprecated.
|
boolean |
equals(java.lang.Object o)
Deprecated.
|
java.lang.String |
getDataNodeInstanceType()
Deprecated.
(deprecated) The instance type for your data nodes, such as `m3.medium.elasticsearch`.
|
java.lang.Number |
getDataNodes()
Deprecated.
(deprecated) The number of data nodes (instances) to use in the Amazon ES domain.
|
java.lang.String |
getMasterNodeInstanceType()
Deprecated.
(deprecated) The hardware configuration of the computer that hosts the dedicated master node, such as `m3.medium.elasticsearch`.
|
java.lang.Number |
getMasterNodes()
Deprecated.
(deprecated) The number of instances to use for the master node.
|
java.lang.String |
getWarmInstanceType()
Deprecated.
(deprecated) The instance type for your UltraWarm node, such as `ultrawarm1.medium.elasticsearch`.
|
java.lang.Number |
getWarmNodes()
Deprecated.
(deprecated) The number of UltraWarm nodes (instances) to use in the Amazon ES domain.
|
int |
hashCode()
Deprecated.
|
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.elasticsearch
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.elasticsearch
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.elasticsearch
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()