health_describe_event_details_for_organization: Returns detailed information about one or more specified...

View source: R/health_operations.R

health_describe_event_details_for_organizationR Documentation

Returns detailed information about one or more specified events for one or more Amazon Web Services accounts in your organization

Description

Returns detailed information about one or more specified events for one or more Amazon Web Services accounts in your organization. This information includes standard event data (such as the Amazon Web Services Region and service), an event description, and (depending on the event) possible metadata. This operation doesn't return affected entities, such as the resources related to the event. To return affected entities, use the describe_affected_entities_for_organization operation.

See https://www.paws-r-sdk.com/docs/health_describe_event_details_for_organization/ for full documentation.

Usage

health_describe_event_details_for_organization(
  organizationEventDetailFilters,
  locale = NULL
)

Arguments

organizationEventDetailFilters

[required] A set of JSON elements that includes the awsAccountId and the eventArn.

locale

The locale (language) to return information in. English (en) is the default and the only supported value at this time.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.