xray_get_insight_events {paws.developer.tools} | R Documentation |
X-Ray reevaluates insights periodically until they're resolved, and records each intermediate state as an event
Description
X-Ray reevaluates insights periodically until they're resolved, and records each intermediate state as an event. You can review an insight's events in the Impact Timeline on the Inspect page in the X-Ray console.
See https://www.paws-r-sdk.com/docs/xray_get_insight_events/ for full documentation.
Usage
xray_get_insight_events(InsightId, MaxResults = NULL, NextToken = NULL)
Arguments
InsightId |
[required] The insight's unique identifier. Use the GetInsightSummaries action to retrieve an InsightId. |
MaxResults |
Used to retrieve at most the specified value of events. |
NextToken |
Specify the pagination token returned by a previous request to retrieve the next page of events. |
[Package paws.developer.tools version 0.9.0 Index]