NotificationConfiguration
public struct NotificationConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the Auto Scaling group.
Declaration
Swift
public let autoScalingGroupName: String?
-
One of the following event notification types: autoscaling:EC2_INSTANCE_LAUNCH autoscaling:EC2_INSTANCE_LAUNCH_ERROR autoscaling:EC2_INSTANCE_TERMINATE autoscaling:EC2_INSTANCE_TERMINATE_ERROR autoscaling:TEST_NOTIFICATION
Declaration
Swift
public let notificationType: String?
-
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (Amazon SNS) topic.
Declaration
Swift
public let topicARN: String?
-
Undocumented
Declaration
Swift
public init(autoScalingGroupName: String? = nil, notificationType: String? = nil, topicARN: String? = nil)