@Stability(value=Stable) @Internal public static final class CfnDomain.ClusterConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDomain.ClusterConfigProperty
CfnDomain.ClusterConfigPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnDomain.ClusterConfigProperty.Builder, CfnDomain.ClusterConfigProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDomain.ClusterConfigProperty.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) |
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.search` .
|
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.search` .
|
Number |
getWarmCount()
The number of warm nodes in the cluster.
|
Object |
getWarmEnabled()
Whether to enable UltraWarm 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.ClusterConfigProperty.Builder builder)
CfnDomain.AdvancedSecurityOptionsInputProperty.Builder.public final Number getDedicatedMasterCount()
CfnDomain.ClusterConfigProperty
If you specify this property, you must specify true for the DedicatedMasterEnabled property.
getDedicatedMasterCount in interface CfnDomain.ClusterConfigPropertypublic final Object getDedicatedMasterEnabled()
CfnDomain.ClusterConfigPropertyA 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.ClusterConfigPropertypublic final String getDedicatedMasterType()
CfnDomain.ClusterConfigPropertygetDedicatedMasterType in interface CfnDomain.ClusterConfigPropertypublic final Number getInstanceCount()
CfnDomain.ClusterConfigPropertygetInstanceCount in interface CfnDomain.ClusterConfigPropertypublic final String getInstanceType()
CfnDomain.ClusterConfigPropertygetInstanceType in interface CfnDomain.ClusterConfigPropertypublic final Number getWarmCount()
CfnDomain.ClusterConfigPropertygetWarmCount in interface CfnDomain.ClusterConfigPropertypublic final Object getWarmEnabled()
CfnDomain.ClusterConfigPropertygetWarmEnabled in interface CfnDomain.ClusterConfigPropertypublic final String getWarmType()
CfnDomain.ClusterConfigPropertygetWarmType in interface CfnDomain.ClusterConfigPropertypublic final Object getZoneAwarenessConfig()
CfnDomain.ClusterConfigProperty
Only use if ZoneAwarenessEnabled is true .
getZoneAwarenessConfig in interface CfnDomain.ClusterConfigPropertypublic final Object getZoneAwarenessEnabled()
CfnDomain.ClusterConfigPropertyWhen 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.ClusterConfigProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.