@Stability(value=Experimental) @Internal public static final class CapacityConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CapacityConfig
CapacityConfig
software.amazon.jsii.JsiiObject.InitializationMode
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.
|
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()
(experimental) The instance type for your data nodes, such as `m3.medium.elasticsearch`.
|
Number |
getDataNodes()
(experimental) The number of data nodes (instances) to use in the Amazon ES domain.
|
String |
getMasterNodeInstanceType()
(experimental) The hardware configuration of the computer that hosts the dedicated master node, such as `m3.medium.elasticsearch`.
|
Number |
getMasterNodes()
(experimental) The number of instances to use for the master node.
|
String |
getWarmInstanceType()
(experimental) The instance type for your UltraWarm node, such as `ultrawarm1.medium.elasticsearch`.
|
Number |
getWarmNodes()
(experimental) 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, jsiiStaticSet
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 String getDataNodeInstanceType()
CapacityConfig
Default: - r5.large.elasticsearch
getDataNodeInstanceType
in interface CapacityConfig
public final Number getDataNodes()
CapacityConfig
Default: - 1
getDataNodes
in interface CapacityConfig
public final String getMasterNodeInstanceType()
CapacityConfig
Default: - r5.large.elasticsearch
getMasterNodeInstanceType
in interface CapacityConfig
public final Number getMasterNodes()
CapacityConfig
Default: - no dedicated master nodes
getMasterNodes
in interface CapacityConfig
public final String getWarmInstanceType()
CapacityConfig
Default: - ultrawarm1.medium.elasticsearch
getWarmInstanceType
in interface CapacityConfig
public final Number getWarmNodes()
CapacityConfig
Default: - no UltraWarm nodes
getWarmNodes
in interface CapacityConfig
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.