interface ProfileMappingSourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.HealthLake.CfnDataTransformationProfilePropsMixin.ProfileMappingSourceProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awshealthlake#CfnDataTransformationProfilePropsMixin_ProfileMappingSourceProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.healthlake.CfnDataTransformationProfilePropsMixin.ProfileMappingSourceProperty |
Python | aws_cdk.cfn_property_mixins.aws_healthlake.CfnDataTransformationProfilePropsMixin.ProfileMappingSourceProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_healthlake » CfnDataTransformationProfilePropsMixin » 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/cfn-property-mixins';
const profileMappingSourceProperty: healthlake.CfnDataTransformationProfilePropsMixin.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 }
(optional)
Map of template file paths to their Velocity template content.

.NET
Go
Java
Python
TypeScript