AWSCloudWatchSetAlarmStateInput
Objective-C
@interface AWSCloudWatchSetAlarmStateInput
Swift
class AWSCloudWatchSetAlarmStateInput
-
The name for the alarm. This name must be unique within the AWS account. The maximum length is 255 characters.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable alarmName;
Swift
var alarmName: String? { get set }
-
The reason that this alarm is set to this specific state, in text format.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable stateReason;
Swift
var stateReason: String? { get set }
-
The reason that this alarm is set to this specific state, in JSON format.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable stateReasonData;
Swift
var stateReasonData: String? { get set }
-
The value of the state.
Declaration
Objective-C
@property (nonatomic) AWSCloudWatchStateValue stateValue;
Swift
var stateValue: AWSCloudWatchStateValue { get set }