Stratosphere.Bedrock.Flow
module Stratosphere.Bedrock.Flow.FlowDefinitionProperty
module Stratosphere.Bedrock.Flow.S3LocationProperty
data Flow Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-flow.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-flow.html#cfn-bedrock-flow-customerencryptionkeyarn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-flow.html#cfn-bedrock-flow-definition
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-flow.html#cfn-bedrock-flow-definitions3location
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-flow.html#cfn-bedrock-flow-definitionstring
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-flow.html#cfn-bedrock-flow-definitionsubstitutions
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-flow.html#cfn-bedrock-flow-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-flow.html#cfn-bedrock-flow-executionrolearn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-flow.html#cfn-bedrock-flow-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-flow.html#cfn-bedrock-flow-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-flow.html#cfn-bedrock-flow-testaliastags
Defined in Stratosphere.Bedrock.Flow
Methods
toJSON :: Flow -> Value #
toEncoding :: Flow -> Encoding #
toJSONList :: [Flow] -> Value #
toEncodingList :: [Flow] -> Encoding #
omitField :: Flow -> Bool #
showsPrec :: Int -> Flow -> ShowS #
show :: Flow -> String #
showList :: [Flow] -> ShowS #
(==) :: Flow -> Flow -> Bool #
(/=) :: Flow -> Flow -> Bool #
toResourceProperties :: Flow -> ResourceProperties #
Associated Types
set :: PropertyType "CustomerEncryptionKeyArn" Flow -> Flow -> Flow #
set :: PropertyType "Definition" Flow -> Flow -> Flow #
set :: PropertyType "DefinitionS3Location" Flow -> Flow -> Flow #
set :: PropertyType "DefinitionString" Flow -> Flow -> Flow #
set :: PropertyType "DefinitionSubstitutions" Flow -> Flow -> Flow #
set :: PropertyType "Description" Flow -> Flow -> Flow #
set :: PropertyType "ExecutionRoleArn" Flow -> Flow -> Flow #
set :: PropertyType "Name" Flow -> Flow -> Flow #
set :: PropertyType "Tags" Flow -> Flow -> Flow #
set :: PropertyType "TestAliasTags" Flow -> Flow -> Flow #
mkFlow :: Value Text -> Value Text -> Flow Source #