ParameterResponse

data class ParameterResponse(val parameterKey: String? = null, val parameterName: String? = null, val parameterValue: String? = null)

Definition of Parameter

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val parameterKey: 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: String? = null

The name of the parameter.

Link copied to clipboard
val parameterValue: String? = null

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