| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticsearch |
Amazon Elasticsearch Service Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
EncryptionAtRestOptions.Jsii$Proxy
An implementation for
EncryptionAtRestOptions |
| Modifier and Type | Method and Description |
|---|---|
EncryptionAtRestOptions |
EncryptionAtRestOptions.Builder.build()
Builds the configured instance.
|
default EncryptionAtRestOptions |
DomainProps.getEncryptionAtRest()
(experimental) Encryption at rest options for the cluster.
|
EncryptionAtRestOptions |
DomainProps.Jsii$Proxy.getEncryptionAtRest() |
| Modifier and Type | Method and Description |
|---|---|
Domain.Builder |
Domain.Builder.encryptionAtRest(EncryptionAtRestOptions encryptionAtRest)
(experimental) Encryption at rest options for the cluster.
|
DomainProps.Builder |
DomainProps.Builder.encryptionAtRest(EncryptionAtRestOptions encryptionAtRest)
Sets the value of
DomainProps.getEncryptionAtRest() |
| 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,
List<? extends ISecurityGroup> securityGroups,
TLSSecurityPolicy tlsSecurityPolicy,
Boolean useUnsignedBasicAuth,
IVpc vpc,
List<? extends SubnetSelection> vpcSubnets,
ZoneAwarenessConfig zoneAwareness)
Constructor that initializes the object based on literal property values passed by the
DomainProps.Builder. |
Copyright © 2021. All rights reserved.