Event

class Event

Summary information about an Health event.

Health events can be public or account-specific:

  • Public events might be service events that are not specific to an Amazon Web Services account. For example, if there is an issue with an Amazon Web Services Region, 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 Amazon Web Services 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, Health provides information about the event and the affected resources in the account.

You can determine if an event is public or account-specific by using the eventScopeCode parameter. For more information, see eventScopeCode.

Types

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

Properties

Link copied to clipboard

The actionability classification of the event. Possible values are ACTION_REQUIRED, ACTION_MAY_BE_REQUIRED and INFORMATIONAL. Events with ACTION_REQUIRED actionability require customer action to resolve or mitigate the event. Events with ACTION_MAY_BE_REQUIRED actionability indicates that the current status is unknown or conditional and inspection is needed to determine if action is required. Events with INFORMATIONAL actionability are provided for awareness and do not require immediate action.

Link copied to clipboard
val arn: String?

The unique identifier for the event. The event ARN has the arn:aws:health:<i>event-region</i>::event/<i>SERVICE</i>/<i>EVENT_TYPE_CODE</i>/<i>EVENT_TYPE_PLUS_ID</i> format.

Link copied to clipboard

The Amazon Web Services Availability Zone of the event. For example, us-east-1a.

Link copied to clipboard

The date and time that the event ended.

Link copied to clipboard

This parameter specifies if the Health event is a public Amazon Web Services service event or an account-specific event.

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

The unique identifier for the event type. The format is AWS_<i>SERVICE</i>_<i>DESCRIPTION</i> ; for example, AWS_EC2_SYSTEM_MAINTENANCE_EVENT.

Link copied to clipboard

The most recent date and time that the event was updated.

Link copied to clipboard

A list of persona classifications that indicate the target audience for the event. Possible values are OPERATIONS, SECURITY, and BILLING. Events can be associated with multiple personas to indicate relevance to different teams or roles within an organization.

Link copied to clipboard

The Amazon Web Services Region name of the event.

Link copied to clipboard

The Amazon Web Services service that is affected by the event. For example, EC2, RDS.

Link copied to clipboard

The date and time that the event began.

Link copied to clipboard

The most recent status of the event. Possible values are open, closed, and upcoming.

Functions

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