aws.ssm_incidents.list_response_plans
Example SQL Queries
SELECT * FROMaws.ssm_incidents.list_response_plans;Description
Lists all response plans in your account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| arn The Amazon Resource Name (ARN) of the response plan. | VARCHAR |
| display_name The human readable name of the response plan. This can include spaces. | VARCHAR |
| name The name of the response plan. This can't include spaces. | VARCHAR |