stratosphere-bedrock-1.0.0: Stratosphere integration for AWS Bedrock.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Bedrock.Flow

Documentation

data Flow Source #

Constructors

Flow

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

Fields

Instances

Instances details
ToJSON Flow Source # 
Instance details

Defined in Stratosphere.Bedrock.Flow

Show Flow Source # 
Instance details

Defined in Stratosphere.Bedrock.Flow

Methods

showsPrec :: Int -> Flow -> ShowS #

show :: Flow -> String #

showList :: [Flow] -> ShowS #

Eq Flow Source # 
Instance details

Defined in Stratosphere.Bedrock.Flow

Methods

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

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

ToResourceProperties Flow Source # 
Instance details

Defined in Stratosphere.Bedrock.Flow

Property "CustomerEncryptionKeyArn" Flow Source # 
Instance details

Defined in Stratosphere.Bedrock.Flow

Associated Types

type PropertyType "CustomerEncryptionKeyArn" Flow 
Instance details

Defined in Stratosphere.Bedrock.Flow

type PropertyType "CustomerEncryptionKeyArn" Flow = Value Text

Methods

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

Property "Definition" Flow Source # 
Instance details

Defined in Stratosphere.Bedrock.Flow

Associated Types

type PropertyType "Definition" Flow 
Instance details

Defined in Stratosphere.Bedrock.Flow

Methods

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

Property "DefinitionS3Location" Flow Source # 
Instance details

Defined in Stratosphere.Bedrock.Flow

Associated Types

type PropertyType "DefinitionS3Location" Flow 
Instance details

Defined in Stratosphere.Bedrock.Flow

type PropertyType "DefinitionS3Location" Flow = S3LocationProperty

Methods

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

Property "DefinitionString" Flow Source # 
Instance details

Defined in Stratosphere.Bedrock.Flow

Associated Types

type PropertyType "DefinitionString" Flow 
Instance details

Defined in Stratosphere.Bedrock.Flow

type PropertyType "DefinitionString" Flow = Value Text

Methods

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

Property "DefinitionSubstitutions" Flow Source # 
Instance details

Defined in Stratosphere.Bedrock.Flow

Associated Types

type PropertyType "DefinitionSubstitutions" Flow 
Instance details

Defined in Stratosphere.Bedrock.Flow

type PropertyType "DefinitionSubstitutions" Flow = Map Text Object

Methods

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

Property "Description" Flow Source # 
Instance details

Defined in Stratosphere.Bedrock.Flow

Associated Types

type PropertyType "Description" Flow 
Instance details

Defined in Stratosphere.Bedrock.Flow

type PropertyType "Description" Flow = Value Text

Methods

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

Property "ExecutionRoleArn" Flow Source # 
Instance details

Defined in Stratosphere.Bedrock.Flow

Associated Types

type PropertyType "ExecutionRoleArn" Flow 
Instance details

Defined in Stratosphere.Bedrock.Flow

type PropertyType "ExecutionRoleArn" Flow = Value Text

Methods

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

Property "Name" Flow Source # 
Instance details

Defined in Stratosphere.Bedrock.Flow

Associated Types

type PropertyType "Name" Flow 
Instance details

Defined in Stratosphere.Bedrock.Flow

type PropertyType "Name" Flow = Value Text

Methods

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

Property "Tags" Flow Source # 
Instance details

Defined in Stratosphere.Bedrock.Flow

Associated Types

type PropertyType "Tags" Flow 
Instance details

Defined in Stratosphere.Bedrock.Flow

Methods

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

Property "TestAliasTags" Flow Source # 
Instance details

Defined in Stratosphere.Bedrock.Flow

Associated Types

type PropertyType "TestAliasTags" Flow 
Instance details

Defined in Stratosphere.Bedrock.Flow

type PropertyType "TestAliasTags" Flow = Map Text (Value Text)

Methods

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

type PropertyType "CustomerEncryptionKeyArn" Flow Source # 
Instance details

Defined in Stratosphere.Bedrock.Flow

type PropertyType "CustomerEncryptionKeyArn" Flow = Value Text
type PropertyType "Definition" Flow Source # 
Instance details

Defined in Stratosphere.Bedrock.Flow

type PropertyType "DefinitionS3Location" Flow Source # 
Instance details

Defined in Stratosphere.Bedrock.Flow

type PropertyType "DefinitionS3Location" Flow = S3LocationProperty
type PropertyType "DefinitionString" Flow Source # 
Instance details

Defined in Stratosphere.Bedrock.Flow

type PropertyType "DefinitionString" Flow = Value Text
type PropertyType "DefinitionSubstitutions" Flow Source # 
Instance details

Defined in Stratosphere.Bedrock.Flow

type PropertyType "DefinitionSubstitutions" Flow = Map Text Object
type PropertyType "Description" Flow Source # 
Instance details

Defined in Stratosphere.Bedrock.Flow

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

Defined in Stratosphere.Bedrock.Flow

type PropertyType "ExecutionRoleArn" Flow = Value Text
type PropertyType "Name" Flow Source # 
Instance details

Defined in Stratosphere.Bedrock.Flow

type PropertyType "Name" Flow = Value Text
type PropertyType "Tags" Flow Source # 
Instance details

Defined in Stratosphere.Bedrock.Flow

type PropertyType "TestAliasTags" Flow Source # 
Instance details

Defined in Stratosphere.Bedrock.Flow

type PropertyType "TestAliasTags" Flow = Map Text (Value Text)