---
type: resource-type
title: DataTransformationProfile
description: aws resource type AWS::HealthLake::DataTransformationProfile
name: DataTransformationProfile
lexicon: aws
resource_type: AWS::HealthLake::DataTransformationProfile
---
`AWS::HealthLake::DataTransformationProfile`, a resource type of the aws lexicon.

## Properties

- `ProfileName` (`string`, required): The human-readable name of the profile.
- `SourceFormat` (`"CCDA" | "CSV"`, required): The source format that this profile converts from.
- `Arn` (`string`, optional): The Amazon Resource Name (ARN) of the data transformation profile.
- `KmsKeyId` (`string`, optional): The identifier (key ID or ARN) of a customer-managed KMS key used to encrypt the profile's template content at rest. If omitted, an AWS owned key is used.
- `ProfileDescription` (`string`, optional): A human-readable description of the profile's purpose.
- `ProfileId` (`string`, optional): The unique, server-generated identifier of the profile (32-character lowercase hexadecimal).
- `Source` (`DataTransformationProfile_Source`, optional)
- `Tags` (`DataTransformationProfile_Tag[]`, optional): An array of key-value pairs to apply to this profile.
- `TargetFormat` (`"FHIR_R4"`, optional): The target format that this profile converts to. Always FHIR_R4.

## Attributes

- `Arn`
- `ProfileId`
- `TargetFormat`
