Class CfnDomain.ElasticsearchClusterConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomain.ElasticsearchClusterConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomain.ElasticsearchClusterConfigProperty
CfnDomain.ElasticsearchClusterConfigProperty-
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.elasticsearch.CfnDomain.ElasticsearchClusterConfigProperty
CfnDomain.ElasticsearchClusterConfigProperty.Builder, CfnDomain.ElasticsearchClusterConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDomain.ElasticsearchClusterConfigProperty.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 ObjectSpecifies cold storage options for the domain.final 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.elasticsearch.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.elasticsearch.final NumberThe number of warm nodes in the cluster.final ObjectWhether to enable warm 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.ElasticsearchClusterConfigProperty.Builder.
-
-
Method Details
-
getColdStorageOptions
Description copied from interface:CfnDomain.ElasticsearchClusterConfigPropertySpecifies cold storage options for the domain.Returns union: either
IResolvableorCfnDomain.ColdStorageOptionsProperty- Specified by:
getColdStorageOptionsin interfaceCfnDomain.ElasticsearchClusterConfigProperty- See Also:
-
getDedicatedMasterCount
Description copied from interface:CfnDomain.ElasticsearchClusterConfigPropertyThe number of instances to use for the master node.If you specify this property, you must specify true for the DedicatedMasterEnabled property.
- Specified by:
getDedicatedMasterCountin interfaceCfnDomain.ElasticsearchClusterConfigProperty- See Also:
-
getDedicatedMasterEnabled
Description copied from interface:CfnDomain.ElasticsearchClusterConfigPropertyIndicates 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 .
Returns union: either
BooleanorIResolvable- Specified by:
getDedicatedMasterEnabledin interfaceCfnDomain.ElasticsearchClusterConfigProperty- See Also:
-
getDedicatedMasterType
Description copied from interface:CfnDomain.ElasticsearchClusterConfigPropertyThe hardware configuration of the computer that hosts the dedicated master node, such asm3.medium.elasticsearch. If you specify this property, you must specify true for theDedicatedMasterEnabledproperty. For valid values, see Supported instance types in Amazon OpenSearch Service .- Specified by:
getDedicatedMasterTypein interfaceCfnDomain.ElasticsearchClusterConfigProperty- See Also:
-
getInstanceCount
Description copied from interface:CfnDomain.ElasticsearchClusterConfigPropertyThe number of data nodes (instances) to use in the OpenSearch Service domain.- Specified by:
getInstanceCountin interfaceCfnDomain.ElasticsearchClusterConfigProperty- See Also:
-
getInstanceType
Description copied from interface:CfnDomain.ElasticsearchClusterConfigPropertyThe instance type for your data nodes, such asm3.medium.elasticsearch. For valid values, see Supported instance types in Amazon OpenSearch Service .- Specified by:
getInstanceTypein interfaceCfnDomain.ElasticsearchClusterConfigProperty- See Also:
-
getWarmCount
Description copied from interface:CfnDomain.ElasticsearchClusterConfigPropertyThe number of warm nodes in the cluster.Required if you enable warm storage.
- Specified by:
getWarmCountin interfaceCfnDomain.ElasticsearchClusterConfigProperty- See Also:
-
getWarmEnabled
Description copied from interface:CfnDomain.ElasticsearchClusterConfigPropertyWhether to enable warm storage for the cluster.Returns union: either
BooleanorIResolvable- Specified by:
getWarmEnabledin interfaceCfnDomain.ElasticsearchClusterConfigProperty- See Also:
-
getWarmType
Description copied from interface:CfnDomain.ElasticsearchClusterConfigPropertyThe instance type for the cluster's warm nodes.Required if you enable warm storage.
- Specified by:
getWarmTypein interfaceCfnDomain.ElasticsearchClusterConfigProperty- See Also:
-
getZoneAwarenessConfig
Description copied from interface:CfnDomain.ElasticsearchClusterConfigPropertySpecifies zone awareness configuration options.Only use if
ZoneAwarenessEnabledistrue.Returns union: either
IResolvableorCfnDomain.ZoneAwarenessConfigProperty- Specified by:
getZoneAwarenessConfigin interfaceCfnDomain.ElasticsearchClusterConfigProperty- See Also:
-
getZoneAwarenessEnabled
Description copied from interface:CfnDomain.ElasticsearchClusterConfigPropertyIndicates 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 .
Returns union: either
BooleanorIResolvable- Specified by:
getZoneAwarenessEnabledin interfaceCfnDomain.ElasticsearchClusterConfigProperty- See Also:
-
$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()
-