CompositeAlarm
public struct CompositeAlarm : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates whether actions should be executed during any changes to the alarm state.
Declaration
Swift
public let actionsEnabled: Bool?
-
The actions to execute when this alarm transitions to the ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).
Declaration
Swift
public let alarmActions: [String]?
-
The Amazon Resource Name (ARN) of the alarm.
Declaration
Swift
public let alarmArn: String?
-
The time stamp of the last update to the alarm configuration.
Declaration
Swift
public let alarmConfigurationUpdatedTimestamp: TimeStamp?
-
The description of the alarm.
Declaration
Swift
public let alarmDescription: String?
-
The name of the alarm.
Declaration
Swift
public let alarmName: String?
-
The rule that this alarm uses to evaluate its alarm state.
Declaration
Swift
public let alarmRule: String?
-
The actions to execute when this alarm transitions to the INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Name (ARN).
Declaration
Swift
public let insufficientDataActions: [String]?
-
The actions to execute when this alarm transitions to the OK state from any other state. Each action is specified as an Amazon Resource Name (ARN).
Declaration
Swift
public let oKActions: [String]?
-
An explanation for the alarm state, in text format.
Declaration
Swift
public let stateReason: String?
-
An explanation for the alarm state, in JSON format.
Declaration
Swift
public let stateReasonData: String?
-
The time stamp of the last update to the alarm state.
Declaration
Swift
public let stateUpdatedTimestamp: TimeStamp?
-
The state value for the alarm.
Declaration
Swift
public let stateValue: StateValue?
-
init(actionsEnabled:alarmActions:alarmArn:alarmConfigurationUpdatedTimestamp:alarmDescription:alarmName:alarmRule:insufficientDataActions:oKActions:stateReason:stateReasonData:stateUpdatedTimestamp:stateValue:)
Undocumented
Declaration
Swift
public init(actionsEnabled: Bool? = nil, alarmActions: [String]? = nil, alarmArn: String? = nil, alarmConfigurationUpdatedTimestamp: TimeStamp? = nil, alarmDescription: String? = nil, alarmName: String? = nil, alarmRule: String? = nil, insufficientDataActions: [String]? = nil, oKActions: [String]? = nil, stateReason: String? = nil, stateReasonData: String? = nil, stateUpdatedTimestamp: TimeStamp? = nil, stateValue: StateValue? = nil)