stratosphere-databrew-1.0.0: Stratosphere integration for AWS DataBrew.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.DataBrew.Recipe.InputProperty

Documentation

data DataCatalogInputDefinitionProperty Source #

Instances

Instances details
ToJSON DataCatalogInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Recipe.DataCatalogInputDefinitionProperty

Show DataCatalogInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Recipe.DataCatalogInputDefinitionProperty

Eq DataCatalogInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Recipe.DataCatalogInputDefinitionProperty

ToResourceProperties DataCatalogInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Recipe.DataCatalogInputDefinitionProperty

Property "CatalogId" DataCatalogInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Recipe.DataCatalogInputDefinitionProperty

Property "DatabaseName" DataCatalogInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Recipe.DataCatalogInputDefinitionProperty

Property "TableName" DataCatalogInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Recipe.DataCatalogInputDefinitionProperty

Property "TempDirectory" DataCatalogInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Recipe.DataCatalogInputDefinitionProperty

type PropertyType "CatalogId" DataCatalogInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Recipe.DataCatalogInputDefinitionProperty

type PropertyType "DatabaseName" DataCatalogInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Recipe.DataCatalogInputDefinitionProperty

type PropertyType "TableName" DataCatalogInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Recipe.DataCatalogInputDefinitionProperty

type PropertyType "TempDirectory" DataCatalogInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Recipe.DataCatalogInputDefinitionProperty

data InputProperty Source #

Instances

Instances details
ToJSON InputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Recipe.InputProperty

Show InputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Recipe.InputProperty

Eq InputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Recipe.InputProperty

ToResourceProperties InputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Recipe.InputProperty

Property "DataCatalogInputDefinition" InputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Recipe.InputProperty

Associated Types

type PropertyType "DataCatalogInputDefinition" InputProperty 
Instance details

Defined in Stratosphere.DataBrew.Recipe.InputProperty

Methods

set :: PropertyType "DataCatalogInputDefinition" InputProperty -> InputProperty -> InputProperty #

Property "S3InputDefinition" InputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Recipe.InputProperty

Associated Types

type PropertyType "S3InputDefinition" InputProperty 
Instance details

Defined in Stratosphere.DataBrew.Recipe.InputProperty

type PropertyType "S3InputDefinition" InputProperty = S3LocationProperty

Methods

set :: PropertyType "S3InputDefinition" InputProperty -> InputProperty -> InputProperty #

type PropertyType "DataCatalogInputDefinition" InputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Recipe.InputProperty

type PropertyType "S3InputDefinition" InputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Recipe.InputProperty

type PropertyType "S3InputDefinition" InputProperty = S3LocationProperty