stratosphere-glue-1.0.0: Stratosphere integration for AWS Glue.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Glue.Workflow

Documentation

data Workflow Source #

Instances

Instances details
ToJSON Workflow Source # 
Instance details

Defined in Stratosphere.Glue.Workflow

Show Workflow Source # 
Instance details

Defined in Stratosphere.Glue.Workflow

Eq Workflow Source # 
Instance details

Defined in Stratosphere.Glue.Workflow

ToResourceProperties Workflow Source # 
Instance details

Defined in Stratosphere.Glue.Workflow

Property "DefaultRunProperties" Workflow Source # 
Instance details

Defined in Stratosphere.Glue.Workflow

Associated Types

type PropertyType "DefaultRunProperties" Workflow 
Instance details

Defined in Stratosphere.Glue.Workflow

type PropertyType "DefaultRunProperties" Workflow = Object

Methods

set :: PropertyType "DefaultRunProperties" Workflow -> Workflow -> Workflow #

Property "Description" Workflow Source # 
Instance details

Defined in Stratosphere.Glue.Workflow

Associated Types

type PropertyType "Description" Workflow 
Instance details

Defined in Stratosphere.Glue.Workflow

type PropertyType "Description" Workflow = Value Text

Methods

set :: PropertyType "Description" Workflow -> Workflow -> Workflow #

Property "MaxConcurrentRuns" Workflow Source # 
Instance details

Defined in Stratosphere.Glue.Workflow

Associated Types

type PropertyType "MaxConcurrentRuns" Workflow 
Instance details

Defined in Stratosphere.Glue.Workflow

type PropertyType "MaxConcurrentRuns" Workflow = Value Integer

Methods

set :: PropertyType "MaxConcurrentRuns" Workflow -> Workflow -> Workflow #

Property "Name" Workflow Source # 
Instance details

Defined in Stratosphere.Glue.Workflow

Associated Types

type PropertyType "Name" Workflow 
Instance details

Defined in Stratosphere.Glue.Workflow

Methods

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

Property "Tags" Workflow Source # 
Instance details

Defined in Stratosphere.Glue.Workflow

Associated Types

type PropertyType "Tags" Workflow 
Instance details

Defined in Stratosphere.Glue.Workflow

Methods

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

type PropertyType "DefaultRunProperties" Workflow Source # 
Instance details

Defined in Stratosphere.Glue.Workflow

type PropertyType "DefaultRunProperties" Workflow = Object
type PropertyType "Description" Workflow Source # 
Instance details

Defined in Stratosphere.Glue.Workflow

type PropertyType "Description" Workflow = Value Text
type PropertyType "MaxConcurrentRuns" Workflow Source # 
Instance details

Defined in Stratosphere.Glue.Workflow

type PropertyType "MaxConcurrentRuns" Workflow = Value Integer
type PropertyType "Name" Workflow Source # 
Instance details

Defined in Stratosphere.Glue.Workflow

type PropertyType "Tags" Workflow Source # 
Instance details

Defined in Stratosphere.Glue.Workflow