| 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 |
Amazonka.CloudFormation.Types.TemplateParameter
Description
Synopsis
- data TemplateParameter = TemplateParameter' {
- defaultValue :: Maybe Text
- description :: Maybe Text
- noEcho :: Maybe Bool
- parameterKey :: Maybe Text
- newTemplateParameter :: TemplateParameter
- templateParameter_defaultValue :: Lens' TemplateParameter (Maybe Text)
- templateParameter_description :: Lens' TemplateParameter (Maybe Text)
- templateParameter_noEcho :: Lens' TemplateParameter (Maybe Bool)
- templateParameter_parameterKey :: Lens' TemplateParameter (Maybe Text)
Documentation
data TemplateParameter Source #
The TemplateParameter data type.
See: newTemplateParameter smart constructor.
Constructors
| TemplateParameter' | |
Fields
| |
Instances
newTemplateParameter :: TemplateParameter Source #
Create a value of TemplateParameter 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:defaultValue:TemplateParameter', templateParameter_defaultValue - The default value associated with the parameter.
$sel:description:TemplateParameter', templateParameter_description - User defined description associated with the parameter.
$sel:noEcho:TemplateParameter', templateParameter_noEcho - Flag indicating whether the parameter should be displayed as plain text
in logs and UIs.
$sel:parameterKey:TemplateParameter', templateParameter_parameterKey - The name associated with the parameter.
templateParameter_defaultValue :: Lens' TemplateParameter (Maybe Text) Source #
The default value associated with the parameter.
templateParameter_description :: Lens' TemplateParameter (Maybe Text) Source #
User defined description associated with the parameter.
templateParameter_noEcho :: Lens' TemplateParameter (Maybe Bool) Source #
Flag indicating whether the parameter should be displayed as plain text in logs and UIs.
templateParameter_parameterKey :: Lens' TemplateParameter (Maybe Text) Source #
The name associated with the parameter.