

This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::HealthLake::DataTransformationProfile Source
<a name="aws-properties-healthlake-datatransformationprofile-source"></a>

<a name="aws-properties-healthlake-datatransformationprofile-source-description"></a>The `Source` property type specifies Property description not available. for an [AWS::HealthLake::DataTransformationProfile](aws-resource-healthlake-datatransformationprofile.md).

## Syntax
<a name="aws-properties-healthlake-datatransformationprofile-source-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-healthlake-datatransformationprofile-source-syntax.json"></a>

```
{
  "[ExistingVersionedProfileId](#cfn-healthlake-datatransformationprofile-source-existingversionedprofileid)" : {{ExistingVersionedProfileSource}},
  "[ProfileMapping](#cfn-healthlake-datatransformationprofile-source-profilemapping)" : {{ProfileMappingSource}},
  "[StarterProfile](#cfn-healthlake-datatransformationprofile-source-starterprofile)" : {{StarterProfileSource}}
}
```

### YAML
<a name="aws-properties-healthlake-datatransformationprofile-source-syntax.yaml"></a>

```
  [ExistingVersionedProfileId](#cfn-healthlake-datatransformationprofile-source-existingversionedprofileid): {{
    ExistingVersionedProfileSource}}
  [ProfileMapping](#cfn-healthlake-datatransformationprofile-source-profilemapping): {{
    ProfileMappingSource}}
  [StarterProfile](#cfn-healthlake-datatransformationprofile-source-starterprofile): {{
    StarterProfileSource}}
```

## Properties
<a name="aws-properties-healthlake-datatransformationprofile-source-properties"></a>

`ExistingVersionedProfileId`  <a name="cfn-healthlake-datatransformationprofile-source-existingversionedprofileid"></a>
Property description not available.  
*Required*: No  
*Type*: [ExistingVersionedProfileSource](aws-properties-healthlake-datatransformationprofile-existingversionedprofilesource.md)  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`ProfileMapping`  <a name="cfn-healthlake-datatransformationprofile-source-profilemapping"></a>
Property description not available.  
*Required*: No  
*Type*: [ProfileMappingSource](aws-properties-healthlake-datatransformationprofile-profilemappingsource.md)  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`StarterProfile`  <a name="cfn-healthlake-datatransformationprofile-source-starterprofile"></a>
Property description not available.  
*Required*: No  
*Type*: [StarterProfileSource](aws-properties-healthlake-datatransformationprofile-starterprofilesource.md)  
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)