Skip to main content

response_plan

Gets an individual response_plan resource

Overview

Nameresponse_plan
TypeResource
Descriptionresponse_plan
Idawscc.ssmincidents.response_plan

Fields

NameDatatypeDescription
arnstringThe ARN of the response plan.
namestringThe name of the response plan.
display_namestringThe display name of the response plan.
chat_channelobject
engagementsarrayThe list of engagements to use.
actionsarrayThe list of actions.
integrationsarrayThe list of integrations.
tagsarrayThe tags to apply to the response plan.
incident_templateobject
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
name,
display_name,
chat_channel,
engagements,
actions,
integrations,
tags,
incident_template
FROM awscc.ssmincidents.response_plan
WHERE data__Identifier = '<Arn>';

Permissions

To operate on the response_plan resource, the following permissions are required:

Read

ssm-incidents:GetResponsePlan,
ssm-incidents:ListTagsForResource

Update

ssm-incidents:UpdateResponsePlan,
ssm-incidents:GetResponsePlan,
ssm-incidents:TagResource,
ssm-incidents:UntagResource,
ssm-incidents:ListTagsForResource,
iam:PassRole,
secretsmanager:GetSecretValue,
kms:Decrypt,
kms:GenerateDataKey*

Delete

ssm-incidents:DeleteResponsePlan,
ssm-incidents:GetResponsePlan