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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classElasticsearchDomainAutoTuneOptions.BuilderA builder forElasticsearchDomainAutoTuneOptionsstatic classElasticsearchDomainAutoTuneOptions.Jsii$ProxyAn implementation forElasticsearchDomainAutoTuneOptions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ElasticsearchDomainAutoTuneOptions.Builderbuilder()StringgetDesiredState()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#desired_state ElasticsearchDomain#desired_state}.default ObjectgetMaintenanceSchedule()maintenance_schedule block.default StringgetRollbackOnDisable()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}.
-
-
-
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}.
-
builder
@Stability(Stable) static ElasticsearchDomainAutoTuneOptions.Builder builder()
-
-