UsageStatistics

Contains the result of GuardDuty usage. If a UsageStatisticType is provided the result for other types will be null.

Types

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

Properties

Link copied to clipboard

The usage statistic sum organized by account ID.

Link copied to clipboard

The usage statistic sum organized by on data source.

Link copied to clipboard

The usage statistic sum organized by feature.

Link copied to clipboard

The usage statistic sum organized by resource.

Link copied to clipboard

Lists the top 50 accounts by feature that have generated the most GuardDuty usage, in the order from most to least expensive.

Link copied to clipboard

Lists the top 50 resources that have generated the most GuardDuty usage, in order from most to least expensive.

Functions

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