ThreatModelJob
Represents a threat model job, which is an execution instance of a threat model.
Contents
- agentSpaceId
-
The unique identifier of the agent space.
Type: String
Required: No
- createdAt
-
The date and time the threat model job was created, in UTC format.
Type: Timestamp
Required: No
- documents
-
The list of documents used for threat modeling.
Type: Array of DocumentInfo objects
Required: No
- errorInformation
-
Error information if the threat model job encountered an error.
Type: ErrorInformation object
Required: No
- executionEndTime
-
The date and time the threat model job execution ended, in UTC format.
Type: Timestamp
Required: No
- executionStartTime
-
The date and time the threat model job execution started, in UTC format.
Type: Timestamp
Required: No
- integratedRepositories
-
The list of integrated repositories used for threat modeling.
Type: Array of IntegratedRepository objects
Required: No
- scopeDocs
-
The scoped documents for the agent to focus on during threat modeling.
Type: Array of DocumentInfo objects
Required: No
- sourceCode
-
The list of source code repositories used for threat modeling.
Type: Array of SourceCodeRepository objects
Required: No
- status
-
The current status of the threat model job.
Type: String
Valid Values:
IN_PROGRESS | STOPPING | STOPPED | FAILED | COMPLETEDRequired: No
- systemOverview
-
The system overview generated during threat modeling.
Type: String
Required: No
- threatModelId
-
The unique identifier of the threat model associated with the job.
Type: String
Required: No
- threatModelJobId
-
The unique identifier of the threat model job.
Type: String
Required: No
- title
-
The title of the threat model job.
Type: String
Required: No
- updatedAt
-
The date and time the threat model job 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: