Interface CfnPipelinePropsMixin.EncryptionAtRestOptionsProperty

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

@Stability(Stable) public static interface CfnPipelinePropsMixin.EncryptionAtRestOptionsProperty extends software.amazon.jsii.JsiiSerializable
Options to control how OpenSearch encrypts buffer data.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.osis.*;
 EncryptionAtRestOptionsProperty encryptionAtRestOptionsProperty = EncryptionAtRestOptionsProperty.builder()
         .kmsKeyArn("kmsKeyArn")
         .build();
 

See Also: