| Modifier and Type | Class and Description |
|---|---|
static class |
EbsOptions.Jsii$Proxy
An implementation for
EbsOptions |
| Modifier and Type | Method and Description |
|---|---|
EbsOptions |
EbsOptions.Builder.build()
Builds the configured instance.
|
default EbsOptions |
DomainProps.getEbs()
(experimental) The configurations of Amazon Elastic Block Store (Amazon EBS) volumes that are attached to data nodes in the Amazon ES domain.
|
EbsOptions |
DomainProps.Jsii$Proxy.getEbs() |
| Modifier and Type | Method and Description |
|---|---|
DomainProps.Builder |
DomainProps.Builder.ebs(EbsOptions ebs)
Sets the value of
DomainProps.getEbs() |
Domain.Builder |
Domain.Builder.ebs(EbsOptions ebs)
(experimental) The configurations of Amazon Elastic Block Store (Amazon EBS) volumes that are attached to data nodes in 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.