Interface CfnEventAction.ExportServerSideEncryptionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEventAction.ExportServerSideEncryptionProperty.Jsii$Proxy
- Enclosing class:
CfnEventAction
@Stability(Stable)
public static interface CfnEventAction.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.services.dataexchange.*;
ExportServerSideEncryptionProperty exportServerSideEncryptionProperty = ExportServerSideEncryptionProperty.builder()
.type("type")
// the properties below are optional
.kmsKeyArn("kmsKeyArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEventAction.ExportServerSideEncryptionPropertystatic final classAn implementation forCfnEventAction.ExportServerSideEncryptionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getType
The type of server side encryption used for encrypting the objects in Amazon S3.- See Also:
-
getKmsKeyArn
The Amazon Resource Name (ARN) of the AWS KMS key you want to use to encrypt the Amazon S3 objects.- See Also:
-
builder
-