ParameterArgs

data class ParameterArgs(val parameterKey: Output<String>? = null, val parameterName: Output<String>? = null, val parameterValue: Output<String>? = null) : ConvertibleToJava<ParameterArgs>

Definition of Parameter

Constructors

Link copied to clipboard
constructor(parameterKey: Output<String>? = null, parameterName: Output<String>? = null, parameterValue: Output<String>? = null)

Properties

Link copied to clipboard
val parameterKey: Output<String>? = null

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 parameterName: Output<String>? = null

The name of the parameter.

Link copied to clipboard
val parameterValue: Output<String>? = null

The value of the parameter. If ParameterName is wlm_json_configuration, then the maximum size of ParameterValue is 8000 characters.

Functions

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