Finding

class Finding

Details about an Amazon Inspector finding.

Types

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

Properties

Link copied to clipboard

The Amazon Web Services account ID associated with the finding.

Link copied to clipboard

Details about the code vulnerability identified in a Lambda function used to filter findings.

Link copied to clipboard

The description of the finding.

Link copied to clipboard

The finding's EPSS score.

Link copied to clipboard

The details of an exploit available for a finding discovered in your environment.

Link copied to clipboard

If a finding discovered in your environment has an exploit available.

Link copied to clipboard

The Amazon Resource Number (ARN) of the finding.

Link copied to clipboard

The date and time that the finding was first observed.

Link copied to clipboard

Details on whether a fix is available through a version update. This value can be YES, NO, or PARTIAL. A PARTIAL fix means that some, but not all, of the packages identified in the finding have fixes available through updated versions.

Link copied to clipboard

The Amazon Inspector score given to the finding.

Link copied to clipboard

An object that contains details of the Amazon Inspector score.

Link copied to clipboard

The date and time that the finding was last observed.

Link copied to clipboard

An object that contains the details of a network reachability finding.

Link copied to clipboard

An object that contains the details of a package vulnerability finding.

Link copied to clipboard

An object that contains the details about how to remediate a finding.

Link copied to clipboard

Contains information on the resources involved in a finding. The resource value determines the valid values for type in your request. For more information, see Finding types in the Amazon Inspector user guide.

Link copied to clipboard

The severity of the finding. UNTRIAGED applies to PACKAGE_VULNERABILITY type findings that the vendor has not assigned a severity yet. For more information, see Severity levels for findings in the Amazon Inspector user guide.

Link copied to clipboard

The status of the finding.

Link copied to clipboard

The title of the finding.

Link copied to clipboard

The type of the finding. The type value determines the valid values for resource in your request. For more information, see Finding types in the Amazon Inspector user guide.

Link copied to clipboard

The date and time the finding was last updated at.

Functions

Link copied to clipboard
inline fun copy(block: Finding.Builder.() -> Unit = {}): Finding
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