Values.CreateResponsePlanInputSourceCreates a response plan that automates the initial response to incidents. A response plan engages contacts, starts chat channel collaboration, and initiates runbooks at the beginning of an incident.
type nonrec t = {actions : ActionsList.t option;The actions that the response plan starts at the beginning of an incident.
*)chatChannel : ChatChannel.t option;The Chatbot chat channel used for collaboration during an incident.
*)clientToken : ClientToken.t option;A token ensuring that the operation is called only once with the specified details.
*)displayName : ResponsePlanDisplayName.t option;The long format of the response plan name. This field can contain spaces.
*)engagements : EngagementSet.t option;The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an incident.
*)incidentTemplate : IncidentTemplate.t;Details used to create an incident when using this response plan.
*)integrations : Integrations.t option;Information about third-party services integrated into the response plan.
*)name : ResponsePlanName.t;The short format name of the response plan. Can't include spaces.
*)}val make :
?actions:??? ->
?chatChannel:??? ->
?clientToken:??? ->
?displayName:??? ->
?engagements:??? ->
?integrations:??? ->
?tags:??? ->
incidentTemplate:IncidentTemplate.t ->
name:ResponsePlanName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of SsmContactsArn.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of DynamicSsmParametersKeyString.t ]
* [> `List of
[> `String of
SsmParameterValuesMemberString.t ]
list
| `Structure of
(string * [> `Enum of string ]) list ])
list
| `String of SsmAutomationDocumentNameString.t
| `Structure of
(string
* [> `String of
PagerDutyIncidentConfigurationServiceIdString.t ])
list ])
list ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ClientToken.t
| `Structure of
(string
* [> `Integer of Impact.t
| `List of
[> `String of SnsArn.t
| `Structure of (string * [> `String of Arn.t ]) list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of DedupeString.t
| `Structure of 'a list ])
list ])
list ]