ResponsePlanActionSsmAutomationParameterArgs

data class ResponsePlanActionSsmAutomationParameterArgs(val name: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<ResponsePlanActionSsmAutomationParameterArgs>

Constructors

constructor(name: Output<String>, values: Output<List<String>>)

Properties

Link copied to clipboard
val name: Output<String>

The name of the response plan.

Link copied to clipboard
val values: Output<List<String>>

The values for the associated parameter name.

Functions

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