AssessmentRun

A snapshot of an Amazon Inspector assessment run that contains the findings of the assessment run .

Used as the response element in the DescribeAssessmentRuns action.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The ARN of the assessment run.

Link copied to clipboard

The ARN of the assessment template that is associated with the assessment run.

Link copied to clipboard

The assessment run completion time that corresponds to the rules packages evaluation completion time or failure.

Link copied to clipboard

The time when StartAssessmentRun was called.

Link copied to clipboard

A Boolean value (true or false) that specifies whether the process of collecting data from the agents is completed.

Link copied to clipboard

The duration of the assessment run.

Link copied to clipboard

Provides a total count of generated findings per severity.

Link copied to clipboard

The auto-generated name for the assessment run.

Link copied to clipboard

A list of notifications for the event subscriptions. A notification about a particular generated finding is added to this list only once.

Link copied to clipboard

The rules packages selected for the assessment run.

Link copied to clipboard

The time when StartAssessmentRun was called.

Link copied to clipboard

The state of the assessment run.

Link copied to clipboard

The last time when the assessment run's state changed.

Link copied to clipboard

A list of the assessment run state changes.

Link copied to clipboard

The user-defined attributes that are assigned to every generated finding.

Functions

Link copied to clipboard
inline fun copy(block: AssessmentRun.Builder.() -> Unit = {}): AssessmentRun
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String