Attributes for the AWS on demand task.

Hierarchy

  • AwsOnDemandAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
arn?: string

The arn of the resource to scan.

assignedAt?: string

Specifies the assignment timestamp if the task has been already assigned to a scanner.

createdAt?: string

The task submission timestamp.

status?: string

Indicates the status of the task. QUEUED: the task has been submitted successfully and the resource has not been assigned to a scanner yet. ASSIGNED: the task has been assigned. ABORTED: the scan has been aborted after a period of time due to technical reasons, such as resource not found, insufficient permissions, or the absence of a configured scanner.

Generated using TypeDoc