DataTransformationProfileReference

class aws_cdk.interfaces.aws_healthlake.DataTransformationProfileReference(*, data_transformation_profile_arn)

Bases: object

A reference to a DataTransformationProfile resource.

Parameters:

data_transformation_profile_arn (str) – The Arn of the DataTransformationProfile resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_healthlake as interfaces_healthlake

data_transformation_profile_reference = interfaces_healthlake.DataTransformationProfileReference(
    data_transformation_profile_arn="dataTransformationProfileArn"
)

Attributes

data_transformation_profile_arn

The Arn of the DataTransformationProfile resource.