Resource type definition for AWS::SSMIncidents::ResponsePlan
incident_template
(Attributes) The incident template configuration. (see below for nested schema)name
(String) The name of the response plan.actions
(Attributes List) The list of actions. (see below for nested schema)chat_channel
(Attributes) The chat channel configuration. (see below for nested schema)display_name
(String) The display name of the response plan.engagements
(Set of String) The list of engagements to use.integrations
(Attributes List) The list of integrations. (see below for nested schema)tags
(Attributes Set) The tags to apply to the response plan. (see below for nested schema)arn
(String) The ARN of the response plan.id
(String) Uniquely identifies the resource.incident_template
Required:
impact
(Number) The impact value.title
(String) The title string.Optional:
dedupe_string
(String) The deduplication string.incident_tags
(Attributes Set) Tags that get applied to incidents created by the StartIncident API action. (see below for nested schema)notification_targets
(Attributes List) The list of notification targets. (see below for nested schema)summary
(String) The summary string.incident_template.incident_tags
Required:
key
(String)value
(String)incident_template.notification_targets
Optional:
sns_topic_arn
(String) The ARN of the Chatbot SNS topic.actions
Optional:
ssm_automation
(Attributes) The configuration to use when starting the SSM automation document. (see below for nested schema)actions.ssm_automation
Required:
document_name
(String) The document name to use when starting the SSM automation document.role_arn
(String) The role ARN to use when starting the SSM automation document.Optional:
document_version
(String) The version of the document to use when starting the SSM automation document.dynamic_parameters
(Attributes Set) The parameters with dynamic values to set when starting the SSM automation document. (see below for nested schema)parameters
(Attributes Set) The parameters to set when starting the SSM automation document. (see below for nested schema)target_account
(String) The account type to use when starting the SSM automation document.actions.ssm_automation.dynamic_parameters
Required:
key
(String)value
(Attributes) Value of the dynamic parameter to set when starting the SSM automation document. (see below for nested schema)actions.ssm_automation.dynamic_parameters.value
Optional:
variable
(String) The variable types used as dynamic parameter value when starting the SSM automation document.actions.ssm_automation.parameters
Required:
key
(String)values
(List of String)chat_channel
Optional:
chatbot_sns
(List of String)integrations
Optional:
pager_duty_configuration
(Attributes) The pagerDuty configuration to use when starting the incident. (see below for nested schema)integrations.pager_duty_configuration
Required:
name
(String) The name of the pagerDuty configuration.pager_duty_incident_configuration
(Attributes) The pagerDuty incident configuration. (see below for nested schema)secret_id
(String) The AWS secrets manager secretId storing the pagerDuty token.integrations.pager_duty_configuration.pager_duty_incident_configuration
Required:
service_id
(String) The pagerDuty serviceId.tags
Required:
key
(String)value
(String)Import is supported using the following syntax:
$ terraform import awscc_ssmincidents_response_plan.example <resource ID>