OrganizationEvent

Summary information about an event, returned by the DescribeEventsForOrganization operation.

Types

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

Properties

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 date and time that the event ended.

Link copied to clipboard

This parameter specifies if the Health event is a public Amazon Web 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_SERVICE_DESCRIPTION. 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

The Amazon Web Services Region name of the event.

Link copied to clipboard

The Amazon Web Service that is affected by the event, such as EC2 and 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: OrganizationEvent.Builder.() -> Unit = {}): OrganizationEvent
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