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({List<
LambdaFunctionConfiguration> ? lambdaFunctionConfigurations, List<QueueConfiguration> ? queueConfigurations, List<TopicConfiguration> ? topicConfigurations}) - NotificationConfiguration.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
lambdaFunctionConfigurations
→ List<
LambdaFunctionConfiguration> ? -
Describes the AWS Lambda functions to invoke and the events for which to
invoke them.
final
-
queueConfigurations
→ List<
QueueConfiguration> ? -
The Amazon Simple Queue Service queues to publish messages to and the events
for which to publish messages.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
topicConfigurations
→ List<
TopicConfiguration> ? -
The topic to which notifications are sent and the events for which
notifications are generated.
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