EventFilter class
The values to use to filter results from the DescribeEvents and DescribeEventAggregates operations.
Constructors
-
EventFilter({List<
String> ? availabilityZones, List<DateTimeRange> ? endTimes, List<String> ? entityArns, List<String> ? entityValues, List<String> ? eventArns, List<EventStatusCode> ? eventStatusCodes, List<EventTypeCategory> ? eventTypeCategories, List<String> ? eventTypeCodes, List<DateTimeRange> ? lastUpdatedTimes, List<String> ? regions, List<String> ? services, List<DateTimeRange> ? startTimes, List<Map< ? tags})String, String> >
Properties
-
availabilityZones
→ List<
String> ? -
A list of AWS availability zones.
final
-
endTimes
→ List<
DateTimeRange> ? -
A list of dates and times that the event ended.
final
-
entityArns
→ List<
String> ? -
A list of entity ARNs (unique identifiers).
final
-
entityValues
→ List<
String> ? -
A list of entity identifiers, such as EC2 instance IDs
(
i-34ab692e
) or EBS volumes (vol-426ab23e
).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 -
eventStatusCodes
→ List<
EventStatusCode> ? -
A list of event status codes.
final
-
eventTypeCategories
→ List<
EventTypeCategory> ? -
A list of event type category codes (
issue
,scheduledChange
, oraccountNotification
).final -
eventTypeCodes
→ List<
String> ? -
A list of unique identifiers for event types. For example,
"AWS_EC2_SYSTEM_MAINTENANCE_EVENT","AWS_RDS_MAINTENANCE_SCHEDULED".
final - hashCode → int
-
The hash code for this object.
no setterinherited
-
lastUpdatedTimes
→ List<
DateTimeRange> ? -
A list of dates and times that the event was last updated.
final
-
regions
→ List<
String> ? -
A list of AWS regions.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
services
→ List<
String> ? -
The AWS services associated with the event. For example,
EC2
,RDS
.final -
startTimes
→ List<
DateTimeRange> ? -
A list of dates and times that the event began.
final
-
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