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
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
Remarks
Version
The version number of the source profile to clone.
double? Version { get; }