Uses of Interface
software.amazon.awscdk.services.elasticsearch.CfnDomain.EncryptionAtRestOptionsProperty
Packages that use CfnDomain.EncryptionAtRestOptionsProperty
Package
Description
Amazon OpenSearch Service Construct Library
-
Uses of CfnDomain.EncryptionAtRestOptionsProperty in software.amazon.awscdk.services.elasticsearch
Classes in software.amazon.awscdk.services.elasticsearch that implement CfnDomain.EncryptionAtRestOptionsPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnDomain.EncryptionAtRestOptionsPropertyMethods in software.amazon.awscdk.services.elasticsearch that return CfnDomain.EncryptionAtRestOptionsPropertyModifier and TypeMethodDescriptionCfnDomain.EncryptionAtRestOptionsProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.elasticsearch with parameters of type CfnDomain.EncryptionAtRestOptionsPropertyModifier and TypeMethodDescriptionCfnDomain.Builder.encryptionAtRestOptions(CfnDomain.EncryptionAtRestOptionsProperty encryptionAtRestOptions) Whether the domain should encrypt data at rest, and if so, the AWS Key Management Service key to use.CfnDomainProps.Builder.encryptionAtRestOptions(CfnDomain.EncryptionAtRestOptionsProperty encryptionAtRestOptions) Sets the value ofCfnDomainProps.getEncryptionAtRestOptions()voidCfnDomain.setEncryptionAtRestOptions(CfnDomain.EncryptionAtRestOptionsProperty value) Whether the domain should encrypt data at rest, and if so, the AWS Key Management Service key to use.