Skip to main content

response_plans_list_only

Lists response_plans in a region or regions, for all properties use response_plans

Overview

Nameresponse_plans_list_only
TypeResource
DescriptionResource type definition for AWS::SSMIncidents::ResponsePlan
Idaws.ssmincidents.response_plans_list_only

Fields

NameDatatypeDescription
arnstringThe ARN of the response plan.
namestringThe name of the response plan.
display_namestringThe display name of the response plan.
chat_channelobjectThe chat channel configuration.
engagementsarrayThe list of engagements to use.
actionsarrayThe list of actions.
integrationsarrayThe list of integrations.
tagsarrayThe tags to apply to the response plan.
incident_templateobjectThe incident template configuration.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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