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

Stratosphere.Glue.Job

Documentation

data Job Source #

Constructors

Job

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

Fields

Instances

Instances details
ToJSON Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

Show Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

Methods

showsPrec :: Int -> Job -> ShowS #

show :: Job -> String #

showList :: [Job] -> ShowS #

Eq Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

Methods

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

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

ToResourceProperties Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

Property "AllocatedCapacity" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

Associated Types

type PropertyType "AllocatedCapacity" Job 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "AllocatedCapacity" Job = Value Double

Methods

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

Property "Command" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

Associated Types

type PropertyType "Command" Job 
Instance details

Defined in Stratosphere.Glue.Job

Methods

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

Property "Connections" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

Associated Types

type PropertyType "Connections" Job 
Instance details

Defined in Stratosphere.Glue.Job

Methods

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

Property "DefaultArguments" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

Associated Types

type PropertyType "DefaultArguments" Job 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "DefaultArguments" Job = Object

Methods

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

Property "Description" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

Associated Types

type PropertyType "Description" Job 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "Description" Job = Value Text

Methods

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

Property "ExecutionClass" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

Associated Types

type PropertyType "ExecutionClass" Job 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "ExecutionClass" Job = Value Text

Methods

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

Property "ExecutionProperty" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

Associated Types

type PropertyType "ExecutionProperty" Job 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "ExecutionProperty" Job = ExecutionPropertyProperty

Methods

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

Property "GlueVersion" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

Associated Types

type PropertyType "GlueVersion" Job 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "GlueVersion" Job = Value Text

Methods

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

Property "JobMode" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

Associated Types

type PropertyType "JobMode" Job 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "JobMode" Job = Value Text

Methods

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

Property "JobRunQueuingEnabled" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

Associated Types

type PropertyType "JobRunQueuingEnabled" Job 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "JobRunQueuingEnabled" Job = Value Bool

Methods

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

Property "LogUri" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

Associated Types

type PropertyType "LogUri" Job 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "LogUri" Job = Value Text

Methods

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

Property "MaintenanceWindow" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

Associated Types

type PropertyType "MaintenanceWindow" Job 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "MaintenanceWindow" Job = Value Text

Methods

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

Property "MaxCapacity" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

Associated Types

type PropertyType "MaxCapacity" Job 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "MaxCapacity" Job = Value Double

Methods

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

Property "MaxRetries" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

Associated Types

type PropertyType "MaxRetries" Job 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "MaxRetries" Job = Value Double

Methods

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

Property "Name" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

Associated Types

type PropertyType "Name" Job 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "Name" Job = Value Text

Methods

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

Property "NonOverridableArguments" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

Associated Types

type PropertyType "NonOverridableArguments" Job 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "NonOverridableArguments" Job = Object

Methods

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

Property "NotificationProperty" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

Associated Types

type PropertyType "NotificationProperty" Job 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "NotificationProperty" Job = NotificationPropertyProperty

Methods

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

Property "NumberOfWorkers" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

Associated Types

type PropertyType "NumberOfWorkers" Job 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "NumberOfWorkers" Job = Value Integer

Methods

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

Property "Role" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

Associated Types

type PropertyType "Role" Job 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "Role" Job = Value Text

Methods

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

Property "SecurityConfiguration" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

Associated Types

type PropertyType "SecurityConfiguration" Job 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "SecurityConfiguration" Job = Value Text

Methods

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

Property "Tags" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

Associated Types

type PropertyType "Tags" Job 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "Tags" Job = Object

Methods

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

Property "Timeout" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

Associated Types

type PropertyType "Timeout" Job 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "Timeout" Job = Value Integer

Methods

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

Property "WorkerType" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

Associated Types

type PropertyType "WorkerType" Job 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "WorkerType" Job = Value Text

Methods

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

type PropertyType "AllocatedCapacity" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "AllocatedCapacity" Job = Value Double
type PropertyType "Command" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "Connections" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "DefaultArguments" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "DefaultArguments" Job = Object
type PropertyType "Description" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "Description" Job = Value Text
type PropertyType "ExecutionClass" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "ExecutionClass" Job = Value Text
type PropertyType "ExecutionProperty" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "ExecutionProperty" Job = ExecutionPropertyProperty
type PropertyType "GlueVersion" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "GlueVersion" Job = Value Text
type PropertyType "JobMode" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "JobMode" Job = Value Text
type PropertyType "JobRunQueuingEnabled" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "JobRunQueuingEnabled" Job = Value Bool
type PropertyType "LogUri" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "LogUri" Job = Value Text
type PropertyType "MaintenanceWindow" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

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

Defined in Stratosphere.Glue.Job

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

Defined in Stratosphere.Glue.Job

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

Defined in Stratosphere.Glue.Job

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

Defined in Stratosphere.Glue.Job

type PropertyType "NonOverridableArguments" Job = Object
type PropertyType "NotificationProperty" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "NotificationProperty" Job = NotificationPropertyProperty
type PropertyType "NumberOfWorkers" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "NumberOfWorkers" Job = Value Integer
type PropertyType "Role" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

type PropertyType "Role" Job = Value Text
type PropertyType "SecurityConfiguration" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

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

Defined in Stratosphere.Glue.Job

type PropertyType "Tags" Job = Object
type PropertyType "Timeout" Job Source # 
Instance details

Defined in Stratosphere.Glue.Job

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

Defined in Stratosphere.Glue.Job

type PropertyType "WorkerType" Job = Value Text