Class CapacityConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticsearch.CapacityConfig.Jsii$Proxy
- All Implemented Interfaces:
CapacityConfig
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CapacityConfig
@Stability(Deprecated)
@Deprecated
@Internal
public static final class CapacityConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CapacityConfig
Deprecated.
An implementation for
CapacityConfig
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticsearch.CapacityConfig
CapacityConfig.Builder, CapacityConfig.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CapacityConfig.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theCapacityConfig.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
Deprecated.final boolean
Deprecated.final String
Deprecated.(deprecated) The instance type for your data nodes, such asm3.medium.elasticsearch
.final Number
Deprecated.(deprecated) The number of data nodes (instances) to use in the Amazon ES domain.final String
Deprecated.(deprecated) The hardware configuration of the computer that hosts the dedicated master node, such asm3.medium.elasticsearch
.final Number
Deprecated.(deprecated) The number of instances to use for the master node.final String
Deprecated.(deprecated) The instance type for your UltraWarm node, such asultrawarm1.medium.elasticsearch
.final Number
Deprecated.(deprecated) The number of UltraWarm nodes (instances) to use in the Amazon ES domain.final int
hashCode()
Deprecated.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theCapacityConfig.Builder
.
-
-
Method Details
-
getDataNodeInstanceType
Deprecated.Description copied from interface:CapacityConfig
(deprecated) The instance type for your data nodes, such asm3.medium.elasticsearch
. For valid values, see Supported Instance Types in the Amazon Elasticsearch Service Developer Guide.Default: - r5.large.elasticsearch
- Specified by:
getDataNodeInstanceType
in interfaceCapacityConfig
-
getDataNodes
Deprecated.Description copied from interface:CapacityConfig
(deprecated) The number of data nodes (instances) to use in the Amazon ES domain.Default: - 1
- Specified by:
getDataNodes
in interfaceCapacityConfig
-
getMasterNodeInstanceType
Deprecated.Description copied from interface:CapacityConfig
(deprecated) The hardware configuration of the computer that hosts the dedicated master node, such asm3.medium.elasticsearch
. For valid values, see [Supported Instance Types] (https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/aes-supported-instance-types.html) in the Amazon Elasticsearch Service Developer Guide.Default: - r5.large.elasticsearch
- Specified by:
getMasterNodeInstanceType
in interfaceCapacityConfig
-
getMasterNodes
Deprecated.Description copied from interface:CapacityConfig
(deprecated) The number of instances to use for the master node.Default: - no dedicated master nodes
- Specified by:
getMasterNodes
in interfaceCapacityConfig
-
getWarmInstanceType
Deprecated.Description copied from interface:CapacityConfig
(deprecated) The instance type for your UltraWarm node, such asultrawarm1.medium.elasticsearch
. For valid values, see [UltraWarm Storage Limits] (https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/aes-limits.html#limits-ultrawarm) in the Amazon Elasticsearch Service Developer Guide.Default: - ultrawarm1.medium.elasticsearch
- Specified by:
getWarmInstanceType
in interfaceCapacityConfig
-
getWarmNodes
Deprecated.Description copied from interface:CapacityConfig
(deprecated) The number of UltraWarm nodes (instances) to use in the Amazon ES domain.Default: - no UltraWarm nodes
- Specified by:
getWarmNodes
in interfaceCapacityConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-