Interface CfnDataTransformationProfilePropsMixin.StarterProfileSourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataTransformationProfilePropsMixin.StarterProfileSourceProperty.Jsii$Proxy
- Enclosing class:
CfnDataTransformationProfilePropsMixin
@Stability(Stable)
public static interface CfnDataTransformationProfilePropsMixin.StarterProfileSourceProperty
extends software.amazon.jsii.JsiiSerializable
Create the profile from a predefined starter profile of transformation templates.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.healthlake.*;
StarterProfileSourceProperty starterProfileSourceProperty = StarterProfileSourceProperty.builder()
.starterProfileName("starterProfileName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDataTransformationProfilePropsMixin.StarterProfileSourceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStarterProfileName
The name of the starter profile to seed the profile from.- See Also:
-
builder
@Stability(Stable) static CfnDataTransformationProfilePropsMixin.StarterProfileSourceProperty.Builder builder()
-