/AWS1/CL_HLTORGEVENTDETAILS¶
Detailed information about an event. A combination of an Event object, an EventDescription object, and additional metadata about the event. Returned by the DescribeEventDetailsForOrganization operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_awsaccountid TYPE /AWS1/HLTACCOUNTID /AWS1/HLTACCOUNTID¶
The 12-digit Amazon Web Services account numbers that contains the affected entities.
io_event TYPE REF TO /AWS1/CL_HLTEVENT /AWS1/CL_HLTEVENT¶
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
eventScopeCodeparameter. For more information, see eventScopeCode.
io_eventdescription TYPE REF TO /AWS1/CL_HLTEVENTDESCRIPTION /AWS1/CL_HLTEVENTDESCRIPTION¶
The detailed description of the event. Included in the information returned by the DescribeEventDetails operation.
it_eventmetadata TYPE /AWS1/CL_HLTEVENTMETADATA_W=>TT_EVENTMETADATA TT_EVENTMETADATA¶
Additional metadata about the event.
Queryable Attributes¶
awsAccountId¶
The 12-digit Amazon Web Services account numbers that contains the affected entities.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AWSACCOUNTID() |
Getter for AWSACCOUNTID, with configurable default |
ASK_AWSACCOUNTID() |
Getter for AWSACCOUNTID w/ exceptions if field has no value |
HAS_AWSACCOUNTID() |
Determine if AWSACCOUNTID has a value |
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
eventScopeCodeparameter. For more information, see eventScopeCode.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENT() |
Getter for EVENT |
eventDescription¶
The detailed description of the event. Included in the information returned by the DescribeEventDetails operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTDESCRIPTION() |
Getter for EVENTDESCRIPTION |
eventMetadata¶
Additional metadata about the event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTMETADATA() |
Getter for EVENTMETADATA, with configurable default |
ASK_EVENTMETADATA() |
Getter for EVENTMETADATA w/ exceptions if field has no value |
HAS_EVENTMETADATA() |
Determine if EVENTMETADATA has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DSCEVTDETSFORORGSUCCFULSET¶
TYPES TT_DSCEVTDETSFORORGSUCCFULSET TYPE STANDARD TABLE OF REF TO /AWS1/CL_HLTORGEVENTDETAILS WITH DEFAULT KEY
.