CodeGenEdge
Represents a directional edge in a directed acyclic graph (DAG).
Contents
- Source
-
The ID of the node at which the edge starts.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[A-Za-z_][A-Za-z0-9_]*
Required: Yes
- Target
-
The ID of the node at which the edge ends.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[A-Za-z_][A-Za-z0-9_]*
Required: Yes
- TargetParameter
-
The target of the edge.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: