ResponsePlanArgs

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
val actions: Output<List<ResponsePlanActionArgs>>? = null

The list of actions.

Link copied to clipboard

The AWS Chatbot chat channel used for collaboration during an incident.

Link copied to clipboard
val displayName: Output<String>? = null

The display name of the response plan.

Link copied to clipboard
val engagements: Output<List<String>>? = null

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.

Link copied to clipboard
val name: Output<String>? = null

The name of the response plan.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The tags to apply to the response plan.

Functions

Link copied to clipboard
open override fun toJava(): ResponsePlanArgs