amazonka-kinesis-firehose-2.0: Amazon Kinesis Firehose SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Firehose.Types.ProcessorParameter

Description

 
Synopsis

Documentation

data ProcessorParameter Source #

Describes the processor parameter.

See: newProcessorParameter smart constructor.

Constructors

ProcessorParameter' 

Fields

  • parameterName :: ProcessorParameterName

    The name of the parameter. Currently the following default values are supported: 3 for NumberOfRetries and 60 for the BufferIntervalInSeconds. The BufferSizeInMBs ranges between 0.2 MB and up to 3MB. The default buffering hint is 1MB for all destinations, except Splunk. For Splunk, the default buffering hint is 256 KB.

  • parameterValue :: Text

    The parameter value.

Instances

Instances details
FromJSON ProcessorParameter Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameter

ToJSON ProcessorParameter Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameter

Generic ProcessorParameter Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameter

Associated Types

type Rep ProcessorParameter :: Type -> Type #

Read ProcessorParameter Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameter

Show ProcessorParameter Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameter

NFData ProcessorParameter Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameter

Methods

rnf :: ProcessorParameter -> () #

Eq ProcessorParameter Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameter

Hashable ProcessorParameter Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameter

type Rep ProcessorParameter Source # 
Instance details

Defined in Amazonka.Firehose.Types.ProcessorParameter

type Rep ProcessorParameter = D1 ('MetaData "ProcessorParameter" "Amazonka.Firehose.Types.ProcessorParameter" "amazonka-kinesis-firehose-2.0-6l1hHmh2UnHBvolxuQFkWB" 'False) (C1 ('MetaCons "ProcessorParameter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "parameterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ProcessorParameterName) :*: S1 ('MetaSel ('Just "parameterValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newProcessorParameter Source #

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. Currently the following default values are supported: 3 for NumberOfRetries and 60 for the BufferIntervalInSeconds. The BufferSizeInMBs ranges between 0.2 MB and up to 3MB. The default buffering hint is 1MB for all destinations, except Splunk. For Splunk, the default buffering hint is 256 KB.

$sel:parameterValue:ProcessorParameter', processorParameter_parameterValue - The parameter value.

processorParameter_parameterName :: Lens' ProcessorParameter ProcessorParameterName Source #

The name of the parameter. Currently the following default values are supported: 3 for NumberOfRetries and 60 for the BufferIntervalInSeconds. The BufferSizeInMBs ranges between 0.2 MB and up to 3MB. The default buffering hint is 1MB for all destinations, except Splunk. For Splunk, the default buffering hint is 256 KB.