Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.ResourceProperties.S3BucketQueueConfiguration
- data S3BucketQueueConfiguration = S3BucketQueueConfiguration {}
- s3BucketQueueConfiguration :: Val Text -> Val Text -> S3BucketQueueConfiguration
- sbqcEvent :: Lens' S3BucketQueueConfiguration (Val Text)
- sbqcFilter :: Lens' S3BucketQueueConfiguration (Maybe S3BucketNotificationFilter)
- sbqcQueue :: Lens' S3BucketQueueConfiguration (Val Text)
Documentation
data S3BucketQueueConfiguration #
Full data type definition for S3BucketQueueConfiguration. See
s3BucketQueueConfiguration
for a more convenient constructor.
Constructors
S3BucketQueueConfiguration | |
Constructor for S3BucketQueueConfiguration
containing required fields
as arguments.