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_LAUNCH

    • autoscaling:EC2_INSTANCE_LAUNCH_ERROR

    • autoscaling:EC2_INSTANCE_TERMINATE

    • autoscaling:EC2_INSTANCE_TERMINATE_ERROR

    • autoscaling: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 }