Step
Describes an execution step, for an execution job, for an Amplify app.
Contents
- endTime
-
The end date and time of the execution step.
Type: Timestamp
Required: Yes
- startTime
-
The start date and time of the execution step.
Type: Timestamp
Required: Yes
- status
-
The status of the execution step.
Type: String
Valid Values:
PENDING | PROVISIONING | RUNNING | FAILED | SUCCEED | CANCELLING | CANCELLED
Required: Yes
- stepName
-
The name of the execution step.
Type: String
Length Constraints: Maximum length of 255.
Required: Yes
- artifactsUrl
-
The URL to the artifact for the execution step.
Type: String
Length Constraints: Maximum length of 1000.
Required: No
- context
-
The context for the current step. Includes a build image if the step is build.
Type: String
Required: No
- logUrl
-
The URL to the logs for the execution step.
Type: String
Length Constraints: Maximum length of 1000.
Required: No
- screenshots
-
The list of screenshot URLs for the execution step, if relevant.
Type: String to string map
Key Length Constraints: Maximum length of 256.
Value Length Constraints: Minimum length of 1. Maximum length of 2000.
Required: No
- statusReason
-
The reason for the current step status.
Type: String
Length Constraints: Maximum length of 1000.
Required: No
- testArtifactsUrl
-
The URL to the test artifact for the execution step.
Type: String
Length Constraints: Maximum length of 1000.
Required: No
- testConfigUrl
-
The URL to the test configuration for the execution step.
Type: String
Length Constraints: Maximum length of 1000.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: