StepDetailsEntity
The details of a step entity.
Contents
- dependencies
-
The dependencies for a step.
Type: Array of strings
Pattern:
step-[0-9a-f]{32}
Required: Yes
- jobId
-
The job ID.
Type: String
Pattern:
job-[0-9a-f]{32}
Required: Yes
- schemaVersion
-
The schema version for a step template.
Type: String
Required: Yes
- stepId
-
The step ID.
Type: String
Pattern:
step-[0-9a-f]{32}
Required: Yes
- template
-
The template for a step.
Type: JSON value
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: