Class CfnDomainPropsMixin.EBSOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.elasticsearch.CfnDomainPropsMixin.EBSOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomainPropsMixin.EBSOptionsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomainPropsMixin.EBSOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnDomainPropsMixin.EBSOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomainPropsMixin.EBSOptionsProperty
An implementation for
CfnDomainPropsMixin.EBSOptionsProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.elasticsearch.CfnDomainPropsMixin.EBSOptionsProperty
CfnDomainPropsMixin.EBSOptionsProperty.Builder, CfnDomainPropsMixin.EBSOptionsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDomainPropsMixin.EBSOptionsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectSpecifies whether Amazon EBS volumes are attached to data nodes in the OpenSearch Service domain.final NumbergetIops()The number of I/O operations per second (IOPS) that the volume supports.final NumberThe size (in GiB) of the EBS volume for each data node.final StringThe EBS volume type to use with the OpenSearch Service domain, such as standard, gp2, or io1.final inthashCode()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) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDomainPropsMixin.EBSOptionsProperty.Builder.
-
-
Method Details
-
getEbsEnabled
Description copied from interface:CfnDomainPropsMixin.EBSOptionsPropertySpecifies whether Amazon EBS volumes are attached to data nodes in the OpenSearch Service domain.Returns union: either
BooleanorIResolvable- Specified by:
getEbsEnabledin interfaceCfnDomainPropsMixin.EBSOptionsProperty- See Also:
-
getIops
Description copied from interface:CfnDomainPropsMixin.EBSOptionsPropertyThe number of I/O operations per second (IOPS) that the volume supports.This property applies only to provisioned IOPS EBS volume types.
- Specified by:
getIopsin interfaceCfnDomainPropsMixin.EBSOptionsProperty- See Also:
-
getVolumeSize
Description copied from interface:CfnDomainPropsMixin.EBSOptionsPropertyThe 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 more information, see EBS volume size limits in the Amazon OpenSearch Service Developer Guide .
- Specified by:
getVolumeSizein interfaceCfnDomainPropsMixin.EBSOptionsProperty- See Also:
-
getVolumeType
Description copied from interface:CfnDomainPropsMixin.EBSOptionsPropertyThe EBS volume type to use with the OpenSearch Service domain, such as standard, gp2, or io1.For more information about each type, see Amazon EBS volume types in the Amazon EC2 User Guide for Linux Instances .
- Specified by:
getVolumeTypein interfaceCfnDomainPropsMixin.EBSOptionsProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-