EntityFilter

The values to use to filter results from the DescribeAffectedEntities operation.

Types

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

Properties

Link copied to clipboard

A list of entity ARNs (unique identifiers).

Link copied to clipboard

A list of IDs for affected entities.

Link copied to clipboard

A list of event ARNs (unique identifiers). For example: "arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-CDE456", "arn:aws:health:us-west-1::event/EBS/AWS_EBS_LOST_VOLUME/AWS_EBS_LOST_VOLUME_CHI789_JKL101"

Link copied to clipboard

A list of the most recent dates and times that the entity was updated.

Link copied to clipboard

A list of entity status codes (IMPAIRED, UNIMPAIRED, or UNKNOWN).

Link copied to clipboard

A map of entity tags attached to the affected entity.

Functions

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