Show / Hide Table of Contents

Interface CfnDataTransformationProfilePropsMixin.IExistingVersionedProfileSourceProperty

Create the profile by cloning a specific version of an existing profile.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.HealthLake
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDataTransformationProfilePropsMixin.IExistingVersionedProfileSourceProperty
Syntax (vb)
Public Interface CfnDataTransformationProfilePropsMixin.IExistingVersionedProfileSourceProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-healthlake-datatransformationprofile-existingversionedprofilesource.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.HealthLake;

             var existingVersionedProfileSourceProperty = new ExistingVersionedProfileSourceProperty {
                 ProfileId = "profileId",
                 Version = 123
             };

Synopsis

Properties

ProfileId

The unique identifier of the source profile to clone.

Version

The version number of the source profile to clone.

Properties

ProfileId

The unique identifier of the source profile to clone.

string? ProfileId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-healthlake-datatransformationprofile-existingversionedprofilesource.html#cfn-healthlake-datatransformationprofile-existingversionedprofilesource-profileid

Version

The version number of the source profile to clone.

double? Version { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-healthlake-datatransformationprofile-existingversionedprofilesource.html#cfn-healthlake-datatransformationprofile-existingversionedprofilesource-version

Back to top Generated by DocFX