NotificationConfiguration class
Describes a notification.
Constructors
- NotificationConfiguration.new({String? autoScalingGroupName, String? notificationType, String? topicARN})
- NotificationConfiguration.fromXml(XmlElement elem)
-
factory
Properties
- autoScalingGroupName → String?
-
The name of the Auto Scaling group.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- notificationType → String?
-
One of the following event notification types:
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- topicARN → String?
-
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service
(Amazon SNS) topic.
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited