Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
Documentation
The Parameter data type.
See: newParameter
smart constructor.
Parameter' | |
|
Instances
newParameter :: Parameter Source #
Create a value of Parameter
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:parameterKey:Parameter'
, parameter_parameterKey
- The key associated with the parameter. If you don't specify a key and
value for a particular parameter, CloudFormation uses the default value
that's specified in your template.
$sel:parameterValue:Parameter'
, parameter_parameterValue
- The input value associated with the parameter.
$sel:resolvedValue:Parameter'
, parameter_resolvedValue
- Read-only. The value that corresponds to a SSM parameter key. This field
is returned only for
SSM
parameter types in the template.
$sel:usePreviousValue:Parameter'
, parameter_usePreviousValue
- During a stack update, use the existing parameter value that the stack
is using for a given parameter key. If you specify true
, do not
specify a parameter value.
parameter_parameterKey :: Lens' Parameter (Maybe Text) Source #
The key associated with the parameter. If you don't specify a key and value for a particular parameter, CloudFormation uses the default value that's specified in your template.
parameter_parameterValue :: Lens' Parameter (Maybe Text) Source #
The input value associated with the parameter.