| Modifier and Type | Class and Description |
|---|---|
static class |
CapacityConfig.Jsii$Proxy
An implementation for
CapacityConfig |
| Modifier and Type | Method and Description |
|---|---|
CapacityConfig |
CapacityConfig.Builder.build()
Builds the configured instance.
|
default CapacityConfig |
DomainProps.getCapacity()
(experimental) The cluster capacity configuration for the Amazon ES domain.
|
CapacityConfig |
DomainProps.Jsii$Proxy.getCapacity() |
| Modifier and Type | Method and Description |
|---|---|
DomainProps.Builder |
DomainProps.Builder.capacity(CapacityConfig capacity)
Sets the value of
DomainProps.getCapacity() |
Domain.Builder |
Domain.Builder.capacity(CapacityConfig capacity)
(experimental) The cluster capacity 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.