Class CfnDomain.ClusterConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomain.ClusterConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDomain.ClusterConfigProperty
CfnDomain.ClusterConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.opensearchservice.CfnDomain.ClusterConfigProperty
CfnDomain.ClusterConfigProperty.Builder, CfnDomain.ClusterConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDomain.ClusterConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberThe number of instances to use for the master node.final ObjectIndicates whether to use a dedicated master node for the OpenSearch Service domain.final StringThe hardware configuration of the computer that hosts the dedicated master node, such asm3.medium.search.final NumberThe number of data nodes (instances) to use in the OpenSearch Service domain.final StringThe instance type for your data nodes, such asm3.medium.search.final ObjectIndicates whether Multi-AZ with Standby deployment option is enabled.final NumberThe number of warm nodes in the cluster.final ObjectWhether to enable UltraWarm storage for the cluster.final StringThe instance type for the cluster's warm nodes.final ObjectSpecifies zone awareness configuration options.final ObjectIndicates whether to enable zone awareness for the OpenSearch Service domain.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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
Constructor that initializes the object based on literal property values passed by theCfnDomain.ClusterConfigProperty.Builder.
-
-
Method Details
-
getDedicatedMasterCount
Description copied from interface:CfnDomain.ClusterConfigPropertyThe number of instances to use for the master node.If you specify this property, you must specify
truefor theDedicatedMasterEnabledproperty.- Specified by:
getDedicatedMasterCountin interfaceCfnDomain.ClusterConfigProperty
-
getDedicatedMasterEnabled
Description copied from interface:CfnDomain.ClusterConfigPropertyIndicates whether to use a dedicated master node for the OpenSearch Service domain.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 .
- Specified by:
getDedicatedMasterEnabledin interfaceCfnDomain.ClusterConfigProperty
-
getDedicatedMasterType
Description copied from interface:CfnDomain.ClusterConfigPropertyThe hardware configuration of the computer that hosts the dedicated master node, such asm3.medium.search. If you specify this property, you must specifytruefor theDedicatedMasterEnabledproperty. For valid values, see Supported instance types in Amazon OpenSearch Service .- Specified by:
getDedicatedMasterTypein interfaceCfnDomain.ClusterConfigProperty
-
getInstanceCount
Description copied from interface:CfnDomain.ClusterConfigPropertyThe number of data nodes (instances) to use in the OpenSearch Service domain.- Specified by:
getInstanceCountin interfaceCfnDomain.ClusterConfigProperty
-
getInstanceType
Description copied from interface:CfnDomain.ClusterConfigPropertyThe instance type for your data nodes, such asm3.medium.search. For valid values, see Supported instance types in Amazon OpenSearch Service .- Specified by:
getInstanceTypein interfaceCfnDomain.ClusterConfigProperty
-
getMultiAzWithStandbyEnabled
Description copied from interface:CfnDomain.ClusterConfigPropertyIndicates whether Multi-AZ with Standby deployment option is enabled.For more information, see Multi-AZ with Standby .
- Specified by:
getMultiAzWithStandbyEnabledin interfaceCfnDomain.ClusterConfigProperty
-
getWarmCount
Description copied from interface:CfnDomain.ClusterConfigPropertyThe number of warm nodes in the cluster.- Specified by:
getWarmCountin interfaceCfnDomain.ClusterConfigProperty
-
getWarmEnabled
Description copied from interface:CfnDomain.ClusterConfigPropertyWhether to enable UltraWarm storage for the cluster.- Specified by:
getWarmEnabledin interfaceCfnDomain.ClusterConfigProperty
-
getWarmType
Description copied from interface:CfnDomain.ClusterConfigPropertyThe instance type for the cluster's warm nodes.- Specified by:
getWarmTypein interfaceCfnDomain.ClusterConfigProperty
-
getZoneAwarenessConfig
Description copied from interface:CfnDomain.ClusterConfigPropertySpecifies zone awareness configuration options.Only use if
ZoneAwarenessEnabledistrue.- Specified by:
getZoneAwarenessConfigin interfaceCfnDomain.ClusterConfigProperty
-
getZoneAwarenessEnabled
Description copied from interface:CfnDomain.ClusterConfigPropertyIndicates whether to enable zone awareness for the OpenSearch Service domain.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 .
- Specified by:
getZoneAwarenessEnabledin interfaceCfnDomain.ClusterConfigProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-