| Modifier and Type | Class and Description |
|---|---|
static class |
ZoneAwarenessConfig.Jsii$Proxy
An implementation for
ZoneAwarenessConfig |
| Modifier and Type | Method and Description |
|---|---|
ZoneAwarenessConfig |
ZoneAwarenessConfig.Builder.build()
Builds the configured instance.
|
default ZoneAwarenessConfig |
DomainProps.getZoneAwareness()
(experimental) The cluster zone awareness configuration for the Amazon ES domain.
|
ZoneAwarenessConfig |
DomainProps.Jsii$Proxy.getZoneAwareness() |
| Modifier and Type | Method and Description |
|---|---|
DomainProps.Builder |
DomainProps.Builder.zoneAwareness(ZoneAwarenessConfig zoneAwareness)
Sets the value of
DomainProps.getZoneAwareness() |
Domain.Builder |
Domain.Builder.zoneAwareness(ZoneAwarenessConfig zoneAwareness)
(experimental) The cluster zone awareness configuration for the Amazon ES domain.
|
| Constructor and Description |
|---|
Jsii$Proxy(ElasticsearchVersion version,
List<? extends PolicyStatement> accessPolicies,
Map<String,String> advancedOptions,
Number automatedSnapshotStartHour,
CapacityConfig capacity,
CognitoOptions cognitoKibanaAuth,
CustomEndpointOptions customEndpoint,
String domainName,
EbsOptions ebs,
Boolean enableVersionUpgrade,
EncryptionAtRestOptions encryptionAtRest,
Boolean enforceHttps,
AdvancedSecurityOptions fineGrainedAccessControl,
LoggingOptions logging,
Boolean nodeToNodeEncryption,
RemovalPolicy removalPolicy,
TLSSecurityPolicy tlsSecurityPolicy,
Boolean useUnsignedBasicAuth,
VpcOptions vpcOptions,
ZoneAwarenessConfig zoneAwareness)
Constructor that initializes the object based on literal property values passed by the
DomainProps.Builder. |
Copyright © 2021. All rights reserved.