OrganizationEventFilter class

The values to filter results from the DescribeEventsForOrganization operation.

Constructors

OrganizationEventFilter({List<String>? awsAccountIds, DateTimeRange? endTime, List<String>? entityArns, List<String>? entityValues, List<EventStatusCode>? eventStatusCodes, List<EventTypeCategory>? eventTypeCategories, List<String>? eventTypeCodes, DateTimeRange? lastUpdatedTime, List<String>? regions, List<String>? services, DateTimeRange? startTime})

Properties

awsAccountIds List<String>?
A list of 12-digit AWS account numbers that contains the affected entities.
final
endTime DateTimeRange?
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
eventStatusCodes List<EventStatusCode>?
A list of event status codes.
final
eventTypeCategories List<EventTypeCategory>?
A list of event type category codes (issue, scheduledChange, or accountNotification).
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
lastUpdatedTime DateTimeRange?
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
startTime DateTimeRange?
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