AWSAutoScalingPutNotificationConfigurationType

Objective-C

@interface AWSAutoScalingPutNotificationConfigurationType

Swift

class AWSAutoScalingPutNotificationConfigurationType
  • The name of the Auto Scaling group.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable autoScalingGroupName;

    Swift

    var autoScalingGroupName: String? { get set }
  • The type of event that causes the notification to be sent. To query the notification types supported by Amazon EC2 Auto Scaling, call the DescribeAutoScalingNotificationTypes API.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable notificationTypes;

    Swift

    var notificationTypes: [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 }