Stratosphere.DataBrew.Recipe
module Stratosphere.DataBrew.Recipe.RecipeStepProperty
data Recipe Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-recipe.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-recipe.html#cfn-databrew-recipe-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-recipe.html#cfn-databrew-recipe-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-recipe.html#cfn-databrew-recipe-steps
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-recipe.html#cfn-databrew-recipe-tags
Defined in Stratosphere.DataBrew.Recipe
Methods
toJSON :: Recipe -> Value #
toEncoding :: Recipe -> Encoding #
toJSONList :: [Recipe] -> Value #
toEncodingList :: [Recipe] -> Encoding #
omitField :: Recipe -> Bool #
showsPrec :: Int -> Recipe -> ShowS #
show :: Recipe -> String #
showList :: [Recipe] -> ShowS #
(==) :: Recipe -> Recipe -> Bool #
(/=) :: Recipe -> Recipe -> Bool #
toResourceProperties :: Recipe -> ResourceProperties #
Associated Types
set :: PropertyType "Description" Recipe -> Recipe -> Recipe #
set :: PropertyType "Name" Recipe -> Recipe -> Recipe #
set :: PropertyType "Steps" Recipe -> Recipe -> Recipe #
set :: PropertyType "Tags" Recipe -> Recipe -> Recipe #
mkRecipe :: Value Text -> [RecipeStepProperty] -> Recipe Source #