response_plans_list_only
Lists response_plans in a region or regions, for all properties use response_plans
Overview
| Name | response_plans_list_only |
| Type | Resource |
| Description | Resource type definition for AWS::SSMIncidents::ResponsePlan |
| Id | aws.ssmincidents.response_plans_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | The ARN of the response plan. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all response_plans in a region.
SELECT
region,
arn
FROM aws.ssmincidents.response_plans_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the response_plans_list_only resource, see response_plans