RecipeArgs

constructor(description: Output<String>? = null, name: Output<String>? = null, steps: Output<List<RecipeStepArgs>>? = null, tags: Output<List<CreateOnlyTagArgs>>? = null)