Interface CfnDataTransformationProfile.ProfileMappingSourceProperty

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

@Stability(Stable) public static interface CfnDataTransformationProfile.ProfileMappingSourceProperty extends software.amazon.jsii.JsiiSerializable
Create the profile from raw Velocity template mapping content.

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.*;
 ProfileMappingSourceProperty profileMappingSourceProperty = ProfileMappingSourceProperty.builder()
         .profileMapping(Map.of(
                 "profileMappingKey", "profileMapping"))
         .build();
 

See Also: