@Generated(value="jsii-pacmak/1.28.0 (build 1801f4f)", date="2021-04-28T11:08:05.267Z") @Stability(value=Stable) public interface CapacityConfig extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CapacityConfig.Builder
A builder for
CapacityConfig |
static class |
CapacityConfig.Jsii$Proxy
An implementation for
CapacityConfig |
| Modifier and Type | Method and Description |
|---|---|
static CapacityConfig.Builder |
builder() |
default String |
getDataNodeInstanceType()
The instance type for your data nodes, such as `m3.medium.elasticsearch`.
|
default Number |
getDataNodes()
The number of data nodes (instances) to use in the Amazon ES domain.
|
default String |
getMasterNodeInstanceType()
The hardware configuration of the computer that hosts the dedicated master node, such as `m3.medium.elasticsearch`.
|
default Number |
getMasterNodes()
The number of instances to use for the master node.
|
default String |
getWarmInstanceType()
The instance type for your UltraWarm node, such as `ultrawarm1.medium.elasticsearch`.
|
default Number |
getWarmNodes()
The number of UltraWarm nodes (instances) to use in the Amazon ES domain.
|
@Stability(value=Stable) @Nullable default String getDataNodeInstanceType()
Default: - r5.large.elasticsearch
@Stability(value=Stable) @Nullable default Number getDataNodes()
Default: - 1
@Stability(value=Stable) @Nullable default String getMasterNodeInstanceType()
Default: - r5.large.elasticsearch
@Stability(value=Stable) @Nullable default Number getMasterNodes()
Default: - no dedicated master nodes
@Stability(value=Stable) @Nullable default String getWarmInstanceType()
Default: - ultrawarm1.medium.elasticsearch
@Stability(value=Stable) @Nullable default Number getWarmNodes()
Default: - no UltraWarm nodes
@Stability(value=Stable) static CapacityConfig.Builder builder()
CapacityConfig.Builder of CapacityConfigCopyright © 2021. All rights reserved.