Queue Configuration Args
data class QueueConfigurationArgs(val event: Output<String>? = null, val filter: Output<NotificationFilterArgs>? = null, val queue: Output<String>? = null) : ConvertibleToJava<QueueConfigurationArgs>
Definition of QueueConfiguration
Constructors
Link copied to clipboard
constructor(event: Output<String>? = null, filter: Output<NotificationFilterArgs>? = null, queue: Output<String>? = null)
Properties
Link copied to clipboard
The Amazon S3 bucket event about which you want to publish messages to Amazon SQS. For more information, see Supported Event Types in the Amazon S3 User Guide.
Link copied to clipboard
The filtering rules that determine which objects trigger notifications. For example, you can create a filter so that Amazon S3 sends notifications only when image files with a `.jpg`
extension are added to the bucket. For more information, see Configuring event notifications using object key name filtering in the Amazon S3 User Guide. Specifies object key name filtering rules. For information about key name filtering, see Configuring event notifications using object key name filtering in the Amazon S3 User Guide.