CreateDataTransformationProfileSource
The source for initial content when creating a data transformation profile. Specify exactly one variant: a built-in starter profile, an existing profile version to clone, raw profile content, or a sample data file.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- ExistingVersionedProfileId
-
Creates the profile by cloning an existing profile at a specific version.
Type: ExistingVersionedProfileSource object
Required: No
- ProfileMapping
-
Creates the profile from raw profile content that you provide directly. Use this variant for continuous integration and continuous delivery (CI/CD) workflows.
Type: ProfileMappingSource object
Required: No
- SampleData
-
Creates the profile from a sample data file stored in Amazon S3. Valid only when the source format is Comma-separated values (CSV).
Type: SampleDataSource object
Required: No
- StarterProfile
-
Creates the profile from a built-in starter profile. Valid only when the source format is Consolidated Clinical Document Architecture (C-CDA).
Type: StarterProfileSource object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: