ResponsePlanActionArgs

data class ResponsePlanActionArgs(val ssmAutomations: Output<List<ResponsePlanActionSsmAutomationArgs>>? = null) : ConvertibleToJava<ResponsePlanActionArgs>

Constructors

Link copied to clipboard
constructor(ssmAutomations: Output<List<ResponsePlanActionSsmAutomationArgs>>? = null)

Properties

Link copied to clipboard

The Systems Manager automation document to start as the runbook at the beginning of the incident. The following values are supported:

Functions

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