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(String? event, String? events, String? id, String? topic)
TopicConfigurationDeprecated.fromXml(XmlElement? xml)

Properties

event String?
This member has been deprecated.
getter/setter pair
events String?
A collection of events related to objects
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
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.
getter/setter pair

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