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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnEventActionPropsMixin.ExportServerSideEncryptionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKmsKeyArn
The Amazon Resource Name (ARN) of the AWS KMS key you want to use to encrypt the Amazon S3 objects.- See Also:
-
getType
The type of server side encryption used for encrypting the objects in Amazon S3.- See Also:
-
builder
@Stability(Stable) static CfnEventActionPropsMixin.ExportServerSideEncryptionProperty.Builder builder()
-