interface DataTransformationProfileReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.HealthLake.DataTransformationProfileReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awshealthlake#DataTransformationProfileReference |
Java | software.amazon.awscdk.interfaces.healthlake.DataTransformationProfileReference |
Python | aws_cdk.interfaces.aws_healthlake.DataTransformationProfileReference |
TypeScript | aws-cdk-lib » interfaces » aws_healthlake » DataTransformationProfileReference |
A reference to a DataTransformationProfile resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_healthlake as interfaces_healthlake } from 'aws-cdk-lib/interfaces';
const dataTransformationProfileReference: interfaces_healthlake.DataTransformationProfileReference = {
dataTransformationProfileArn: 'dataTransformationProfileArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| data | string | The Arn of the DataTransformationProfile resource. |
dataTransformationProfileArn
Type:
string
The Arn of the DataTransformationProfile resource.

.NET
Go
Java
Python
TypeScript