Class ElasticsearchDomainEbsOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.elasticsearch_domain.ElasticsearchDomainEbsOptions.Jsii$Proxy
-
- All Implemented Interfaces:
ElasticsearchDomainEbsOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ElasticsearchDomainEbsOptions
@Stability(Stable) @Internal public static final class ElasticsearchDomainEbsOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ElasticsearchDomainEbsOptions
An implementation forElasticsearchDomainEbsOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.elasticsearch_domain.ElasticsearchDomainEbsOptions
ElasticsearchDomainEbsOptions.Builder, ElasticsearchDomainEbsOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ElasticsearchDomainEbsOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theElasticsearchDomainEbsOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetEbsEnabled()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#ebs_enabled ElasticsearchDomain#ebs_enabled}.NumbergetIops()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#iops ElasticsearchDomain#iops}.NumbergetThroughput()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#throughput ElasticsearchDomain#throughput}.NumbergetVolumeSize()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#volume_size ElasticsearchDomain#volume_size}.StringgetVolumeType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#volume_type ElasticsearchDomain#volume_type}.inthashCode()
-
-
-
Constructor Detail
-
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(ElasticsearchDomainEbsOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theElasticsearchDomainEbsOptions.Builder.
-
-
Method Detail
-
getEbsEnabled
public final Object getEbsEnabled()
Description copied from interface:ElasticsearchDomainEbsOptionsDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#ebs_enabled ElasticsearchDomain#ebs_enabled}.- Specified by:
getEbsEnabledin interfaceElasticsearchDomainEbsOptions
-
getIops
public final Number getIops()
Description copied from interface:ElasticsearchDomainEbsOptionsDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#iops ElasticsearchDomain#iops}.- Specified by:
getIopsin interfaceElasticsearchDomainEbsOptions
-
getThroughput
public final Number getThroughput()
Description copied from interface:ElasticsearchDomainEbsOptionsDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#throughput ElasticsearchDomain#throughput}.- Specified by:
getThroughputin interfaceElasticsearchDomainEbsOptions
-
getVolumeSize
public final Number getVolumeSize()
Description copied from interface:ElasticsearchDomainEbsOptionsDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#volume_size ElasticsearchDomain#volume_size}.- Specified by:
getVolumeSizein interfaceElasticsearchDomainEbsOptions
-
getVolumeType
public final String getVolumeType()
Description copied from interface:ElasticsearchDomainEbsOptionsDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#volume_type ElasticsearchDomain#volume_type}.- Specified by:
getVolumeTypein interfaceElasticsearchDomainEbsOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-