AWSAutoScalingAlarmSpecification
Objective-C
@interface AWSAutoScalingAlarmSpecification
Swift
class AWSAutoScalingAlarmSpecification
Specifies the CloudWatch alarm specification to use in an instance refresh.
-
The names of one or more CloudWatch alarms to monitor for the instance refresh. You can specify up to 10 alarms.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable alarms;
Swift
var alarms: [String]? { get set }