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 ObjectContainer for cold storage configuration options.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.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 ObjectList of node options for the domain.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
-
getColdStorageOptions
Description copied from interface:CfnDomain.ClusterConfigPropertyContainer for cold storage configuration options.Returns union: either
IResolvableorCfnDomain.ColdStorageOptionsProperty- Specified by:
getColdStorageOptionsin interfaceCfnDomain.ClusterConfigProperty- See Also:
-
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- See Also:
-
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 .
Returns union: either
BooleanorIResolvable- Specified by:
getDedicatedMasterEnabledin interfaceCfnDomain.ClusterConfigProperty- See Also:
-
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- See Also:
-
getInstanceCount
Description copied from interface:CfnDomain.ClusterConfigPropertyThe number of data nodes (instances) to use in the OpenSearch Service domain.- Specified by:
getInstanceCountin interfaceCfnDomain.ClusterConfigProperty- See Also:
-
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- See Also:
-
getMultiAzWithStandbyEnabled
Description copied from interface:CfnDomain.ClusterConfigPropertyIndicates whether Multi-AZ with Standby deployment option is enabled.For more information, see Multi-AZ with Standby .
Returns union: either
BooleanorIResolvable- Specified by:
getMultiAzWithStandbyEnabledin interfaceCfnDomain.ClusterConfigProperty- See Also:
-
getNodeOptions
Description copied from interface:CfnDomain.ClusterConfigPropertyList of node options for the domain.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDomain.NodeOptionProperty>- Specified by:
getNodeOptionsin interfaceCfnDomain.ClusterConfigProperty- See Also:
-
getWarmCount
Description copied from interface:CfnDomain.ClusterConfigPropertyThe number of warm nodes in the cluster.- Specified by:
getWarmCountin interfaceCfnDomain.ClusterConfigProperty- See Also:
-
getWarmEnabled
Description copied from interface:CfnDomain.ClusterConfigPropertyWhether to enable UltraWarm storage for the cluster.See UltraWarm storage for Amazon OpenSearch Service .
Returns union: either
BooleanorIResolvable- Specified by:
getWarmEnabledin interfaceCfnDomain.ClusterConfigProperty- See Also:
-
getWarmType
Description copied from interface:CfnDomain.ClusterConfigPropertyThe instance type for the cluster's warm nodes.- Specified by:
getWarmTypein interfaceCfnDomain.ClusterConfigProperty- See Also:
-
getZoneAwarenessConfig
Description copied from interface:CfnDomain.ClusterConfigPropertySpecifies zone awareness configuration options.Only use if
ZoneAwarenessEnabledistrue.Returns union: either
IResolvableorCfnDomain.ZoneAwarenessConfigProperty- Specified by:
getZoneAwarenessConfigin interfaceCfnDomain.ClusterConfigProperty- See Also:
-
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 .
Returns union: either
BooleanorIResolvable- Specified by:
getZoneAwarenessEnabledin interfaceCfnDomain.ClusterConfigProperty- 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()
-