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
    • 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}.