Class CapacityConfig.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.opensearchservice.CapacityConfig.Jsii$Proxy
All Implemented Interfaces:
CapacityConfig, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CapacityConfig

@Stability(Stable) @Internal public static final class CapacityConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CapacityConfig
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.opensearchservice.CapacityConfig

    CapacityConfig.Builder, CapacityConfig.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CapacityConfig.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    The instance type for your data nodes, such as m3.medium.search.
    final Number
    The number of data nodes (instances) to use in the Amazon OpenSearch Service domain.
    final String
    The hardware configuration of the computer that hosts the dedicated master node, such as m3.medium.search.
    final Number
    The number of instances to use for the master node.
    final Boolean
    Indicates whether Multi-AZ with Standby deployment option is enabled.
    final String
    The instance type for your UltraWarm node, such as ultrawarm1.medium.search.
    final Number
    The number of UltraWarm nodes (instances) to use in the Amazon OpenSearch Service domain.
    final int
     

    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)
      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)
      Constructor that initializes the object based on literal property values passed by the CapacityConfig.Builder.
  • Method Details

    • getDataNodeInstanceType

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

      Default: - r5.large.search

      Specified by:
      getDataNodeInstanceType in interface CapacityConfig
    • getDataNodes

      public final Number getDataNodes()
      Description copied from interface: CapacityConfig
      The number of data nodes (instances) to use in the Amazon OpenSearch Service domain.

      Default: - 1

      Specified by:
      getDataNodes in interface CapacityConfig
    • getMasterNodeInstanceType

      public final String getMasterNodeInstanceType()
      Description copied from interface: CapacityConfig
      The hardware configuration of the computer that hosts the dedicated master node, such as m3.medium.search. For valid values, see Supported Instance Types in the Amazon OpenSearch Service Developer Guide.

      Default: - r5.large.search

      Specified by:
      getMasterNodeInstanceType in interface CapacityConfig
    • getMasterNodes

      public final Number getMasterNodes()
      Description copied from interface: CapacityConfig
      The number of instances to use for the master node.

      Default: - no dedicated master nodes

      Specified by:
      getMasterNodes in interface CapacityConfig
    • getMultiAzWithStandbyEnabled

      public final Boolean getMultiAzWithStandbyEnabled()
      Description copied from interface: CapacityConfig
      Indicates whether Multi-AZ with Standby deployment option is enabled.

      For more information, see Multi-AZ with Standby

      Default: - multi-az with standby if the feature flag `ENABLE_OPENSEARCH_MULTIAZ_WITH_STANDBY` is true, no multi-az with standby otherwise

      Specified by:
      getMultiAzWithStandbyEnabled in interface CapacityConfig
    • getWarmInstanceType

      public final String getWarmInstanceType()
      Description copied from interface: CapacityConfig
      The instance type for your UltraWarm node, such as ultrawarm1.medium.search. For valid values, see UltraWarm Storage Limits in the Amazon OpenSearch Service Developer Guide.

      Default: - ultrawarm1.medium.search

      Specified by:
      getWarmInstanceType in interface CapacityConfig
    • getWarmNodes

      public final Number getWarmNodes()
      Description copied from interface: CapacityConfig
      The number of UltraWarm nodes (instances) to use in the Amazon OpenSearch Service domain.

      Default: - no UltraWarm nodes

      Specified by:
      getWarmNodes in interface CapacityConfig
    • $jsii$toJson

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

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

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