Interface CfnDataTransformationProfile.ExistingVersionedProfileSourceProperty

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

@Stability(Stable) public static interface CfnDataTransformationProfile.ExistingVersionedProfileSourceProperty extends software.amazon.jsii.JsiiSerializable
Create the profile by cloning a specific version of an existing profile.

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.healthlake.*;
 ExistingVersionedProfileSourceProperty existingVersionedProfileSourceProperty = ExistingVersionedProfileSourceProperty.builder()
         .profileId("profileId")
         .version(123)
         .build();
 

See Also: