public static final class CfnDomain.ElasticsearchClusterConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDomain.ElasticsearchClusterConfigProperty
CfnDomain.ElasticsearchClusterConfigProperty
CfnDomain.ElasticsearchClusterConfigProperty.Builder, CfnDomain.ElasticsearchClusterConfigProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getColdStorageOptions()
Specifies cold storage options for the domain.
|
java.lang.Number |
getDedicatedMasterCount()
The number of instances to use for the master node.
|
java.lang.Object |
getDedicatedMasterEnabled()
Indicates whether to use a dedicated master node for the OpenSearch Service domain.
|
java.lang.String |
getDedicatedMasterType()
The hardware configuration of the computer that hosts the dedicated master node, such as `m3.medium.elasticsearch` .
|
java.lang.Number |
getInstanceCount()
The number of data nodes (instances) to use in the OpenSearch Service domain.
|
java.lang.String |
getInstanceType()
The instance type for your data nodes, such as `m3.medium.elasticsearch` .
|
java.lang.Number |
getWarmCount()
The number of warm nodes in the cluster.
|
java.lang.Object |
getWarmEnabled()
Whether to enable warm storage for the cluster.
|
java.lang.String |
getWarmType()
The instance type for the cluster's warm nodes.
|
java.lang.Object |
getZoneAwarenessConfig()
Specifies zone awareness configuration options.
|
java.lang.Object |
getZoneAwarenessEnabled()
Indicates whether to enable zone awareness for the OpenSearch Service domain.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getColdStorageOptions()
CfnDomain.ElasticsearchClusterConfigProperty
getColdStorageOptions
in interface CfnDomain.ElasticsearchClusterConfigProperty
public final java.lang.Number getDedicatedMasterCount()
CfnDomain.ElasticsearchClusterConfigProperty
If you specify this property, you must specify true for the DedicatedMasterEnabled property.
getDedicatedMasterCount
in interface CfnDomain.ElasticsearchClusterConfigProperty
public final java.lang.Object getDedicatedMasterEnabled()
CfnDomain.ElasticsearchClusterConfigProperty
A 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.ElasticsearchClusterConfigProperty
public final java.lang.String getDedicatedMasterType()
CfnDomain.ElasticsearchClusterConfigProperty
getDedicatedMasterType
in interface CfnDomain.ElasticsearchClusterConfigProperty
public final java.lang.Number getInstanceCount()
CfnDomain.ElasticsearchClusterConfigProperty
getInstanceCount
in interface CfnDomain.ElasticsearchClusterConfigProperty
public final java.lang.String getInstanceType()
CfnDomain.ElasticsearchClusterConfigProperty
getInstanceType
in interface CfnDomain.ElasticsearchClusterConfigProperty
public final java.lang.Number getWarmCount()
CfnDomain.ElasticsearchClusterConfigProperty
getWarmCount
in interface CfnDomain.ElasticsearchClusterConfigProperty
public final java.lang.Object getWarmEnabled()
CfnDomain.ElasticsearchClusterConfigProperty
getWarmEnabled
in interface CfnDomain.ElasticsearchClusterConfigProperty
public final java.lang.String getWarmType()
CfnDomain.ElasticsearchClusterConfigProperty
getWarmType
in interface CfnDomain.ElasticsearchClusterConfigProperty
public final java.lang.Object getZoneAwarenessConfig()
CfnDomain.ElasticsearchClusterConfigProperty
Only use if ZoneAwarenessEnabled
is true
.
getZoneAwarenessConfig
in interface CfnDomain.ElasticsearchClusterConfigProperty
public final java.lang.Object getZoneAwarenessEnabled()
CfnDomain.ElasticsearchClusterConfigProperty
When 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
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()