| 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.Config.Types.ConformancePackInputParameter
Description
Synopsis
- data ConformancePackInputParameter = ConformancePackInputParameter' {}
- newConformancePackInputParameter :: Text -> Text -> ConformancePackInputParameter
- conformancePackInputParameter_parameterName :: Lens' ConformancePackInputParameter Text
- conformancePackInputParameter_parameterValue :: Lens' ConformancePackInputParameter Text
Documentation
data ConformancePackInputParameter Source #
Input parameters in the form of key-value pairs for the conformance pack, both of which you define. Keys can have a maximum character length of 255 characters, and values can have a maximum length of 4096 characters.
See: newConformancePackInputParameter smart constructor.
Constructors
| ConformancePackInputParameter' | |
Fields
| |
Instances
newConformancePackInputParameter Source #
Arguments
| :: Text | |
| -> Text | |
| -> ConformancePackInputParameter |
Create a value of ConformancePackInputParameter 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:parameterName:ConformancePackInputParameter', conformancePackInputParameter_parameterName - One part of a key-value pair.
$sel:parameterValue:ConformancePackInputParameter', conformancePackInputParameter_parameterValue - Another part of the key-value pair.
conformancePackInputParameter_parameterName :: Lens' ConformancePackInputParameter Text Source #
One part of a key-value pair.
conformancePackInputParameter_parameterValue :: Lens' ConformancePackInputParameter Text Source #
Another part of the key-value pair.