@Stability(value=Stable)
public static interface CfnDomain.ClusterConfigProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.opensearchservice.*;
ClusterConfigProperty clusterConfigProperty = ClusterConfigProperty.builder()
.dedicatedMasterCount(123)
.dedicatedMasterEnabled(false)
.dedicatedMasterType("dedicatedMasterType")
.instanceCount(123)
.instanceType("instanceType")
.warmCount(123)
.warmEnabled(false)
.warmType("warmType")
.zoneAwarenessConfig(ZoneAwarenessConfigProperty.builder()
.availabilityZoneCount(123)
.build())
.zoneAwarenessEnabled(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDomain.ClusterConfigProperty.Builder
A builder for
CfnDomain.ClusterConfigProperty |
static class |
CfnDomain.ClusterConfigProperty.Jsii$Proxy
An implementation for
CfnDomain.ClusterConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDomain.ClusterConfigProperty.Builder |
builder() |
default Number |
getDedicatedMasterCount()
`CfnDomain.ClusterConfigProperty.DedicatedMasterCount`.
|
default Object |
getDedicatedMasterEnabled()
`CfnDomain.ClusterConfigProperty.DedicatedMasterEnabled`.
|
default String |
getDedicatedMasterType()
`CfnDomain.ClusterConfigProperty.DedicatedMasterType`.
|
default Number |
getInstanceCount()
`CfnDomain.ClusterConfigProperty.InstanceCount`.
|
default String |
getInstanceType()
`CfnDomain.ClusterConfigProperty.InstanceType`.
|
default Number |
getWarmCount()
`CfnDomain.ClusterConfigProperty.WarmCount`.
|
default Object |
getWarmEnabled()
`CfnDomain.ClusterConfigProperty.WarmEnabled`.
|
default String |
getWarmType()
`CfnDomain.ClusterConfigProperty.WarmType`.
|
default Object |
getZoneAwarenessConfig()
`CfnDomain.ClusterConfigProperty.ZoneAwarenessConfig`.
|
default Object |
getZoneAwarenessEnabled()
`CfnDomain.ClusterConfigProperty.ZoneAwarenessEnabled`.
|
@Stability(value=Stable) @Nullable default Number getDedicatedMasterCount()
@Stability(value=Stable) @Nullable default Object getDedicatedMasterEnabled()
@Stability(value=Stable) @Nullable default String getDedicatedMasterType()
@Stability(value=Stable) @Nullable default Number getInstanceCount()
@Stability(value=Stable) @Nullable default String getInstanceType()
@Stability(value=Stable) @Nullable default Number getWarmCount()
@Stability(value=Stable) @Nullable default Object getWarmEnabled()
@Stability(value=Stable) @Nullable default String getWarmType()
@Stability(value=Stable) @Nullable default Object getZoneAwarenessConfig()
@Stability(value=Stable) @Nullable default Object getZoneAwarenessEnabled()
@Stability(value=Stable) static CfnDomain.ClusterConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.