health_describe_event_details {paws.management} | R Documentation |
Returns detailed information about one or more specified events
Description
Returns detailed information about one or more specified events. Information includes standard event data (Amazon Web Services Region, service, and so on, as returned by describe_events
), a detailed event description, and possible additional metadata that depends upon the nature of the event. Affected entities are not included. To retrieve the entities, use the describe_affected_entities
operation.
See https://www.paws-r-sdk.com/docs/health_describe_event_details/ for full documentation.
Usage
health_describe_event_details(eventArns, locale = NULL)
Arguments
eventArns |
[required] A list of event ARNs (unique identifiers). For example:
|
locale |
The locale (language) to return information in. English (en) is the default and the only supported value at this time. |