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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDataTransformationProfile.ProfileMappingSourceProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Map of template file paths to their Velocity template content.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getProfileMapping
Map of template file paths to their Velocity template content.Returns union: either
IResolvableor Mapinvalid input: '<'String,String>- See Also:
-
builder
@Stability(Stable) static CfnDataTransformationProfile.ProfileMappingSourceProperty.Builder builder()
-