Response Plan Args
data class ResponsePlanArgs(val actions: Output<List<ResponsePlanActionArgs>>? = null, val chatChannel: Output<ResponsePlanChatChannelArgs>? = null, val displayName: Output<String>? = null, val engagements: Output<List<String>>? = null, val incidentTemplate: Output<ResponsePlanIncidentTemplateArgs>? = null, val integrations: Output<List<ResponsePlanIntegrationArgs>>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ResponsePlanArgs>
Resource type definition for AWS::SSMIncidents::ResponsePlan
Constructors
Link copied to clipboard
constructor(actions: Output<List<ResponsePlanActionArgs>>? = null, chatChannel: Output<ResponsePlanChatChannelArgs>? = null, displayName: Output<String>? = null, engagements: Output<List<String>>? = null, incidentTemplate: Output<ResponsePlanIncidentTemplateArgs>? = null, integrations: Output<List<ResponsePlanIntegrationArgs>>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null)
Properties
Link copied to clipboard
The list of actions.
Link copied to clipboard
The AWS Chatbot chat channel used for collaboration during an incident.
Link copied to clipboard
The display name of the response plan.
Link copied to clipboard
The list of engagements to use.
Link copied to clipboard
Details used to create an incident when using this response plan.
Link copied to clipboard
The list of integrations.