Class EbsOptions.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the EbsOptions.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 Boolean
    Specifies whether Amazon EBS volumes are attached to data nodes in the Amazon OpenSearch Service domain.
    final Number
    The number of I/O operations per second (IOPS) that the volume supports.
    final Number
    The size (in GiB) of the EBS volume for each data node.
    The EBS volume type to use with the Amazon OpenSearch Service domain, such as standard, gp2, io1.
    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(EbsOptions.Builder builder)
      Constructor that initializes the object based on literal property values passed by the EbsOptions.Builder.
  • Method Details

    • getEnabled

      public final Boolean getEnabled()
      Description copied from interface: EbsOptions
      Specifies whether Amazon EBS volumes are attached to data nodes in the Amazon OpenSearch Service domain.

      Default: - true

      Specified by:
      getEnabled in interface EbsOptions
    • getIops

      public final Number getIops()
      Description copied from interface: EbsOptions
      The number of I/O operations per second (IOPS) that the volume supports.

      This property applies only to the Provisioned IOPS (SSD) EBS volume type.

      Default: - iops are not set.

      Specified by:
      getIops in interface EbsOptions
    • getVolumeSize

      public final Number getVolumeSize()
      Description copied from interface: EbsOptions
      The size (in GiB) of the EBS volume for each data node.

      The minimum and maximum size of an EBS volume depends on the EBS volume type and the instance type to which it is attached. For valid values, see [EBS volume size limits] (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/limits.html#ebsresource) in the Amazon OpenSearch Service Developer Guide.

      Default: 10

      Specified by:
      getVolumeSize in interface EbsOptions
    • getVolumeType

      public final EbsDeviceVolumeType getVolumeType()
      Description copied from interface: EbsOptions
      The EBS volume type to use with the Amazon OpenSearch Service domain, such as standard, gp2, io1.

      Default: gp2

      Specified by:
      getVolumeType in interface EbsOptions
    • $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