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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Deprecated.
    Constructor that initializes the object based on literal property values passed by the CapacityConfig.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
    Deprecated.
     
    final boolean
    Deprecated.
     
    final String
    Deprecated.
    (deprecated) The instance type for your data nodes, such as m3.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 as m3.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 as ultrawarm1.medium.elasticsearch.
    final Number
    Deprecated.
    (deprecated) The number of UltraWarm nodes (instances) to use in the Amazon ES domain.
    final int
    Deprecated.
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(CapacityConfig.Builder builder)
      Deprecated.
      Constructor that initializes the object based on literal property values passed by the CapacityConfig.Builder.
  • Method Details

    • getDataNodeInstanceType

      public final String getDataNodeInstanceType()
      Deprecated.
      Description copied from interface: CapacityConfig
      (deprecated) The instance type for your data nodes, such as m3.medium.elasticsearch. For valid values, see Supported Instance Types in the Amazon Elasticsearch Service Developer Guide.

      Default: - r5.large.elasticsearch

      Specified by:
      getDataNodeInstanceType in interface CapacityConfig
    • getDataNodes

      public final Number 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 interface CapacityConfig
    • getMasterNodeInstanceType

      public final String getMasterNodeInstanceType()
      Deprecated.
      Description copied from interface: CapacityConfig
      (deprecated) The hardware configuration of the computer that hosts the dedicated master node, such as m3.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 interface CapacityConfig
    • getMasterNodes

      public final Number 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 interface CapacityConfig
    • getWarmInstanceType

      public final String getWarmInstanceType()
      Deprecated.
      Description copied from interface: CapacityConfig
      (deprecated) The instance type for your UltraWarm node, such as ultrawarm1.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 interface CapacityConfig
    • getWarmNodes

      public final Number 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 interface CapacityConfig
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Deprecated.
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object