NotificationConfiguration class

A container for specifying the notification configuration of the bucket. If this element is empty, notifications are turned off for the bucket.

Constructors

NotificationConfiguration(LambdaFunctionConfiguration? lambdaFunctionConfigurations, QueueConfiguration? queueConfigurations, TopicConfiguration? topicConfigurations)
NotificationConfiguration.fromXml(XmlElement xml)

Properties

hashCode → int
The hash code for this object.
no setterinherited
lambdaFunctionConfigurations ↔ LambdaFunctionConfiguration?
Describes the AWS Lambda functions to invoke and the events for which to invoke them.
getter/setter pair
queueConfigurations ↔ QueueConfiguration?
The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
topicConfigurations ↔ TopicConfiguration?
The topic to which notifications are sent and the events for which notifications are generated.
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