| 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.ParameterDeclaration
Description
Synopsis
- data ParameterDeclaration = ParameterDeclaration' {}
- newParameterDeclaration :: ParameterDeclaration
- parameterDeclaration_defaultValue :: Lens' ParameterDeclaration (Maybe Text)
- parameterDeclaration_description :: Lens' ParameterDeclaration (Maybe Text)
- parameterDeclaration_noEcho :: Lens' ParameterDeclaration (Maybe Bool)
- parameterDeclaration_parameterConstraints :: Lens' ParameterDeclaration (Maybe ParameterConstraints)
- parameterDeclaration_parameterKey :: Lens' ParameterDeclaration (Maybe Text)
- parameterDeclaration_parameterType :: Lens' ParameterDeclaration (Maybe Text)
Documentation
data ParameterDeclaration Source #
The ParameterDeclaration data type.
See: newParameterDeclaration smart constructor.
Constructors
| ParameterDeclaration' | |
Fields
| |
Instances
newParameterDeclaration :: ParameterDeclaration Source #
Create a value of ParameterDeclaration 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:ParameterDeclaration', parameterDeclaration_defaultValue - The default value of the parameter.
$sel:description:ParameterDeclaration', parameterDeclaration_description - The description that's associate with the parameter.
$sel:noEcho:ParameterDeclaration', parameterDeclaration_noEcho - Flag that indicates whether the parameter value is shown as plain text
in logs and in the Amazon Web Services Management Console.
$sel:parameterConstraints:ParameterDeclaration', parameterDeclaration_parameterConstraints - The criteria that CloudFormation uses to validate parameter values.
$sel:parameterKey:ParameterDeclaration', parameterDeclaration_parameterKey - The name that's associated with the parameter.
$sel:parameterType:ParameterDeclaration', parameterDeclaration_parameterType - The type of parameter.
parameterDeclaration_defaultValue :: Lens' ParameterDeclaration (Maybe Text) Source #
The default value of the parameter.
parameterDeclaration_description :: Lens' ParameterDeclaration (Maybe Text) Source #
The description that's associate with the parameter.
parameterDeclaration_noEcho :: Lens' ParameterDeclaration (Maybe Bool) Source #
Flag that indicates whether the parameter value is shown as plain text in logs and in the Amazon Web Services Management Console.
parameterDeclaration_parameterConstraints :: Lens' ParameterDeclaration (Maybe ParameterConstraints) Source #
The criteria that CloudFormation uses to validate parameter values.
parameterDeclaration_parameterKey :: Lens' ParameterDeclaration (Maybe Text) Source #
The name that's associated with the parameter.
parameterDeclaration_parameterType :: Lens' ParameterDeclaration (Maybe Text) Source #
The type of parameter.