TopicConfigurationDeprecated class

A container for specifying the configuration for publication of messages to an Amazon Simple Notification Service (Amazon SNS) topic when Amazon S3 detects specified events. This data type is deprecated. Use TopicConfiguration instead.

Constructors

TopicConfigurationDeprecated({Event? event, List<Event>? events, String? id, String? topic})
TopicConfigurationDeprecated.fromXml(XmlElement elem)
factory

Properties

event Event?
Bucket event for which to send notifications.
final
events List<Event>?
A collection of events related to objects
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topic String?
Amazon SNS topic to which Amazon S3 will publish a message to report the specified events for the bucket.
final

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