interface StarterProfileSourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.HealthLake.CfnDataTransformationProfile.StarterProfileSourceProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awshealthlake#CfnDataTransformationProfile_StarterProfileSourceProperty |
Java | software.amazon.awscdk.services.healthlake.CfnDataTransformationProfile.StarterProfileSourceProperty |
Python | aws_cdk.aws_healthlake.CfnDataTransformationProfile.StarterProfileSourceProperty |
TypeScript | aws-cdk-lib » aws_healthlake » CfnDataTransformationProfile » StarterProfileSourceProperty |
Create the profile from a predefined starter profile of transformation templates.
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 starterProfileSourceProperty: healthlake.CfnDataTransformationProfile.StarterProfileSourceProperty = {
starterProfileName: 'starterProfileName',
};
Properties
| Name | Type | Description |
|---|---|---|
| starter | string | The name of the starter profile to seed the profile from. |
starterProfileName
Type:
string
The name of the starter profile to seed the profile from.

.NET
Go
Java
Python
TypeScript