ssmincidents_batch_get_incident_findings {paws.management} | R Documentation |
Retrieves details about all specified findings for an incident, including descriptive details about each finding
Description
Retrieves details about all specified findings for an incident, including descriptive details about each finding. A finding represents a recent application environment change made by an CodeDeploy deployment or an CloudFormation stack creation or update that can be investigated as a potential cause of the incident.
See https://www.paws-r-sdk.com/docs/ssmincidents_batch_get_incident_findings/ for full documentation.
Usage
ssmincidents_batch_get_incident_findings(findingIds, incidentRecordArn)
Arguments
findingIds |
[required] A list of IDs of findings for which you want to view details. |
incidentRecordArn |
[required] The Amazon Resource Name (ARN) of the incident for which you want to view finding details. |
[Package paws.management version 0.9.0 Index]