interface StarterProfileSourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.HealthLake.CfnDataTransformationProfilePropsMixin.StarterProfileSourceProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awshealthlake#CfnDataTransformationProfilePropsMixin_StarterProfileSourceProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.healthlake.CfnDataTransformationProfilePropsMixin.StarterProfileSourceProperty |
Python | aws_cdk.cfn_property_mixins.aws_healthlake.CfnDataTransformationProfilePropsMixin.StarterProfileSourceProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_healthlake » CfnDataTransformationProfilePropsMixin » 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/cfn-property-mixins';
const starterProfileSourceProperty: healthlake.CfnDataTransformationProfilePropsMixin.StarterProfileSourceProperty = {
starterProfileName: 'starterProfileName',
};
Properties
| Name | Type | Description |
|---|---|---|
| starter | string | The name of the starter profile to seed the profile from. |
starterProfileName?
Type:
string
(optional)
The name of the starter profile to seed the profile from.

.NET
Go
Java
Python
TypeScript