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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnParallelData.EncryptionKeyPropertystatic final classAn implementation forCfnParallelData.EncryptionKeyProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getId
The Amazon Resource Name (ARN) of the encryption key.- See Also:
-
getType
The type of encryption key.- See Also:
-
builder
-