OrganizationEventDetails
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.
Contents
- awsAccountId
-
The 12-digit AWS account numbers that contains the affected entities.
Type: String
Length Constraints: Maximum length of 12.
Pattern:
^\S+$
Required: No
- event
-
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.
You can determine if an event is public or account-specific by using the
eventScopeCode
parameter. For more information, see eventScopeCode.Type: Event object
Required: No
-
- eventDescription
-
The detailed description of the event. Included in the information returned by the DescribeEventDetails operation.
Type: EventDescription object
Required: No
- eventMetadata
-
Additional metadata about the event.
Type: String to string map
Key Length Constraints: Maximum length of 32766.
Value Length Constraints: Maximum length of 32766.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: