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<TagArgs>>? = null) : ConvertibleToJava<RecipeArgs>
Resource schema for AWS::DataBrew::Recipe.
Example Usage
Example
No Java example available.