Step
Represents a step in the pentest job execution pipeline. Steps include preflight, static analysis, pentest, and finalizing.
Contents
- createdAt
-
The date and time the step was created, in UTC format.
Type: Timestamp
Required: No
- name
-
The name of the step. Valid values include PREFLIGHT, STATIC_ANALYSIS, PENTEST, and FINALIZING.
Type: String
Valid Values:
PREFLIGHT | STATIC_ANALYSIS | PENTEST | FINALIZINGRequired: No
- status
-
The current status of the step.
Type: String
Valid Values:
NOT_STARTED | IN_PROGRESS | COMPLETED | FAILED | STOPPEDRequired: No
- updatedAt
-
The date and time the step was last updated, in UTC format.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: