Interface CfnDataTransformationProfilePropsMixin.StarterProfileSourceProperty

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

@Stability(Stable) public static interface CfnDataTransformationProfilePropsMixin.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.cfnpropertymixins.services.healthlake.*;
 StarterProfileSourceProperty starterProfileSourceProperty = StarterProfileSourceProperty.builder()
         .starterProfileName("starterProfileName")
         .build();
 

See Also: