ssmincidents_list_incident_findings: Retrieves a list of the IDs of findings, plus their last...

View source: R/ssmincidents_operations.R

ssmincidents_list_incident_findingsR Documentation

Retrieves a list of the IDs of findings, plus their last modified times, that have been identified for a specified incident

Description

Retrieves a list of the IDs of findings, plus their last modified times, that have been identified for a specified incident. A finding represents a recent application environment change made by an CloudFormation stack creation or update or an CodeDeploy deployment that can be investigated as a potential cause of the incident.

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

Usage

ssmincidents_list_incident_findings(
  incidentRecordArn,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

incidentRecordArn

[required] The Amazon Resource Name (ARN) of the incident for which you want to view associated findings.

maxResults

The maximum number of findings to retrieve per call.

nextToken

The pagination token for the next set of items to return. (You received this token from a previous call.)


paws.management documentation built on Sept. 12, 2024, 6:19 a.m.