Interface CfnParallelData.EncryptionKeyProperty

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

@Stability(Stable) public static interface CfnParallelData.EncryptionKeyProperty extends software.amazon.jsii.JsiiSerializable
The encryption key used to encrypt this object.

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.translate.*;
 EncryptionKeyProperty encryptionKeyProperty = EncryptionKeyProperty.builder()
         .id("id")
         .type("type")
         .build();
 

See Also: