ResponsePlanActionArgs

data class ResponsePlanActionArgs(val ssmAutomation: Output<ResponsePlanSsmAutomationArgs>? = null) : ConvertibleToJava<ResponsePlanActionArgs>

The automation configuration to launch.

Constructors

Link copied to clipboard
constructor(ssmAutomation: Output<ResponsePlanSsmAutomationArgs>? = null)

Properties

Link copied to clipboard

Details about the Systems Manager automation document that will be used as a runbook during an incident.

Functions

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