@Stability(value=Stable) @Internal public static final class CfnDomain.ElasticsearchClusterConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDomain.ElasticsearchClusterConfigProperty
CfnDomain.ElasticsearchClusterConfigPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnDomain.ElasticsearchClusterConfigProperty.Builder, CfnDomain.ElasticsearchClusterConfigProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDomain.ElasticsearchClusterConfigProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDomain.AdvancedSecurityOptionsInputProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getColdStorageOptions()
Specifies cold storage options for the domain.
|
Number |
getDedicatedMasterCount()
The number of instances to use for the master node.
|
Object |
getDedicatedMasterEnabled()
Indicates whether to use a dedicated master node for the OpenSearch Service domain.
|
String |
getDedicatedMasterType()
The hardware configuration of the computer that hosts the dedicated master node, such as `m3.medium.elasticsearch` .
|
Number |
getInstanceCount()
The number of data nodes (instances) to use in the OpenSearch Service domain.
|
String |
getInstanceType()
The instance type for your data nodes, such as `m3.medium.elasticsearch` .
|
Number |
getWarmCount()
The number of warm nodes in the cluster.
|
Object |
getWarmEnabled()
Whether to enable warm storage for the cluster.
|
String |
getWarmType()
The instance type for the cluster's warm nodes.
|
Object |
getZoneAwarenessConfig()
Specifies zone awareness configuration options.
|
Object |
getZoneAwarenessEnabled()
Indicates whether to enable zone awareness for the OpenSearch Service domain.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDomain.ElasticsearchClusterConfigProperty.Builder builder)
CfnDomain.AdvancedSecurityOptionsInputProperty.Builder.public final Object getColdStorageOptions()
CfnDomain.ElasticsearchClusterConfigPropertygetColdStorageOptions in interface CfnDomain.ElasticsearchClusterConfigPropertypublic final Number getDedicatedMasterCount()
CfnDomain.ElasticsearchClusterConfigPropertyIf you specify this property, you must specify true for the DedicatedMasterEnabled property.
getDedicatedMasterCount in interface CfnDomain.ElasticsearchClusterConfigPropertypublic final Object getDedicatedMasterEnabled()
CfnDomain.ElasticsearchClusterConfigPropertyA dedicated master node is a cluster node that performs cluster management tasks, but doesn't hold data or respond to data upload requests. Dedicated master nodes offload cluster management tasks to increase the stability of your search clusters. See Dedicated master nodes in Amazon OpenSearch Service .
getDedicatedMasterEnabled in interface CfnDomain.ElasticsearchClusterConfigPropertypublic final String getDedicatedMasterType()
CfnDomain.ElasticsearchClusterConfigPropertygetDedicatedMasterType in interface CfnDomain.ElasticsearchClusterConfigPropertypublic final Number getInstanceCount()
CfnDomain.ElasticsearchClusterConfigPropertygetInstanceCount in interface CfnDomain.ElasticsearchClusterConfigPropertypublic final String getInstanceType()
CfnDomain.ElasticsearchClusterConfigPropertygetInstanceType in interface CfnDomain.ElasticsearchClusterConfigPropertypublic final Number getWarmCount()
CfnDomain.ElasticsearchClusterConfigPropertyRequired if you enable warm storage.
getWarmCount in interface CfnDomain.ElasticsearchClusterConfigPropertypublic final Object getWarmEnabled()
CfnDomain.ElasticsearchClusterConfigPropertygetWarmEnabled in interface CfnDomain.ElasticsearchClusterConfigPropertypublic final String getWarmType()
CfnDomain.ElasticsearchClusterConfigPropertyRequired if you enable warm storage.
getWarmType in interface CfnDomain.ElasticsearchClusterConfigPropertypublic final Object getZoneAwarenessConfig()
CfnDomain.ElasticsearchClusterConfigProperty
Only use if ZoneAwarenessEnabled is true .
getZoneAwarenessConfig in interface CfnDomain.ElasticsearchClusterConfigPropertypublic final Object getZoneAwarenessEnabled()
CfnDomain.ElasticsearchClusterConfigPropertyWhen you enable zone awareness, OpenSearch Service allocates the nodes and replica index shards that belong to a cluster across two Availability Zones (AZs) in the same region to prevent data loss and minimize downtime in the event of node or data center failure. Don't enable zone awareness if your cluster has no replica index shards or is a single-node cluster. For more information, see Configuring a multi-AZ domain in Amazon OpenSearch Service .
getZoneAwarenessEnabled in interface CfnDomain.ElasticsearchClusterConfigProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.