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

Stratosphere.DataBrew.Job.OutputProperty

Documentation

data OutputProperty Source #

Instances

Instances details
ToJSON OutputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Job.OutputProperty

Show OutputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Job.OutputProperty

Eq OutputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Job.OutputProperty

ToResourceProperties OutputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Job.OutputProperty

Property "CompressionFormat" OutputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Job.OutputProperty

Associated Types

type PropertyType "CompressionFormat" OutputProperty 
Instance details

Defined in Stratosphere.DataBrew.Job.OutputProperty

type PropertyType "CompressionFormat" OutputProperty = Value Text

Methods

set :: PropertyType "CompressionFormat" OutputProperty -> OutputProperty -> OutputProperty #

Property "Format" OutputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Job.OutputProperty

Associated Types

type PropertyType "Format" OutputProperty 
Instance details

Defined in Stratosphere.DataBrew.Job.OutputProperty

Property "FormatOptions" OutputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Job.OutputProperty

Associated Types

type PropertyType "FormatOptions" OutputProperty 
Instance details

Defined in Stratosphere.DataBrew.Job.OutputProperty

Property "Location" OutputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Job.OutputProperty

Associated Types

type PropertyType "Location" OutputProperty 
Instance details

Defined in Stratosphere.DataBrew.Job.OutputProperty

Property "MaxOutputFiles" OutputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Job.OutputProperty

Associated Types

type PropertyType "MaxOutputFiles" OutputProperty 
Instance details

Defined in Stratosphere.DataBrew.Job.OutputProperty

type PropertyType "MaxOutputFiles" OutputProperty = Value Integer
Property "Overwrite" OutputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Job.OutputProperty

Associated Types

type PropertyType "Overwrite" OutputProperty 
Instance details

Defined in Stratosphere.DataBrew.Job.OutputProperty

Property "PartitionColumns" OutputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Job.OutputProperty

Associated Types

type PropertyType "PartitionColumns" OutputProperty 
Instance details

Defined in Stratosphere.DataBrew.Job.OutputProperty

type PropertyType "PartitionColumns" OutputProperty = ValueList Text

Methods

set :: PropertyType "PartitionColumns" OutputProperty -> OutputProperty -> OutputProperty #

type PropertyType "CompressionFormat" OutputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Job.OutputProperty

type PropertyType "CompressionFormat" OutputProperty = Value Text
type PropertyType "Format" OutputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Job.OutputProperty

type PropertyType "FormatOptions" OutputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Job.OutputProperty

type PropertyType "Location" OutputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Job.OutputProperty

type PropertyType "MaxOutputFiles" OutputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Job.OutputProperty

type PropertyType "MaxOutputFiles" OutputProperty = Value Integer
type PropertyType "Overwrite" OutputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Job.OutputProperty

type PropertyType "PartitionColumns" OutputProperty Source # 
Instance details

Defined in Stratosphere.DataBrew.Job.OutputProperty

type PropertyType "PartitionColumns" OutputProperty = ValueList Text