CodeGenNode
Represents a node in a directed acyclic graph (DAG)
Contents
- Args
-
Properties of the node, in the form of name-value pairs.
Type: Array of CodeGenNodeArg objects
Array Members: Minimum number of 0 items. Maximum number of 50 items.
Required: Yes
- Id
-
A node identifier that is unique within the node's graph.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[A-Za-z_][A-Za-z0-9_]*
Required: Yes
- NodeType
-
The type of node that this is.
Type: String
Required: Yes
- LineNumber
-
The line number of the node.
Type: Integer
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: