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(String? events, NotificationConfigurationFilter? filter, String? id, String? queueArn)
- QueueConfiguration.fromXml(XmlElement? xml)
Properties
- events ↔ String?
- 
  A collection of bucket events for which to send notifications
  getter/setter pair
- filter ↔ NotificationConfigurationFilter?
- 
  Specifies object key name filtering rules. For information about key name filtering, see Configuring Event Notifications in the Amazon Simple Storage Service Developer Guide.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- id ↔ String?
- 
  An optional unique identifier for configurations in a notification configuration. If you don't provide one, Amazon S3 will assign an ID.
  getter/setter pair
- 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.
  getter/setter pair
- 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() → XmlNode 
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited