| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.DataBrew.Recipe.InputProperty
Documentation
data DataCatalogInputDefinitionProperty Source #
Constructors
| DataCatalogInputDefinitionProperty | |
Fields
| |
Instances
data InputProperty Source #
Constructors
| InputProperty | |
Fields | |
Instances
| ToJSON InputProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.InputProperty Methods toJSON :: InputProperty -> Value # toEncoding :: InputProperty -> Encoding # toJSONList :: [InputProperty] -> Value # toEncodingList :: [InputProperty] -> Encoding # omitField :: InputProperty -> Bool # | |||||
| Show InputProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.InputProperty Methods showsPrec :: Int -> InputProperty -> ShowS # show :: InputProperty -> String # showList :: [InputProperty] -> ShowS # | |||||
| Eq InputProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.InputProperty Methods (==) :: InputProperty -> InputProperty -> Bool # (/=) :: InputProperty -> InputProperty -> Bool # | |||||
| ToResourceProperties InputProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.InputProperty Methods toResourceProperties :: InputProperty -> ResourceProperties # | |||||
| Property "DataCatalogInputDefinition" InputProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.InputProperty Associated Types
Methods set :: PropertyType "DataCatalogInputDefinition" InputProperty -> InputProperty -> InputProperty # | |||||
| Property "S3InputDefinition" InputProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.InputProperty Associated Types
Methods set :: PropertyType "S3InputDefinition" InputProperty -> InputProperty -> InputProperty # | |||||
| type PropertyType "DataCatalogInputDefinition" InputProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.InputProperty | |||||
| type PropertyType "S3InputDefinition" InputProperty Source # | |||||
Defined in Stratosphere.DataBrew.Recipe.InputProperty | |||||