Class ElasticsearchDomainAutoTuneOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.elasticsearch_domain.ElasticsearchDomainAutoTuneOptions.Jsii$Proxy
-
- All Implemented Interfaces:
ElasticsearchDomainAutoTuneOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ElasticsearchDomainAutoTuneOptions
@Stability(Stable) @Internal public static final class ElasticsearchDomainAutoTuneOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ElasticsearchDomainAutoTuneOptions
An implementation forElasticsearchDomainAutoTuneOptions
-
-
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.ElasticsearchDomainAutoTuneOptions
ElasticsearchDomainAutoTuneOptions.Builder, ElasticsearchDomainAutoTuneOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ElasticsearchDomainAutoTuneOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theElasticsearchDomainAutoTuneOptions.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)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}.ObjectgetMaintenanceSchedule()maintenance_schedule block.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}.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(ElasticsearchDomainAutoTuneOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theElasticsearchDomainAutoTuneOptions.Builder.
-
-
Method Detail
-
getDesiredState
public final String getDesiredState()
Description copied from interface:ElasticsearchDomainAutoTuneOptionsDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#desired_state ElasticsearchDomain#desired_state}.- Specified by:
getDesiredStatein interfaceElasticsearchDomainAutoTuneOptions
-
getMaintenanceSchedule
public final Object getMaintenanceSchedule()
Description copied from interface:ElasticsearchDomainAutoTuneOptionsmaintenance_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}
- Specified by:
getMaintenanceSchedulein interfaceElasticsearchDomainAutoTuneOptions
-
getRollbackOnDisable
public final String getRollbackOnDisable()
Description copied from interface:ElasticsearchDomainAutoTuneOptionsDocs 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}.- Specified by:
getRollbackOnDisablein interfaceElasticsearchDomainAutoTuneOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-