TelemetryMetadata

The metadata about the Amazon Inspector application data metrics collected by the agent. This data type is used as the response element in the GetTelemetryMetadata action.

Types

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

Properties

Link copied to clipboard
val count: Long

The count of messages that the agent sends to the Amazon Inspector service.

Link copied to clipboard

The data size of messages that the agent sends to the Amazon Inspector service.

Link copied to clipboard

A specific type of behavioral data that is collected by the agent.

Functions

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