---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_ssmincidents_response_plan Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::SSMIncidents::ResponsePlan
---
# awscc_ssmincidents_response_plan (Data Source)
Data Source schema for AWS::SSMIncidents::ResponsePlan
## Schema
### Required
- `id` (String) Uniquely identifies the resource.
### Read-Only
- `actions` (Attributes List) The list of actions. (see [below for nested schema](#nestedatt--actions))
- `arn` (String) The ARN of the response plan.
- `chat_channel` (Attributes) The chat channel configuration. (see [below for nested schema](#nestedatt--chat_channel))
- `display_name` (String) The display name of the response plan.
- `engagements` (Set of String) The list of engagements to use.
- `incident_template` (Attributes) The incident template configuration. (see [below for nested schema](#nestedatt--incident_template))
- `name` (String) The name of the response plan.
- `tags` (Attributes Set) The tags to apply to the response plan. (see [below for nested schema](#nestedatt--tags))
### Nested Schema for `actions`
Read-Only:
- `ssm_automation` (Attributes) The configuration to use when starting the SSM automation document. (see [below for nested schema](#nestedatt--actions--ssm_automation))
### Nested Schema for `actions.ssm_automation`
Read-Only:
- `document_name` (String) The document name to use when starting the SSM automation document.
- `document_version` (String) The version of the document to use when starting the SSM automation document.
- `parameters` (Attributes Set) The parameters to set when starting the SSM automation document. (see [below for nested schema](#nestedatt--actions--ssm_automation--parameters))
- `role_arn` (String) The role ARN to use when starting the SSM automation document.
- `target_account` (String) The account type to use when starting the SSM automation document.
### Nested Schema for `actions.ssm_automation.parameters`
Read-Only:
- `key` (String)
- `values` (List of String)
### Nested Schema for `chat_channel`
Read-Only:
- `chatbot_sns` (List of String)
### Nested Schema for `incident_template`
Read-Only:
- `dedupe_string` (String) The deduplication string.
- `impact` (Number) The impact value.
- `notification_targets` (Attributes List) The list of notification targets. (see [below for nested schema](#nestedatt--incident_template--notification_targets))
- `summary` (String) The summary string.
- `title` (String) The title string.
### Nested Schema for `incident_template.notification_targets`
Read-Only:
- `sns_topic_arn` (String) The ARN of the Chatbot SNS topic.
### Nested Schema for `tags`
Read-Only:
- `key` (String)
- `value` (String)