@Stability(value=Stable) @Internal public static final class CfnDomain.ElasticsearchClusterConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDomain.ElasticsearchClusterConfigProperty
CfnDomain.ElasticsearchClusterConfigPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnDomain.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.
|
protected |
Jsii$Proxy(Number dedicatedMasterCount,
Object dedicatedMasterEnabled,
String dedicatedMasterType,
Number instanceCount,
String instanceType,
Number warmCount,
Object warmEnabled,
String warmType,
Object zoneAwarenessConfig,
Object zoneAwarenessEnabled)
Constructor that initializes the object based on literal property values passed by the
CfnDomain.AdvancedSecurityOptionsInputProperty.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getDedicatedMasterCount()
`CfnDomain.ElasticsearchClusterConfigProperty.DedicatedMasterCount`.
|
Object |
getDedicatedMasterEnabled()
`CfnDomain.ElasticsearchClusterConfigProperty.DedicatedMasterEnabled`.
|
String |
getDedicatedMasterType()
`CfnDomain.ElasticsearchClusterConfigProperty.DedicatedMasterType`.
|
Number |
getInstanceCount()
`CfnDomain.ElasticsearchClusterConfigProperty.InstanceCount`.
|
String |
getInstanceType()
`CfnDomain.ElasticsearchClusterConfigProperty.InstanceType`.
|
Number |
getWarmCount()
`CfnDomain.ElasticsearchClusterConfigProperty.WarmCount`.
|
Object |
getWarmEnabled()
`CfnDomain.ElasticsearchClusterConfigProperty.WarmEnabled`.
|
String |
getWarmType()
`CfnDomain.ElasticsearchClusterConfigProperty.WarmType`.
|
Object |
getZoneAwarenessConfig()
`CfnDomain.ElasticsearchClusterConfigProperty.ZoneAwarenessConfig`.
|
Object |
getZoneAwarenessEnabled()
`CfnDomain.ElasticsearchClusterConfigProperty.ZoneAwarenessEnabled`.
|
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(Number dedicatedMasterCount, Object dedicatedMasterEnabled, String dedicatedMasterType, Number instanceCount, String instanceType, Number warmCount, Object warmEnabled, String warmType, Object zoneAwarenessConfig, Object zoneAwarenessEnabled)
CfnDomain.AdvancedSecurityOptionsInputProperty.Builder.public final Number getDedicatedMasterCount()
CfnDomain.ElasticsearchClusterConfigPropertygetDedicatedMasterCount in interface CfnDomain.ElasticsearchClusterConfigPropertyhttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastercountpublic final Object getDedicatedMasterEnabled()
CfnDomain.ElasticsearchClusterConfigPropertygetDedicatedMasterEnabled in interface CfnDomain.ElasticsearchClusterConfigPropertyhttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmasterenabledpublic final String getDedicatedMasterType()
CfnDomain.ElasticsearchClusterConfigPropertygetDedicatedMasterType in interface CfnDomain.ElasticsearchClusterConfigPropertyhttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-dedicatedmastertypepublic final Number getInstanceCount()
CfnDomain.ElasticsearchClusterConfigPropertygetInstanceCount in interface CfnDomain.ElasticsearchClusterConfigPropertyhttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instancecountpublic final String getInstanceType()
CfnDomain.ElasticsearchClusterConfigPropertygetInstanceType in interface CfnDomain.ElasticsearchClusterConfigPropertyhttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-instnacetypepublic final Number getWarmCount()
CfnDomain.ElasticsearchClusterConfigPropertygetWarmCount in interface CfnDomain.ElasticsearchClusterConfigPropertyhttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticsearchclusterconfig-warmcountpublic final Object getWarmEnabled()
CfnDomain.ElasticsearchClusterConfigPropertygetWarmEnabled in interface CfnDomain.ElasticsearchClusterConfigPropertyhttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticsearchclusterconfig-warmenabledpublic final String getWarmType()
CfnDomain.ElasticsearchClusterConfigPropertygetWarmType in interface CfnDomain.ElasticsearchClusterConfigPropertyhttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticsearchclusterconfig-warmtypepublic final Object getZoneAwarenessConfig()
CfnDomain.ElasticsearchClusterConfigPropertygetZoneAwarenessConfig in interface CfnDomain.ElasticsearchClusterConfigPropertyhttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticsearchclusterconfig-zoneawarenessconfigpublic final Object getZoneAwarenessEnabled()
CfnDomain.ElasticsearchClusterConfigPropertygetZoneAwarenessEnabled in interface CfnDomain.ElasticsearchClusterConfigPropertyhttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticsearch-domain-elasticsearchclusterconfig.html#cfn-elasticsearch-domain-elasticseachclusterconfig-zoneawarenessenabled@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.