Parameter Args
data class ParameterArgs(val parameterKey: Output<String>? = null, val parameterName: Output<String>? = null, val parameterValue: Output<String>? = null) : ConvertibleToJava<ParameterArgs>
Definition of Parameter
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 name of the parameter.
Link copied to clipboard
The value of the parameter. If ParameterName
is wlm_json_configuration
, then the maximum size of ParameterValue
is 8000 characters.