response_plans
Retrieves a list of response_plans
in a region
Overview
Name | response_plans |
Type | Resource |
Description | response_plans |
Id | awscc.ssmincidents.response_plans |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The ARN of the response plan. |
region | string | AWS 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