AWSAutoScalingNotificationConfiguration Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSAutoScalingModel.h AWSAutoScalingModel.m |
autoScalingGroupName
The name of the Auto Scaling group.
@property (nonatomic, strong) NSString *autoScalingGroupName
Declared In
AWSAutoScalingModel.h
notificationType
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
@property (nonatomic, strong) NSString *notificationType
Declared In
AWSAutoScalingModel.h
topicARN
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (Amazon SNS) topic.
@property (nonatomic, strong) NSString *topicARN
Declared In
AWSAutoScalingModel.h