stratosphere-0.2.2: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.ResourceProperties.SQSRedrivePolicy

Description

The RedrivePolicy type is a property of the AWS::SQS::Queue resource.

Synopsis

Documentation

data SQSRedrivePolicy Source #

Full data type definition for SQSRedrivePolicy. See sqsRedrivePolicy for a more convenient constructor.

sqsRedrivePolicy Source #

Constructor for SQSRedrivePolicy containing required fields as arguments.

sqsrpdeadLetterTargetArn :: Lens' SQSRedrivePolicy (Val Text) Source #

The Amazon Resource Name (ARN) of the dead letter queue to which the messages are sent to after the maxReceiveCount value has been exceeded.

sqsrpmaxReceiveCount :: Lens' SQSRedrivePolicy (Maybe (Val Integer')) Source #

The number of times a message is delivered to the source queue before being sent to the dead letter queue.