View source: R/health_operations.R
health_describe_event_details | R Documentation |
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.
health_describe_event_details(eventArns, locale = NULL)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.