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. |
name | string | The name of the response plan. |
display_name | string | The display name of the response plan. |
chat_channel | object | The chat channel configuration. |
engagements | array | The list of engagements to use. |
actions | array | The list of actions. |
integrations | array | The list of integrations. |
tags | array | The tags to apply to the response plan. |
incident_template | object | The incident template configuration. |
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