| Package | Description |
|---|---|
| software.amazon.awscdk.services.opensearchservice |
Amazon OpenSearch Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnDomain.EncryptionAtRestOptionsProperty |
CfnDomain.EncryptionAtRestOptionsProperty.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
CfnDomain.Builder |
CfnDomain.Builder.encryptionAtRestOptions(CfnDomain.EncryptionAtRestOptionsProperty encryptionAtRestOptions)
Whether the domain should encrypt data at rest, and if so, the AWS KMS key to use.
|
CfnDomainProps.Builder |
CfnDomainProps.Builder.encryptionAtRestOptions(CfnDomain.EncryptionAtRestOptionsProperty encryptionAtRestOptions)
Sets the value of
CfnDomainProps.getEncryptionAtRestOptions() |
void |
CfnDomain.setEncryptionAtRestOptions(CfnDomain.EncryptionAtRestOptionsProperty value)
Whether the domain should encrypt data at rest, and if so, the AWS KMS key to use.
|
Copyright © 2022. All rights reserved.