We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 3, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 3, 2026 by Pulumi
Creates a Data Transformation Profile in AWS HealthLake that converts healthcare data from a source format (such as C-CDA or CSV) into FHIR R4. A profile is immutable once created; to change its template content, replace the resource. Only its tags can be updated in place.
Using getDataTransformationProfile
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDataTransformationProfile(args: GetDataTransformationProfileArgs, opts?: InvokeOptions): Promise<GetDataTransformationProfileResult>
function getDataTransformationProfileOutput(args: GetDataTransformationProfileOutputArgs, opts?: InvokeOptions): Output<GetDataTransformationProfileResult>def get_data_transformation_profile(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDataTransformationProfileResult
def get_data_transformation_profile_output(arn: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDataTransformationProfileResult]func LookupDataTransformationProfile(ctx *Context, args *LookupDataTransformationProfileArgs, opts ...InvokeOption) (*LookupDataTransformationProfileResult, error)
func LookupDataTransformationProfileOutput(ctx *Context, args *LookupDataTransformationProfileOutputArgs, opts ...InvokeOption) LookupDataTransformationProfileResultOutput> Note: This function is named LookupDataTransformationProfile in the Go SDK.
public static class GetDataTransformationProfile
{
public static Task<GetDataTransformationProfileResult> InvokeAsync(GetDataTransformationProfileArgs args, InvokeOptions? opts = null)
public static Output<GetDataTransformationProfileResult> Invoke(GetDataTransformationProfileInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDataTransformationProfileResult> getDataTransformationProfile(GetDataTransformationProfileArgs args, InvokeOptions options)
public static Output<GetDataTransformationProfileResult> getDataTransformationProfile(GetDataTransformationProfileArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:healthlake:getDataTransformationProfile
arguments:
# arguments dictionarydata "aws-native_healthlake_get_data_transformation_profile" "name" {
# arguments
}The following arguments are supported:
- Arn string
- The Amazon Resource Name (ARN) of the data transformation profile.
- Arn string
- The Amazon Resource Name (ARN) of the data transformation profile.
- arn string
- The Amazon Resource Name (ARN) of the data transformation profile.
- arn String
- The Amazon Resource Name (ARN) of the data transformation profile.
- arn string
- The Amazon Resource Name (ARN) of the data transformation profile.
- arn str
- The Amazon Resource Name (ARN) of the data transformation profile.
- arn String
- The Amazon Resource Name (ARN) of the data transformation profile.
getDataTransformationProfile Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the data transformation profile.
- Profile
Id string - The unique, server-generated identifier of the profile (32-character lowercase hexadecimal).
-
List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to this profile.
- Target
Format Pulumi.Aws Native. Health Lake. Data Transformation Profile Target Format - The target format that this profile converts to. Always FHIR_R4.
- Arn string
- The Amazon Resource Name (ARN) of the data transformation profile.
- Profile
Id string - The unique, server-generated identifier of the profile (32-character lowercase hexadecimal).
- Tag
- An array of key-value pairs to apply to this profile.
- Target
Format DataTransformation Profile Target Format - The target format that this profile converts to. Always FHIR_R4.
- arn string
- The Amazon Resource Name (ARN) of the data transformation profile.
- profile_
id string - The unique, server-generated identifier of the profile (32-character lowercase hexadecimal).
- list(object)
- An array of key-value pairs to apply to this profile.
- target_
format "FHIR_R4" - The target format that this profile converts to. Always FHIR_R4.
- arn String
- The Amazon Resource Name (ARN) of the data transformation profile.
- profile
Id String - The unique, server-generated identifier of the profile (32-character lowercase hexadecimal).
- List<Tag>
- An array of key-value pairs to apply to this profile.
- target
Format DataTransformation Profile Target Format - The target format that this profile converts to. Always FHIR_R4.
- arn string
- The Amazon Resource Name (ARN) of the data transformation profile.
- profile
Id string - The unique, server-generated identifier of the profile (32-character lowercase hexadecimal).
- Tag[]
- An array of key-value pairs to apply to this profile.
- target
Format DataTransformation Profile Target Format - The target format that this profile converts to. Always FHIR_R4.
- arn str
- The Amazon Resource Name (ARN) of the data transformation profile.
- profile_
id str - The unique, server-generated identifier of the profile (32-character lowercase hexadecimal).
- Sequence[root_Tag]
- An array of key-value pairs to apply to this profile.
- target_
format DataTransformation Profile Target Format - The target format that this profile converts to. Always FHIR_R4.
- arn String
- The Amazon Resource Name (ARN) of the data transformation profile.
- profile
Id String - The unique, server-generated identifier of the profile (32-character lowercase hexadecimal).
- List<Property Map>
- An array of key-value pairs to apply to this profile.
- target
Format "FHIR_R4" - The target format that this profile converts to. Always FHIR_R4.
Supporting Types
DataTransformationProfileTargetFormat
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 3, 2026 by Pulumi