EntityFilter class

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

Constructors

EntityFilter({required List<String> eventArns, List<String>? entityArns, List<String>? entityValues, List<DateTimeRange>? lastUpdatedTimes, List<EntityStatusCode>? statusCodes, List<Map<String, String>>? tags})

Properties

entityArns List<String>?
A list of entity ARNs (unique identifiers).
final
entityValues List<String>?
A list of IDs for affected entities.
final
eventArns List<String>
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"
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedTimes List<DateTimeRange>?
A list of the most recent dates and times that the entity was updated.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCodes List<EntityStatusCode>?
A list of entity status codes (IMPAIRED, UNIMPAIRED, or UNKNOWN).
final
tags List<Map<String, String>>?
A map of entity tags attached to the affected entity.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited