Finding

class Finding

Contains information about an Amazon Inspector finding. This data type is used as the response element in the DescribeFindings action.

Types

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

Properties

Link copied to clipboard
val arn: String

The ARN that specifies the finding.

Link copied to clipboard

A collection of attributes of the host from which the finding is generated.

Link copied to clipboard

The type of the host from which the finding is generated.

Link copied to clipboard

The system-defined attributes for the finding.

Link copied to clipboard

This data element is currently not used.

Link copied to clipboard

The time when the finding was generated.

Link copied to clipboard

The description of the finding.

Link copied to clipboard
val id: String?

The ID of the finding.

Link copied to clipboard

This data element is currently not used.

Link copied to clipboard

The numeric value of the finding severity.

Link copied to clipboard

The recommendation for the finding.

Link copied to clipboard

The schema version of this data type.

Link copied to clipboard

The data element is set to "Inspector".

Link copied to clipboard

This data type is used in the Finding data type.

Link copied to clipboard

The finding severity. Values can be set to High, Medium, Low, and Informational.

Link copied to clipboard

The name of the finding.

Link copied to clipboard

The time when AddAttributesToFindings is called.

Link copied to clipboard

The user-defined attributes that are assigned to the finding.

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