Interface ElasticsearchDomainAutoTuneOptions

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    ElasticsearchDomainAutoTuneOptions.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:52.952Z")
    @Stability(Stable)
    public interface ElasticsearchDomainAutoTuneOptions
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getDesiredState

        @Stability(Stable)
        @NotNull
        String getDesiredState()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#desired_state ElasticsearchDomain#desired_state}.
      • getMaintenanceSchedule

        @Stability(Stable)
        @Nullable
        default Object getMaintenanceSchedule()
        maintenance_schedule block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#maintenance_schedule ElasticsearchDomain#maintenance_schedule}

      • getRollbackOnDisable

        @Stability(Stable)
        @Nullable
        default String getRollbackOnDisable()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#rollback_on_disable ElasticsearchDomain#rollback_on_disable}.