StackSetParameter

data class StackSetParameter(val parameterKey: String, val parameterValue: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

The input value associated with the parameter.