| 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 |
Amazonka.Firehose.Types.ProcessorParameter
Description
Documentation
data ProcessorParameter Source #
Describes the processor parameter.
See: newProcessorParameter smart constructor.
Constructors
| ProcessorParameter' | |
Fields
| |
Instances
newProcessorParameter Source #
Arguments
| :: ProcessorParameterName | |
| -> Text | |
| -> ProcessorParameter |
Create a value of ProcessorParameter 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:ProcessorParameter', processorParameter_parameterName - The name of the parameter.
$sel:parameterValue:ProcessorParameter', processorParameter_parameterValue - The parameter value.
processorParameter_parameterName :: Lens' ProcessorParameter ProcessorParameterName Source #
The name of the parameter.
processorParameter_parameterValue :: Lens' ProcessorParameter Text Source #
The parameter value.