Interface CfnDataTransformationProfile.StarterProfileSourceProperty

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

@Stability(Stable) public static interface CfnDataTransformationProfile.StarterProfileSourceProperty extends software.amazon.jsii.JsiiSerializable
Create the profile from a predefined starter profile of transformation templates.

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.*;
 StarterProfileSourceProperty starterProfileSourceProperty = StarterProfileSourceProperty.builder()
         .starterProfileName("starterProfileName")
         .build();
 

See Also: