Finding

class Finding

Contains information about the finding that is generated when abnormal or suspicious activity is detected.

Types

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

Properties

Link copied to clipboard

The ID of the account in which the finding was generated.

Link copied to clipboard
val arn: String?

The ARN of the finding.

Link copied to clipboard

The confidence score for the finding.

Link copied to clipboard

The time and date when the finding was created.

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

The partition associated with the finding.

Link copied to clipboard

The Region where the finding was generated.

Link copied to clipboard

Contains information about the Amazon Web Services resource associated with the activity that prompted GuardDuty to generate a finding.

Link copied to clipboard

The version of the schema used for the finding.

Link copied to clipboard

Contains additional information about the generated finding.

Link copied to clipboard

The severity of the finding.

Link copied to clipboard

The title of the finding.

Link copied to clipboard
val type: String?

The type of finding.

Link copied to clipboard

The time and date when the finding was last updated.

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