Skip to main content

response_plans

Retrieves a list of response_plans in a region

Overview

Nameresponse_plans
TypeResource
Descriptionresponse_plans
Idawscc.ssmincidents.response_plans

Fields

NameDatatypeDescription
arnstringThe ARN of the response plan.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn
FROM awscc.ssmincidents.response_plans
WHERE region = 'us-east-1'

Permissions

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

Create

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

List

ssm-incidents:ListResponsePlans