| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Bedrock.Flow.FlowConnectionProperty
Documentation
data FlowConnectionConfigurationProperty Source #
Constructors
| FlowConnectionConfigurationProperty | |
Instances
data FlowConditionalConnectionConfigurationProperty Source #
Constructors
| FlowConditionalConnectionConfigurationProperty | |
Instances
| ToJSON FlowConditionalConnectionConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowConditionalConnectionConfigurationProperty Methods toJSON :: FlowConditionalConnectionConfigurationProperty -> Value # toEncoding :: FlowConditionalConnectionConfigurationProperty -> Encoding # toJSONList :: [FlowConditionalConnectionConfigurationProperty] -> Value # toEncodingList :: [FlowConditionalConnectionConfigurationProperty] -> Encoding # omitField :: FlowConditionalConnectionConfigurationProperty -> Bool # | |||||
| Show FlowConditionalConnectionConfigurationProperty Source # | |||||
| Eq FlowConditionalConnectionConfigurationProperty Source # | |||||
| ToResourceProperties FlowConditionalConnectionConfigurationProperty Source # | |||||
| Property "Condition" FlowConditionalConnectionConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowConditionalConnectionConfigurationProperty Associated Types
| |||||
| type PropertyType "Condition" FlowConditionalConnectionConfigurationProperty Source # | |||||
data FlowDataConnectionConfigurationProperty Source #
Constructors
| FlowDataConnectionConfigurationProperty | |
Fields
| |
Instances
| ToJSON FlowDataConnectionConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowDataConnectionConfigurationProperty Methods toJSON :: FlowDataConnectionConfigurationProperty -> Value # toEncoding :: FlowDataConnectionConfigurationProperty -> Encoding # toJSONList :: [FlowDataConnectionConfigurationProperty] -> Value # toEncodingList :: [FlowDataConnectionConfigurationProperty] -> Encoding # omitField :: FlowDataConnectionConfigurationProperty -> Bool # | |||||
| Show FlowDataConnectionConfigurationProperty Source # | |||||
| Eq FlowDataConnectionConfigurationProperty Source # | |||||
| ToResourceProperties FlowDataConnectionConfigurationProperty Source # | |||||
| Property "SourceOutput" FlowDataConnectionConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowDataConnectionConfigurationProperty Associated Types
Methods set :: PropertyType "SourceOutput" FlowDataConnectionConfigurationProperty -> FlowDataConnectionConfigurationProperty -> FlowDataConnectionConfigurationProperty # | |||||
| Property "TargetInput" FlowDataConnectionConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowDataConnectionConfigurationProperty Associated Types
Methods set :: PropertyType "TargetInput" FlowDataConnectionConfigurationProperty -> FlowDataConnectionConfigurationProperty -> FlowDataConnectionConfigurationProperty # | |||||
| type PropertyType "SourceOutput" FlowDataConnectionConfigurationProperty Source # | |||||
| type PropertyType "TargetInput" FlowDataConnectionConfigurationProperty Source # | |||||
mkFlowConditionalConnectionConfigurationProperty :: Value Text -> FlowConditionalConnectionConfigurationProperty Source #
mkFlowDataConnectionConfigurationProperty :: Value Text -> Value Text -> FlowDataConnectionConfigurationProperty Source #
data FlowConnectionProperty Source #
Constructors
| FlowConnectionProperty | |
Fields | |
Instances
| ToJSON FlowConnectionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowConnectionProperty Methods toJSON :: FlowConnectionProperty -> Value # toEncoding :: FlowConnectionProperty -> Encoding # toJSONList :: [FlowConnectionProperty] -> Value # toEncodingList :: [FlowConnectionProperty] -> Encoding # omitField :: FlowConnectionProperty -> Bool # | |||||
| Show FlowConnectionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowConnectionProperty Methods showsPrec :: Int -> FlowConnectionProperty -> ShowS # show :: FlowConnectionProperty -> String # showList :: [FlowConnectionProperty] -> ShowS # | |||||
| Eq FlowConnectionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowConnectionProperty Methods (==) :: FlowConnectionProperty -> FlowConnectionProperty -> Bool # (/=) :: FlowConnectionProperty -> FlowConnectionProperty -> Bool # | |||||
| ToResourceProperties FlowConnectionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowConnectionProperty Methods toResourceProperties :: FlowConnectionProperty -> ResourceProperties # | |||||
| Property "Configuration" FlowConnectionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowConnectionProperty Associated Types
Methods set :: PropertyType "Configuration" FlowConnectionProperty -> FlowConnectionProperty -> FlowConnectionProperty # | |||||
| Property "Name" FlowConnectionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowConnectionProperty Associated Types
Methods set :: PropertyType "Name" FlowConnectionProperty -> FlowConnectionProperty -> FlowConnectionProperty # | |||||
| Property "Source" FlowConnectionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowConnectionProperty Associated Types
Methods set :: PropertyType "Source" FlowConnectionProperty -> FlowConnectionProperty -> FlowConnectionProperty # | |||||
| Property "Target" FlowConnectionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowConnectionProperty Associated Types
Methods set :: PropertyType "Target" FlowConnectionProperty -> FlowConnectionProperty -> FlowConnectionProperty # | |||||
| Property "Type" FlowConnectionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowConnectionProperty Associated Types
Methods set :: PropertyType "Type" FlowConnectionProperty -> FlowConnectionProperty -> FlowConnectionProperty # | |||||
| type PropertyType "Configuration" FlowConnectionProperty Source # | |||||
| type PropertyType "Name" FlowConnectionProperty Source # | |||||
| type PropertyType "Source" FlowConnectionProperty Source # | |||||
| type PropertyType "Target" FlowConnectionProperty Source # | |||||
| type PropertyType "Type" FlowConnectionProperty Source # | |||||