stratosphere-appflow-1.0.0: Stratosphere integration for AWS AppFlow.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.AppFlow.Flow

Documentation

data Flow Source #

Constructors

Flow

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html

Fields

Instances

Instances details
ToJSON Flow Source # 
Instance details

Defined in Stratosphere.AppFlow.Flow

Show Flow Source # 
Instance details

Defined in Stratosphere.AppFlow.Flow

Methods

showsPrec :: Int -> Flow -> ShowS #

show :: Flow -> String #

showList :: [Flow] -> ShowS #

Eq Flow Source # 
Instance details

Defined in Stratosphere.AppFlow.Flow

Methods

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

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

ToResourceProperties Flow Source # 
Instance details

Defined in Stratosphere.AppFlow.Flow

Property "Description" Flow Source # 
Instance details

Defined in Stratosphere.AppFlow.Flow

Associated Types

type PropertyType "Description" Flow 
Instance details

Defined in Stratosphere.AppFlow.Flow

type PropertyType "Description" Flow = Value Text

Methods

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

Property "DestinationFlowConfigList" Flow Source # 
Instance details

Defined in Stratosphere.AppFlow.Flow

Associated Types

type PropertyType "DestinationFlowConfigList" Flow 
Instance details

Defined in Stratosphere.AppFlow.Flow

type PropertyType "DestinationFlowConfigList" Flow = [DestinationFlowConfigProperty]

Methods

set :: PropertyType "DestinationFlowConfigList" Flow -> Flow -> Flow #

Property "FlowName" Flow Source # 
Instance details

Defined in Stratosphere.AppFlow.Flow

Associated Types

type PropertyType "FlowName" Flow 
Instance details

Defined in Stratosphere.AppFlow.Flow

type PropertyType "FlowName" Flow = Value Text

Methods

set :: PropertyType "FlowName" Flow -> Flow -> Flow #

Property "FlowStatus" Flow Source # 
Instance details

Defined in Stratosphere.AppFlow.Flow

Associated Types

type PropertyType "FlowStatus" Flow 
Instance details

Defined in Stratosphere.AppFlow.Flow

type PropertyType "FlowStatus" Flow = Value Text

Methods

set :: PropertyType "FlowStatus" Flow -> Flow -> Flow #

Property "KMSArn" Flow Source # 
Instance details

Defined in Stratosphere.AppFlow.Flow

Associated Types

type PropertyType "KMSArn" Flow 
Instance details

Defined in Stratosphere.AppFlow.Flow

type PropertyType "KMSArn" Flow = Value Text

Methods

set :: PropertyType "KMSArn" Flow -> Flow -> Flow #

Property "MetadataCatalogConfig" Flow Source # 
Instance details

Defined in Stratosphere.AppFlow.Flow

Associated Types

type PropertyType "MetadataCatalogConfig" Flow 
Instance details

Defined in Stratosphere.AppFlow.Flow

type PropertyType "MetadataCatalogConfig" Flow = MetadataCatalogConfigProperty

Methods

set :: PropertyType "MetadataCatalogConfig" Flow -> Flow -> Flow #

Property "SourceFlowConfig" Flow Source # 
Instance details

Defined in Stratosphere.AppFlow.Flow

Associated Types

type PropertyType "SourceFlowConfig" Flow 
Instance details

Defined in Stratosphere.AppFlow.Flow

type PropertyType "SourceFlowConfig" Flow = SourceFlowConfigProperty

Methods

set :: PropertyType "SourceFlowConfig" Flow -> Flow -> Flow #

Property "Tags" Flow Source # 
Instance details

Defined in Stratosphere.AppFlow.Flow

Associated Types

type PropertyType "Tags" Flow 
Instance details

Defined in Stratosphere.AppFlow.Flow

type PropertyType "Tags" Flow = [Tag]

Methods

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

Property "Tasks" Flow Source # 
Instance details

Defined in Stratosphere.AppFlow.Flow

Associated Types

type PropertyType "Tasks" Flow 
Instance details

Defined in Stratosphere.AppFlow.Flow

type PropertyType "Tasks" Flow = [TaskProperty]

Methods

set :: PropertyType "Tasks" Flow -> Flow -> Flow #

Property "TriggerConfig" Flow Source # 
Instance details

Defined in Stratosphere.AppFlow.Flow

Associated Types

type PropertyType "TriggerConfig" Flow 
Instance details

Defined in Stratosphere.AppFlow.Flow

type PropertyType "TriggerConfig" Flow = TriggerConfigProperty

Methods

set :: PropertyType "TriggerConfig" Flow -> Flow -> Flow #

type PropertyType "Description" Flow Source # 
Instance details

Defined in Stratosphere.AppFlow.Flow

type PropertyType "Description" Flow = Value Text
type PropertyType "DestinationFlowConfigList" Flow Source # 
Instance details

Defined in Stratosphere.AppFlow.Flow

type PropertyType "DestinationFlowConfigList" Flow = [DestinationFlowConfigProperty]
type PropertyType "FlowName" Flow Source # 
Instance details

Defined in Stratosphere.AppFlow.Flow

type PropertyType "FlowName" Flow = Value Text
type PropertyType "FlowStatus" Flow Source # 
Instance details

Defined in Stratosphere.AppFlow.Flow

type PropertyType "FlowStatus" Flow = Value Text
type PropertyType "KMSArn" Flow Source # 
Instance details

Defined in Stratosphere.AppFlow.Flow

type PropertyType "KMSArn" Flow = Value Text
type PropertyType "MetadataCatalogConfig" Flow Source # 
Instance details

Defined in Stratosphere.AppFlow.Flow

type PropertyType "MetadataCatalogConfig" Flow = MetadataCatalogConfigProperty
type PropertyType "SourceFlowConfig" Flow Source # 
Instance details

Defined in Stratosphere.AppFlow.Flow

type PropertyType "SourceFlowConfig" Flow = SourceFlowConfigProperty
type PropertyType "Tags" Flow Source # 
Instance details

Defined in Stratosphere.AppFlow.Flow

type PropertyType "Tags" Flow = [Tag]
type PropertyType "Tasks" Flow Source # 
Instance details

Defined in Stratosphere.AppFlow.Flow

type PropertyType "Tasks" Flow = [TaskProperty]
type PropertyType "TriggerConfig" Flow Source # 
Instance details

Defined in Stratosphere.AppFlow.Flow

type PropertyType "TriggerConfig" Flow = TriggerConfigProperty