aws.ssm_incidents.list_incident_findings
Example SQL Queries
SELECT * FROMaws.ssm_incidents.list_incident_findingsWHERE"incident_record_arn" = 'VALUE';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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| incident_record_arn Required Input Column The Amazon Resource Name (ARN) of the incident for which you want to view associated findings. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| id The ID of the finding. | VARCHAR |
| last_modified_time The timestamp for when the finding was last updated. | TIMESTAMP_S |