@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:22.072Z") @Stability(value=Stable) public interface CfnRecipeProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-recipe.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRecipeProps.Builder
A builder for
CfnRecipeProps |
static class |
CfnRecipeProps.Jsii$Proxy
An implementation for
CfnRecipeProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnRecipeProps.Builder |
builder() |
default String |
getDescription()
`AWS::DataBrew::Recipe.Description`.
|
String |
getName()
`AWS::DataBrew::Recipe.Name`.
|
default String |
getProjectName()
`AWS::DataBrew::Recipe.ProjectName`.
|
Object |
getSteps()
`AWS::DataBrew::Recipe.Steps`.
|
default List<CfnTag> |
getTags()
`AWS::DataBrew::Recipe.Tags`.
|
default String |
getVersion()
`AWS::DataBrew::Recipe.Version`.
|
@Stability(value=Stable) @NotNull String getName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-recipe.html#cfn-databrew-recipe-name@Stability(value=Stable) @NotNull Object getSteps()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-recipe.html#cfn-databrew-recipe-steps@Stability(value=Stable) @Nullable default String getDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-recipe.html#cfn-databrew-recipe-description@Stability(value=Stable) @Nullable default String getProjectName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-recipe.html#cfn-databrew-recipe-projectname@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-recipe.html#cfn-databrew-recipe-tags@Stability(value=Stable) @Nullable default String getVersion()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-recipe.html#cfn-databrew-recipe-version@Stability(value=Stable) static CfnRecipeProps.Builder builder()
CfnRecipeProps.Builder of CfnRecipePropsCopyright © 2020. All rights reserved.