Interface ElasticsearchDomainEbsOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ElasticsearchDomainEbsOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:52.955Z") @Stability(Stable) public interface ElasticsearchDomainEbsOptions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classElasticsearchDomainEbsOptions.BuilderA builder forElasticsearchDomainEbsOptionsstatic classElasticsearchDomainEbsOptions.Jsii$ProxyAn implementation forElasticsearchDomainEbsOptions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ElasticsearchDomainEbsOptions.Builderbuilder()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}.default NumbergetIops()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#iops ElasticsearchDomain#iops}.default NumbergetThroughput()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#throughput ElasticsearchDomain#throughput}.default 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}.default 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}.
-
-
-
Method Detail
-
getEbsEnabled
@Stability(Stable) @NotNull Object getEbsEnabled()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#ebs_enabled ElasticsearchDomain#ebs_enabled}.
-
getIops
@Stability(Stable) @Nullable default Number getIops()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#iops ElasticsearchDomain#iops}.
-
getThroughput
@Stability(Stable) @Nullable default Number getThroughput()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#throughput ElasticsearchDomain#throughput}.
-
getVolumeSize
@Stability(Stable) @Nullable default Number getVolumeSize()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#volume_size ElasticsearchDomain#volume_size}.
-
getVolumeType
@Stability(Stable) @Nullable default String getVolumeType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#volume_type ElasticsearchDomain#volume_type}.
-
builder
@Stability(Stable) static ElasticsearchDomainEbsOptions.Builder builder()
-
-