EventResource

The Amazon Web Services resource that emitted an event. Amazon Web Services resource events and metrics are analyzed by DevOps Guru to find anomalous behavior and provide recommendations to improve your operational solutions.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the resource that emitted an event.

Link copied to clipboard
val name: String?

The name of the resource that emitted an event.

Link copied to clipboard
val type: String?

The type of resource that emitted an event.

Functions

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