FlowConnection
Contains information about a connection between two nodes in the flow.
Contents
- name
-
A name for the connection that you can reference.
Type: String
Pattern:
^[a-zA-Z]([_]?[0-9a-zA-Z]){1,100}$
Required: Yes
- source
-
The node that the connection starts at.
Type: String
Pattern:
^[a-zA-Z]([_]?[0-9a-zA-Z]){1,50}$
Required: Yes
- target
-
The node that the connection ends at.
Type: String
Pattern:
^[a-zA-Z]([_]?[0-9a-zA-Z]){1,50}$
Required: Yes
- type
-
Whether the source node that the connection begins from is a condition node (
Conditional
) or not (Data
).Type: String
Valid Values:
Data | Conditional
Required: Yes
- configuration
-
The configuration of the connection.
Type: FlowConnectionConfiguration object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: