StackSetParameterArgs

data class StackSetParameterArgs(val parameterKey: Output<String>, val parameterValue: Output<String>) : ConvertibleToJava<StackSetParameterArgs>

Constructors

Link copied to clipboard
constructor(parameterKey: Output<String>, parameterValue: Output<String>)

Properties

Link copied to clipboard
val parameterKey: Output<String>

The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.

Link copied to clipboard
val parameterValue: Output<String>

The input value associated with the parameter.

Functions

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