Skip to main content

response_plan_tags

Expands all tag keys and values for response_plans in a region

Overview

Nameresponse_plan_tags
TypeResource
DescriptionResource type definition for AWS::SSMIncidents::ResponsePlan
Idaws.ssmincidents.response_plan_tags

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.
incident_templateobjectThe incident template configuration.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all response_plans in a region.

SELECT
region,
arn,
name,
display_name,
chat_channel,
engagements,
actions,
integrations,
incident_template,
tag_key,
tag_value
FROM aws.ssmincidents.response_plan_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the response_plan_tags resource, see response_plans