interface ProfileMappingSourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.HealthLake.CfnDataTransformationProfile.ProfileMappingSourceProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awshealthlake#CfnDataTransformationProfile_ProfileMappingSourceProperty |
Java | software.amazon.awscdk.services.healthlake.CfnDataTransformationProfile.ProfileMappingSourceProperty |
Python | aws_cdk.aws_healthlake.CfnDataTransformationProfile.ProfileMappingSourceProperty |
TypeScript | aws-cdk-lib » aws_healthlake » CfnDataTransformationProfile » ProfileMappingSourceProperty |
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 { aws_healthlake as healthlake } from 'aws-cdk-lib';
const profileMappingSourceProperty: healthlake.CfnDataTransformationProfile.ProfileMappingSourceProperty = {
profileMapping: {
profileMappingKey: 'profileMapping',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| profile | IResolvable | { [string]: string } | Map of template file paths to their Velocity template content. |
profileMapping
Type:
IResolvable | { [string]: string }
Map of template file paths to their Velocity template content.

.NET
Go
Java
Python
TypeScript