Event class
Summary information about an AWS Health event.
AWS Health events can be public or account-specific:
- Public events might be service events that are not specific to an AWS account. For example, if there is an issue with an AWS Region, AWS Health provides information about the event, even if you don't use services or resources in that Region.
- Account-specific events are specific to either your AWS account or an account in your organization. For example, if there's an issue with Amazon Elastic Compute Cloud in a Region that you use, AWS Health provides information about the event and the affected resources in the account.
eventScopeCode
parameter. For more information, see eventScopeCode.
Constructors
- Event({String? arn, String? availabilityZone, DateTime? endTime, EventScopeCode? eventScopeCode, EventTypeCategory? eventTypeCategory, String? eventTypeCode, DateTime? lastUpdatedTime, String? region, String? service, DateTime? startTime, EventStatusCode? statusCode})
-
Event.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The unique identifier for the event. Format:
arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
. Example:Example: arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456
final - availabilityZone → String?
-
The AWS Availability Zone of the event. For example, us-east-1a.
final
- endTime → DateTime?
-
The date and time that the event ended.
final
- eventScopeCode → EventScopeCode?
-
This parameter specifies if the AWS Health event is a public AWS service
event or an account-specific event.
final
- eventTypeCategory → EventTypeCategory?
-
The category of the event. Possible values are
issue
,scheduledChange
, andaccountNotification
.final - eventTypeCode → String?
-
The unique identifier for the event type. The format is
AWS_SERVICE_DESCRIPTION
; for example,AWS_EC2_SYSTEM_MAINTENANCE_EVENT
.final - hashCode → int
-
The hash code for this object.
no setterinherited
- lastUpdatedTime → DateTime?
-
The most recent date and time that the event was updated.
final
- region → String?
-
The AWS region name of the event.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- service → String?
-
The AWS service that is affected by the event. For example,
EC2
,RDS
.final - startTime → DateTime?
-
The date and time that the event began.
final
- statusCode → EventStatusCode?
-
The most recent status of the event. Possible values are
open
,closed
, andupcoming
.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited