Interface CfnEventActionPropsMixin.ExportServerSideEncryptionProperty

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

@Stability(Stable) public static interface CfnEventActionPropsMixin.ExportServerSideEncryptionProperty extends software.amazon.jsii.JsiiSerializable
Encryption configuration of the export job.

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.dataexchange.*;
 ExportServerSideEncryptionProperty exportServerSideEncryptionProperty = ExportServerSideEncryptionProperty.builder()
         .kmsKeyArn("kmsKeyArn")
         .type("type")
         .build();
 

See Also: