NotificationConfigurationDeprecated class
Container for specifying the AWS Lambda notification configuration.
Constructors
- NotificationConfigurationDeprecated(CloudFunctionConfiguration? cloudFunctionConfiguration, QueueConfigurationDeprecated? queueConfiguration, TopicConfigurationDeprecated? topicConfiguration)
- NotificationConfigurationDeprecated.fromXml(XmlElement xml)
Properties
- cloudFunctionConfiguration ↔ CloudFunctionConfiguration?
- 
  Container for specifying the AWS Lambda notification configuration.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- queueConfiguration ↔ QueueConfigurationDeprecated?
- 
  This data type is deprecated. This data type specifies the configuration for publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when Amazon S3 detects specified events.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- topicConfiguration ↔ TopicConfigurationDeprecated?
- 
  This data type is deprecated. 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.
  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