aws.ssm_incidents.get_incident_record
Example SQL Queries
SELECT * FROMaws.ssm_incidents.get_incident_recordWHERE"arn" = 'VALUE';Description
Returns the details for the specified incident record.
Table Definition
| Column Name | Column Data Type |
|---|---|
| arn Required Input Column The Amazon Resource Name (ARN) of the incident record. | 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 |
| incident_record Details the structure of the incident record. | STRUCT( |
Show child fields
| |