Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data ParameterValue Source #
Parameter value of the application.
See: newParameterValue
smart constructor.
Instances
Create a value of ParameterValue
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:value:ParameterValue'
, parameterValue_value
- The input value associated with the parameter.
$sel:name:ParameterValue'
, parameterValue_name
- 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.
parameterValue_value :: Lens' ParameterValue Text Source #
The input value associated with the parameter.
parameterValue_name :: Lens' ParameterValue Text Source #
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.