Interface ElasticsearchDomainClusterConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ElasticsearchDomainClusterConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:52.953Z") @Stability(Stable) public interface ElasticsearchDomainClusterConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classElasticsearchDomainClusterConfig.BuilderA builder forElasticsearchDomainClusterConfigstatic classElasticsearchDomainClusterConfig.Jsii$ProxyAn implementation forElasticsearchDomainClusterConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ElasticsearchDomainClusterConfig.Builderbuilder()default ElasticsearchDomainClusterConfigColdStorageOptionsgetColdStorageOptions()cold_storage_options block.default NumbergetDedicatedMasterCount()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#dedicated_master_count ElasticsearchDomain#dedicated_master_count}.default ObjectgetDedicatedMasterEnabled()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#dedicated_master_enabled ElasticsearchDomain#dedicated_master_enabled}.default StringgetDedicatedMasterType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#dedicated_master_type ElasticsearchDomain#dedicated_master_type}.default NumbergetInstanceCount()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#instance_count ElasticsearchDomain#instance_count}.default StringgetInstanceType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#instance_type ElasticsearchDomain#instance_type}.default NumbergetWarmCount()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#warm_count ElasticsearchDomain#warm_count}.default ObjectgetWarmEnabled()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#warm_enabled ElasticsearchDomain#warm_enabled}.default StringgetWarmType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#warm_type ElasticsearchDomain#warm_type}.default ElasticsearchDomainClusterConfigZoneAwarenessConfiggetZoneAwarenessConfig()zone_awareness_config block.default ObjectgetZoneAwarenessEnabled()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#zone_awareness_enabled ElasticsearchDomain#zone_awareness_enabled}.
-
-
-
Method Detail
-
getColdStorageOptions
@Stability(Stable) @Nullable default ElasticsearchDomainClusterConfigColdStorageOptions getColdStorageOptions()
cold_storage_options block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#cold_storage_options ElasticsearchDomain#cold_storage_options}
-
getDedicatedMasterCount
@Stability(Stable) @Nullable default Number getDedicatedMasterCount()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#dedicated_master_count ElasticsearchDomain#dedicated_master_count}.
-
getDedicatedMasterEnabled
@Stability(Stable) @Nullable default Object getDedicatedMasterEnabled()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#dedicated_master_enabled ElasticsearchDomain#dedicated_master_enabled}.
-
getDedicatedMasterType
@Stability(Stable) @Nullable default String getDedicatedMasterType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#dedicated_master_type ElasticsearchDomain#dedicated_master_type}.
-
getInstanceCount
@Stability(Stable) @Nullable default Number getInstanceCount()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#instance_count ElasticsearchDomain#instance_count}.
-
getInstanceType
@Stability(Stable) @Nullable default String getInstanceType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#instance_type ElasticsearchDomain#instance_type}.
-
getWarmCount
@Stability(Stable) @Nullable default Number getWarmCount()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#warm_count ElasticsearchDomain#warm_count}.
-
getWarmEnabled
@Stability(Stable) @Nullable default Object getWarmEnabled()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#warm_enabled ElasticsearchDomain#warm_enabled}.
-
getWarmType
@Stability(Stable) @Nullable default String getWarmType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#warm_type ElasticsearchDomain#warm_type}.
-
getZoneAwarenessConfig
@Stability(Stable) @Nullable default ElasticsearchDomainClusterConfigZoneAwarenessConfig getZoneAwarenessConfig()
zone_awareness_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#zone_awareness_config ElasticsearchDomain#zone_awareness_config}
-
getZoneAwarenessEnabled
@Stability(Stable) @Nullable default Object getZoneAwarenessEnabled()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/elasticsearch_domain#zone_awareness_enabled ElasticsearchDomain#zone_awareness_enabled}.
-
builder
@Stability(Stable) static ElasticsearchDomainClusterConfig.Builder builder()
-
-