libZSservicesZSamazonka-s3ZSamazonka-s3
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.S3.Types.QueueConfiguration

Description

 
Synopsis

Documentation

data QueueConfiguration Source #

Specifies the configuration for publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when Amazon S3 detects specified events.

See: newQueueConfiguration smart constructor.

Constructors

QueueConfiguration' 

Fields

Instances

Instances details
Eq QueueConfiguration Source # 
Instance details

Defined in Amazonka.S3.Types.QueueConfiguration

Read QueueConfiguration Source # 
Instance details

Defined in Amazonka.S3.Types.QueueConfiguration

Show QueueConfiguration Source # 
Instance details

Defined in Amazonka.S3.Types.QueueConfiguration

Generic QueueConfiguration Source # 
Instance details

Defined in Amazonka.S3.Types.QueueConfiguration

Associated Types

type Rep QueueConfiguration :: Type -> Type #

NFData QueueConfiguration Source # 
Instance details

Defined in Amazonka.S3.Types.QueueConfiguration

Methods

rnf :: QueueConfiguration -> () #

Hashable QueueConfiguration Source # 
Instance details

Defined in Amazonka.S3.Types.QueueConfiguration

FromXML QueueConfiguration Source # 
Instance details

Defined in Amazonka.S3.Types.QueueConfiguration

ToXML QueueConfiguration Source # 
Instance details

Defined in Amazonka.S3.Types.QueueConfiguration

type Rep QueueConfiguration Source # 
Instance details

Defined in Amazonka.S3.Types.QueueConfiguration

type Rep QueueConfiguration = D1 ('MetaData "QueueConfiguration" "Amazonka.S3.Types.QueueConfiguration" "libZSservicesZSamazonka-s3ZSamazonka-s3" 'False) (C1 ('MetaCons "QueueConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NotificationConfigurationFilter))) :*: (S1 ('MetaSel ('Just "queueArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "events") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Event]))))

newQueueConfiguration Source #

Create a value of QueueConfiguration 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:id:QueueConfiguration', queueConfiguration_id - Undocumented member.

$sel:filter':QueueConfiguration', queueConfiguration_filter - Undocumented member.

$sel:queueArn:QueueConfiguration', queueConfiguration_queueArn - The Amazon Resource Name (ARN) of the Amazon SQS queue to which Amazon S3 publishes a message when it detects events of the specified type.

$sel:events:QueueConfiguration', queueConfiguration_events - A collection of bucket events for which to send notifications

queueConfiguration_queueArn :: Lens' QueueConfiguration Text Source #

The Amazon Resource Name (ARN) of the Amazon SQS queue to which Amazon S3 publishes a message when it detects events of the specified type.

queueConfiguration_events :: Lens' QueueConfiguration [Event] Source #

A collection of bucket events for which to send notifications