--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_ssmincidents_response_plan Resource - terraform-provider-awscc" subcategory: "" description: |- Resource type definition for AWS::SSMIncidents::ResponsePlan --- # awscc_ssmincidents_response_plan (Resource) Resource type definition for AWS::SSMIncidents::ResponsePlan ## Schema ### Required - `incident_template` (Attributes) The incident template configuration. (see [below for nested schema](#nestedatt--incident_template)) - `name` (String) The name of the response plan. ### Optional - `actions` (Attributes List) The list of actions. (see [below for nested schema](#nestedatt--actions)) - `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. - `tags` (Attributes Set) The tags to apply to the response plan. (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `arn` (String) The ARN of the response plan. - `id` (String) Uniquely identifies the resource. ### Nested Schema for `incident_template` Required: - `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` Required: - `sns_topic_arn` (String) The ARN of the Chatbot SNS topic. ### Nested Schema for `actions` Optional: - `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` Optional: - `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` Optional: - `key` (String) - `values` (List of String) ### Nested Schema for `chat_channel` Optional: - `chatbot_sns` (List of String) ### Nested Schema for `tags` Optional: - `key` (String) - `value` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_ssmincidents_response_plan.example ```