ComputeNodeExecutionDetails
Contains detailed execution information for a compute node within a pipeline execution.
Contents
- computeNodeName
-
The name of the compute node.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[a-zA-Z0-9_-]+Required: Yes
- dependsOn
-
A list of compute node names that this node depends on.
Type: Array of strings
Array Members: Minimum number of 0 items. Maximum number of 10 items.
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[a-zA-Z0-9_-]+Required: Yes
- status
-
The current execution status of the compute node.
Type: ComputeNodeExecutionStatus object
Required: Yes
- taskArn
-
The ARN of the task.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1600.
Pattern:
^arn:aws(-cn|-us-gov)?:[a-zA-Z0-9-:\/_\.]+$Required: Yes
- taskName
-
The name of the task executed for this compute node.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
[a-zA-Z0-9_-]+Required: Yes
- taskVersion
-
The task version that executed for this compute node.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 10.
Pattern:
^(0|([1-9]{1}\d*))$Required: Yes
- endTime
-
The time the compute node execution completed, in Unix epoch time.
Type: Timestamp
Required: No
- executionEnvironmentVariables
-
The fully resolved environment variables used for this compute node execution.
Type: String to string map
Map Entries: Minimum number of 0 items. Maximum number of 200 items.
Key Length Constraints: Minimum length of 1. Maximum length of 255.
Value Length Constraints: Minimum length of 0. Maximum length of 1024.
Required: No
- startTime
-
The time the compute node execution started, in Unix epoch time.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: