EventFilter

The values to use to filter results from the DescribeEvents and DescribeEventAggregates operations.

Types

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

Properties

Link copied to clipboard

A list of Amazon Web Services Availability Zones.

Link copied to clipboard

A list of dates and times that the event ended.

Link copied to clipboard

A list of entity ARNs (unique identifiers).

Link copied to clipboard

A list of entity identifiers, such as EC2 instance IDs (i-34ab692e) or EBS volumes (vol-426ab23e).

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 event status codes.

Link copied to clipboard

A list of event type category codes. Possible values are issue, accountNotification, or scheduledChange. Currently, the investigation value isn't supported at this time.

Link copied to clipboard

A list of unique identifiers for event types. For example, "AWS_EC2_SYSTEM_MAINTENANCE_EVENT","AWS_RDS_MAINTENANCE_SCHEDULED".

Link copied to clipboard

A list of dates and times that the event was last updated.

Link copied to clipboard

A list of Amazon Web Services Regions.

Link copied to clipboard

The Amazon Web Services services associated with the event. For example, EC2, RDS.

Link copied to clipboard

A list of dates and times that the event began.

Link copied to clipboard

A map of entity tags attached to the affected entity.

Functions

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