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<ResponsePlanTagArgs>>? = null) : ConvertibleToJava<ResponsePlanArgs>

Resource type definition for AWS::SSMIncidents::ResponsePlan

Constructors

Link copied to clipboard
fun ResponsePlanArgs(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<ResponsePlanTagArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val actions: Output<List<ResponsePlanActionArgs>>? = null

The list of actions.

Link copied to clipboard
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
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<ResponsePlanTagArgs>>? = null

The tags to apply to the response plan.