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

Stratosphere.DataBrew.Job

Documentation

data Job Source #

Constructors

Job

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-databrew-job.html

Fields

Instances

Instances details
ToJSON Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

Show Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

Methods

showsPrec :: Int -> Job -> ShowS #

show :: Job -> String #

showList :: [Job] -> ShowS #

Eq Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

Methods

(==) :: Job -> Job -> Bool #

(/=) :: Job -> Job -> Bool #

ToResourceProperties Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

Property "DataCatalogOutputs" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

Associated Types

type PropertyType "DataCatalogOutputs" Job 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "DataCatalogOutputs" Job = [DataCatalogOutputProperty]

Methods

set :: PropertyType "DataCatalogOutputs" Job -> Job -> Job #

Property "DatabaseOutputs" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

Associated Types

type PropertyType "DatabaseOutputs" Job 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "DatabaseOutputs" Job = [DatabaseOutputProperty]

Methods

set :: PropertyType "DatabaseOutputs" Job -> Job -> Job #

Property "DatasetName" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

Associated Types

type PropertyType "DatasetName" Job 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "DatasetName" Job = Value Text

Methods

set :: PropertyType "DatasetName" Job -> Job -> Job #

Property "EncryptionKeyArn" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

Associated Types

type PropertyType "EncryptionKeyArn" Job 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "EncryptionKeyArn" Job = Value Text

Methods

set :: PropertyType "EncryptionKeyArn" Job -> Job -> Job #

Property "EncryptionMode" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

Associated Types

type PropertyType "EncryptionMode" Job 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "EncryptionMode" Job = Value Text

Methods

set :: PropertyType "EncryptionMode" Job -> Job -> Job #

Property "JobSample" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

Associated Types

type PropertyType "JobSample" Job 
Instance details

Defined in Stratosphere.DataBrew.Job

Methods

set :: PropertyType "JobSample" Job -> Job -> Job #

Property "LogSubscription" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

Associated Types

type PropertyType "LogSubscription" Job 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "LogSubscription" Job = Value Text

Methods

set :: PropertyType "LogSubscription" Job -> Job -> Job #

Property "MaxCapacity" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

Associated Types

type PropertyType "MaxCapacity" Job 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "MaxCapacity" Job = Value Integer

Methods

set :: PropertyType "MaxCapacity" Job -> Job -> Job #

Property "MaxRetries" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

Associated Types

type PropertyType "MaxRetries" Job 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "MaxRetries" Job = Value Integer

Methods

set :: PropertyType "MaxRetries" Job -> Job -> Job #

Property "Name" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

Associated Types

type PropertyType "Name" Job 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "Name" Job = Value Text

Methods

set :: PropertyType "Name" Job -> Job -> Job #

Property "OutputLocation" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

Associated Types

type PropertyType "OutputLocation" Job 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "OutputLocation" Job = OutputLocationProperty

Methods

set :: PropertyType "OutputLocation" Job -> Job -> Job #

Property "Outputs" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

Associated Types

type PropertyType "Outputs" Job 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "Outputs" Job = [OutputProperty]

Methods

set :: PropertyType "Outputs" Job -> Job -> Job #

Property "ProfileConfiguration" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

Associated Types

type PropertyType "ProfileConfiguration" Job 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "ProfileConfiguration" Job = ProfileConfigurationProperty

Methods

set :: PropertyType "ProfileConfiguration" Job -> Job -> Job #

Property "ProjectName" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

Associated Types

type PropertyType "ProjectName" Job 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "ProjectName" Job = Value Text

Methods

set :: PropertyType "ProjectName" Job -> Job -> Job #

Property "Recipe" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

Associated Types

type PropertyType "Recipe" Job 
Instance details

Defined in Stratosphere.DataBrew.Job

Methods

set :: PropertyType "Recipe" Job -> Job -> Job #

Property "RoleArn" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

Associated Types

type PropertyType "RoleArn" Job 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "RoleArn" Job = Value Text

Methods

set :: PropertyType "RoleArn" Job -> Job -> Job #

Property "Tags" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

Associated Types

type PropertyType "Tags" Job 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "Tags" Job = [Tag]

Methods

set :: PropertyType "Tags" Job -> Job -> Job #

Property "Timeout" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

Associated Types

type PropertyType "Timeout" Job 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "Timeout" Job = Value Integer

Methods

set :: PropertyType "Timeout" Job -> Job -> Job #

Property "Type" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

Associated Types

type PropertyType "Type" Job 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "Type" Job = Value Text

Methods

set :: PropertyType "Type" Job -> Job -> Job #

Property "ValidationConfigurations" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

Associated Types

type PropertyType "ValidationConfigurations" Job 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "ValidationConfigurations" Job = [ValidationConfigurationProperty]

Methods

set :: PropertyType "ValidationConfigurations" Job -> Job -> Job #

type PropertyType "DataCatalogOutputs" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "DataCatalogOutputs" Job = [DataCatalogOutputProperty]
type PropertyType "DatabaseOutputs" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "DatabaseOutputs" Job = [DatabaseOutputProperty]
type PropertyType "DatasetName" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "DatasetName" Job = Value Text
type PropertyType "EncryptionKeyArn" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "EncryptionKeyArn" Job = Value Text
type PropertyType "EncryptionMode" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "EncryptionMode" Job = Value Text
type PropertyType "JobSample" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "LogSubscription" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "LogSubscription" Job = Value Text
type PropertyType "MaxCapacity" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "MaxCapacity" Job = Value Integer
type PropertyType "MaxRetries" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "MaxRetries" Job = Value Integer
type PropertyType "Name" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "Name" Job = Value Text
type PropertyType "OutputLocation" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "OutputLocation" Job = OutputLocationProperty
type PropertyType "Outputs" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "Outputs" Job = [OutputProperty]
type PropertyType "ProfileConfiguration" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "ProfileConfiguration" Job = ProfileConfigurationProperty
type PropertyType "ProjectName" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "ProjectName" Job = Value Text
type PropertyType "Recipe" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "RoleArn" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "RoleArn" Job = Value Text
type PropertyType "Tags" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "Tags" Job = [Tag]
type PropertyType "Timeout" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "Timeout" Job = Value Integer
type PropertyType "Type" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "Type" Job = Value Text
type PropertyType "ValidationConfigurations" Job Source # 
Instance details

Defined in Stratosphere.DataBrew.Job

type PropertyType "ValidationConfigurations" Job = [ValidationConfigurationProperty]