response_plan
Gets an individual response_plan
resource
Overview
Name | response_plan |
Type | Resource |
Description | response_plan |
Id | awscc.ssmincidents.response_plan |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The ARN of the response plan. |
name | string | The name of the response plan. |
display_name | string | The display name of the response plan. |
chat_channel | object | |
engagements | array | The list of engagements to use. |
actions | array | The list of actions. |
integrations | array | The list of integrations. |
tags | array | The tags to apply to the response plan. |
incident_template | object | |
region | string | AWS 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