libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Firehose.Types.RetryOptions

Description

 
Synopsis

Documentation

data RetryOptions Source #

The retry behavior in case Kinesis Data Firehose is unable to deliver data to an Amazon S3 prefix.

See: newRetryOptions smart constructor.

Constructors

RetryOptions' 

Fields

  • durationInSeconds :: Maybe Natural

    The period of time during which Kinesis Data Firehose retries to deliver data to the specified Amazon S3 prefix.

Instances

Instances details
Eq RetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.RetryOptions

Read RetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.RetryOptions

Show RetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.RetryOptions

Generic RetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.RetryOptions

Associated Types

type Rep RetryOptions :: Type -> Type #

NFData RetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.RetryOptions

Methods

rnf :: RetryOptions -> () #

Hashable RetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.RetryOptions

ToJSON RetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.RetryOptions

FromJSON RetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.RetryOptions

type Rep RetryOptions Source # 
Instance details

Defined in Amazonka.Firehose.Types.RetryOptions

type Rep RetryOptions = D1 ('MetaData "RetryOptions" "Amazonka.Firehose.Types.RetryOptions" "libZSservicesZSamazonka-kinesis-firehoseZSamazonka-kinesis-firehose" 'False) (C1 ('MetaCons "RetryOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "durationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newRetryOptions :: RetryOptions Source #

Create a value of RetryOptions 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:durationInSeconds:RetryOptions', retryOptions_durationInSeconds - The period of time during which Kinesis Data Firehose retries to deliver data to the specified Amazon S3 prefix.

retryOptions_durationInSeconds :: Lens' RetryOptions (Maybe Natural) Source #

The period of time during which Kinesis Data Firehose retries to deliver data to the specified Amazon S3 prefix.