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

Stratosphere.DataBrew.Dataset.InputProperty

Documentation

data DatabaseInputDefinitionProperty Source #

Instances

Instances details
ToJSON DatabaseInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.DatabaseInputDefinitionProperty

Show DatabaseInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.DatabaseInputDefinitionProperty

Eq DatabaseInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.DatabaseInputDefinitionProperty

ToResourceProperties DatabaseInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.DatabaseInputDefinitionProperty

Property "DatabaseTableName" DatabaseInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.DatabaseInputDefinitionProperty

Property "GlueConnectionName" DatabaseInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.DatabaseInputDefinitionProperty

Associated Types

type PropertyType "GlueConnectionName" DatabaseInputDefinitionProperty 
Instance details

Defined in Stratosphere.DataBrew.Dataset.DatabaseInputDefinitionProperty

Property "QueryString" DatabaseInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.DatabaseInputDefinitionProperty

Property "TempDirectory" DatabaseInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.DatabaseInputDefinitionProperty

type PropertyType "DatabaseTableName" DatabaseInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.DatabaseInputDefinitionProperty

type PropertyType "GlueConnectionName" DatabaseInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.DatabaseInputDefinitionProperty

type PropertyType "QueryString" DatabaseInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.DatabaseInputDefinitionProperty

type PropertyType "TempDirectory" DatabaseInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.DatabaseInputDefinitionProperty

data DataCatalogInputDefinitionProperty Source #

Instances

Instances details
ToJSON DataCatalogInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.DataCatalogInputDefinitionProperty

Show DataCatalogInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.DataCatalogInputDefinitionProperty

Eq DataCatalogInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.DataCatalogInputDefinitionProperty

ToResourceProperties DataCatalogInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.DataCatalogInputDefinitionProperty

Property "CatalogId" DataCatalogInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.DataCatalogInputDefinitionProperty

Property "DatabaseName" DataCatalogInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.DataCatalogInputDefinitionProperty

Property "TableName" DataCatalogInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.DataCatalogInputDefinitionProperty

Property "TempDirectory" DataCatalogInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.DataCatalogInputDefinitionProperty

type PropertyType "CatalogId" DataCatalogInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.DataCatalogInputDefinitionProperty

type PropertyType "DatabaseName" DataCatalogInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.DataCatalogInputDefinitionProperty

type PropertyType "TableName" DataCatalogInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.DataCatalogInputDefinitionProperty

type PropertyType "TempDirectory" DataCatalogInputDefinitionProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.DataCatalogInputDefinitionProperty

data InputProperty Source #

Instances

Instances details
ToJSON InputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.InputProperty

Show InputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.InputProperty

Eq InputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.InputProperty

ToResourceProperties InputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.InputProperty

Property "DataCatalogInputDefinition" InputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.InputProperty

Associated Types

type PropertyType "DataCatalogInputDefinition" InputProperty 
Instance details

Defined in Stratosphere.DataBrew.Dataset.InputProperty

Methods

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

Property "DatabaseInputDefinition" InputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.InputProperty

Associated Types

type PropertyType "DatabaseInputDefinition" InputProperty 
Instance details

Defined in Stratosphere.DataBrew.Dataset.InputProperty

Methods

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

Property "Metadata" InputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.InputProperty

Associated Types

type PropertyType "Metadata" InputProperty 
Instance details

Defined in Stratosphere.DataBrew.Dataset.InputProperty

Property "S3InputDefinition" InputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.InputProperty

Associated Types

type PropertyType "S3InputDefinition" InputProperty 
Instance details

Defined in Stratosphere.DataBrew.Dataset.InputProperty

type PropertyType "S3InputDefinition" InputProperty = S3LocationProperty

Methods

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

type PropertyType "DataCatalogInputDefinition" InputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.InputProperty

type PropertyType "DatabaseInputDefinition" InputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.InputProperty

type PropertyType "Metadata" InputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.InputProperty

type PropertyType "S3InputDefinition" InputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Dataset.InputProperty

type PropertyType "S3InputDefinition" InputProperty = S3LocationProperty