AffectedEntity

Information about an entity that is affected by a Health event.

Types

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

Properties

Link copied to clipboard

The 12-digit Amazon Web Services account number that contains the affected entity.

Link copied to clipboard

The unique identifier for the entity. Format: arn:aws:health:<i>entity-region</i>:<i>aws-account</i>:entity/<i>entity-id</i> . Example: arn:aws:health:us-east-1:111222333444:entity/AVh5GGT7ul1arKr1sE1K

Link copied to clipboard

The URL of the affected entity.

Link copied to clipboard

The ID of the affected entity.

Link copied to clipboard

The unique identifier for the event. The event ARN has the arn:aws:health:<i>event-region</i>::event/<i>SERVICE</i>/<i>EVENT_TYPE_CODE</i>/<i>EVENT_TYPE_PLUS_ID</i> format.

Link copied to clipboard

The most recent time that the entity was updated.

Link copied to clipboard

The most recent status of the entity affected by the event. The possible values are IMPAIRED, UNIMPAIRED, and UNKNOWN.

Link copied to clipboard

A map of entity tags attached to the affected entity.

Functions

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