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

Amazon Resource Name (ARN) associated with the attack sequence 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. For findings generated from Global Service Events, the Region value in the finding might differ from the Region where GuardDuty identifies the potential threat. For more information, see How GuardDuty handles Amazon Web Services CloudTrail global events in the Amazon GuardDuty User Guide.

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