Recipe Args
data class RecipeArgs(val description: Output<String>? = null, val name: Output<String>? = null, val steps: Output<List<RecipeStepArgs>>? = null, val tags: Output<List<CreateOnlyTagArgs>>? = null) : ConvertibleToJava<RecipeArgs>
Resource schema for AWS::DataBrew::Recipe.
Example Usage
Example
No Java example available.
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, name: Output<String>? = null, steps: Output<List<RecipeStepArgs>>? = null, tags: Output<List<CreateOnlyTagArgs>>? = null)