Interface CfnCollection.EncryptionConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCollection.EncryptionConfigProperty.Jsii$Proxy
Enclosing class:
CfnCollection

@Stability(Stable) public static interface CfnCollection.EncryptionConfigProperty extends software.amazon.jsii.JsiiSerializable
The configuration to encrypt the collection.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.opensearchserverless.*;
 EncryptionConfigProperty encryptionConfigProperty = EncryptionConfigProperty.builder()
         .awsOwnedKey(false)
         .kmsKeyArn("kmsKeyArn")
         .build();
 

See Also: