ResponsePlanSsmParameterArgs

data class ResponsePlanSsmParameterArgs(val key: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<ResponsePlanSsmParameterArgs>

A parameter to set when starting the SSM automation document.

Constructors

Link copied to clipboard
fun ResponsePlanSsmParameterArgs(key: Output<String>, values: Output<List<String>>)

Functions

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

Properties

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