Service

class Service

Contains additional information about the generated finding.

Types

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

Properties

Link copied to clipboard

Information about the activity that is described in a finding.

Link copied to clipboard

Contains additional information about the generated finding.

Link copied to clipboard

Indicates whether this finding is archived.

Link copied to clipboard
val count: Int?

The total count of the occurrences of this finding type.

Link copied to clipboard

Contains information about the detected unusual behavior.

Link copied to clipboard

The detector ID for the GuardDuty service.

Link copied to clipboard

Returns details from the malware scan that created a finding.

Link copied to clipboard

The first-seen timestamp of the activity that prompted GuardDuty to generate this finding.

Link copied to clipboard

The last-seen timestamp of the activity that prompted GuardDuty to generate this finding.

Link copied to clipboard

An evidence object associated with the service.

Link copied to clipboard

The name of the feature that generated a finding.

Link copied to clipboard

The resource role information for this finding.

Link copied to clipboard

Information about the process and any required context values for a specific finding

Link copied to clipboard

The name of the Amazon Web Services service (GuardDuty) that generated a finding.

Link copied to clipboard

Feedback that was submitted about the finding.

Functions

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