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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDataTransformationProfilePropsMixin.ProfileMappingSourceProperty -
Method Summary
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 CfnDataTransformationProfilePropsMixin.ProfileMappingSourceProperty.Builder builder()
-