QueueConfiguration class
Specifies the configuration for publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when Amazon S3 detects specified events.
Constructors
-
QueueConfiguration({required List<
Event> events, required String queueArn, NotificationConfigurationFilter? filter, String? id}) - QueueConfiguration.fromXml(XmlElement elem)
-
factory
Properties
-
events
→ List<
Event> -
A collection of bucket events for which to send notifications
final
- filter → NotificationConfigurationFilter?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
final
- queueArn → String
-
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.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toXml(
String elemName, {List< XmlAttribute> ? attributes}) → XmlElement
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited