AWSAutoScalingNotificationConfiguration
Objective-C
@interface AWSAutoScalingNotificationConfiguration
Swift
class AWSAutoScalingNotificationConfiguration
Describes a notification.
-
The name of the Auto Scaling group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable autoScalingGroupName;Swift
var autoScalingGroupName: String? { get set } -
One of the following event notification types:
autoscaling:EC2_INSTANCE_LAUNCHautoscaling:EC2_INSTANCE_LAUNCH_ERRORautoscaling:EC2_INSTANCE_TERMINATEautoscaling:EC2_INSTANCE_TERMINATE_ERRORautoscaling:TEST_NOTIFICATION
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable notificationType;Swift
var notificationType: String? { get set } -
The Amazon Resource Name (ARN) of the Amazon SNS topic.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable topicARN;Swift
var topicARN: String? { get set }
View on GitHub
Install in Dash
AWSAutoScalingNotificationConfiguration Class Reference