You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`name` - (Required, Forces new resource) The name of the keyspace to be created.
28
-
29
-
The following arguments are optional:
30
-
31
28
*`replication_specification` - (Optional) The replication specification of the keyspace.
32
29
*`region_list` - (Optional) Replication regions. If `replication_strategy` is `MULTI_REGION`, `region_list` requires the current Region and at least one additional AWS Region where the keyspace is going to be replicated in.
33
30
*`replication_strategy` - (Required) Replication strategy. Valid values: `SINGLE_REGION` and `MULTI_REGION`.
*`name` - (Required) The name of the response plan.
109
-
110
-
The `incident_template` configuration block is required and supports the following arguments:
111
-
112
-
*`title` - (Required) The title of a generated incident.
113
-
*`impact` - (Required) The impact value of a generated incident. The following values are supported:
114
-
*`1` - Severe Impact
115
-
*`2` - High Impact
116
-
*`3` - Medium Impact
117
-
*`4` - Low Impact
118
-
*`5` - No Impact
119
-
*`dedupe_string` - (Optional) A string used to stop Incident Manager from creating multiple incident records for the same incident.
120
-
*`incident_tags` - (Optional) The tags assigned to an incident template. When an incident starts, Incident Manager assigns the tags specified in the template to the incident.
121
-
*`summary` - (Optional) The summary of an incident.
122
-
*`notification_target` - (Optional) The Amazon Simple Notification Service (Amazon SNS) targets that this incident notifies when it is updated. The `notification_target` configuration block supports the following argument:
123
-
*`sns_topic_arn` - (Required) The ARN of the Amazon SNS topic.
124
-
125
-
The following arguments are optional:
126
-
109
+
*`incident_template` - (Required) The `incident_template` configuration block is required and supports the following arguments:
110
+
*`title` - (Required) The title of a generated incident.
111
+
*`impact` - (Required) The impact value of a generated incident. The following values are supported:
112
+
*`1` - Severe Impact
113
+
*`2` - High Impact
114
+
*`3` - Medium Impact
115
+
*`4` - Low Impact
116
+
*`5` - No Impact
117
+
*`dedupe_string` - (Optional) A string used to stop Incident Manager from creating multiple incident records for the same incident.
118
+
*`incident_tags` - (Optional) The tags assigned to an incident template. When an incident starts, Incident Manager assigns the tags specified in the template to the incident.
119
+
*`summary` - (Optional) The summary of an incident.
120
+
*`notification_target` - (Optional) The Amazon Simple Notification Service (Amazon SNS) targets that this incident notifies when it is updated. The `notification_target` configuration block supports the following argument:
121
+
*`sns_topic_arn` - (Required) The ARN of the Amazon SNS topic.
127
122
*`tags` - (Optional) The tags applied to the response plan.
128
123
*`display_name` - (Optional) The long format of the response plan name. This field can contain spaces.
129
124
*`chat_channel` - (Optional) The Chatbot chat channel used for collaboration during an incident.
0 commit comments