xray_get_insight_events: X-Ray reevaluates insights periodically until they're...

View source: R/xray_operations.R

xray_get_insight_eventsR 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.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.