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

Stratosphere.DataBrew.Schedule

Documentation

data Schedule Source #

Instances

Instances details
ToJSON Schedule Source # 
Instance details

Defined in Stratosphere.DataBrew.Schedule

Show Schedule Source # 
Instance details

Defined in Stratosphere.DataBrew.Schedule

Eq Schedule Source # 
Instance details

Defined in Stratosphere.DataBrew.Schedule

ToResourceProperties Schedule Source # 
Instance details

Defined in Stratosphere.DataBrew.Schedule

Property "CronExpression" Schedule Source # 
Instance details

Defined in Stratosphere.DataBrew.Schedule

Associated Types

type PropertyType "CronExpression" Schedule 
Instance details

Defined in Stratosphere.DataBrew.Schedule

type PropertyType "CronExpression" Schedule = Value Text

Methods

set :: PropertyType "CronExpression" Schedule -> Schedule -> Schedule #

Property "JobNames" Schedule Source # 
Instance details

Defined in Stratosphere.DataBrew.Schedule

Associated Types

type PropertyType "JobNames" Schedule 
Instance details

Defined in Stratosphere.DataBrew.Schedule

Methods

set :: PropertyType "JobNames" Schedule -> Schedule -> Schedule #

Property "Name" Schedule Source # 
Instance details

Defined in Stratosphere.DataBrew.Schedule

Associated Types

type PropertyType "Name" Schedule 
Instance details

Defined in Stratosphere.DataBrew.Schedule

Methods

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

Property "Tags" Schedule Source # 
Instance details

Defined in Stratosphere.DataBrew.Schedule

Associated Types

type PropertyType "Tags" Schedule 
Instance details

Defined in Stratosphere.DataBrew.Schedule

type PropertyType "Tags" Schedule = [Tag]

Methods

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

type PropertyType "CronExpression" Schedule Source # 
Instance details

Defined in Stratosphere.DataBrew.Schedule

type PropertyType "CronExpression" Schedule = Value Text
type PropertyType "JobNames" Schedule Source # 
Instance details

Defined in Stratosphere.DataBrew.Schedule

type PropertyType "Name" Schedule Source # 
Instance details

Defined in Stratosphere.DataBrew.Schedule

type PropertyType "Tags" Schedule Source # 
Instance details

Defined in Stratosphere.DataBrew.Schedule

type PropertyType "Tags" Schedule = [Tag]