Interface CfnDataTransformationProfilePropsMixin.ProfileMappingSourceProperty

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

@Stability(Stable) public static interface CfnDataTransformationProfilePropsMixin.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.cfnpropertymixins.services.healthlake.*;
 ProfileMappingSourceProperty profileMappingSourceProperty = ProfileMappingSourceProperty.builder()
         .profileMapping(Map.of(
                 "profileMappingKey", "profileMapping"))
         .build();
 

See Also: