Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.healthlake.CfnDataTransformationProfilePropsMixin.Builder
Packages that use CfnDataTransformationProfilePropsMixin.Builder
-
Uses of CfnDataTransformationProfilePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.healthlake
Methods in software.amazon.awscdk.cfnpropertymixins.services.healthlake that return CfnDataTransformationProfilePropsMixin.BuilderModifier and TypeMethodDescriptionCfnDataTransformationProfilePropsMixin.Builder.create()CfnDataTransformationProfilePropsMixin.Builder.create(CfnPropertyMixinOptions options) The identifier (key ID or ARN) of a customer-managed KMS key used to encrypt the profile's template content at rest.CfnDataTransformationProfilePropsMixin.Builder.profileDescription(String profileDescription) A human-readable description of the profile's purpose.CfnDataTransformationProfilePropsMixin.Builder.profileName(String profileName) The human-readable name of the profile.CfnDataTransformationProfilePropsMixin.Builder.source(CfnDataTransformationProfilePropsMixin.SourceProperty source) The source from which to create the profile's initial template content.CfnDataTransformationProfilePropsMixin.Builder.source(IResolvable source) The source from which to create the profile's initial template content.CfnDataTransformationProfilePropsMixin.Builder.sourceFormat(String sourceFormat) The source format that this profile converts from.An array of key-value pairs to apply to this profile.