CloudwatchAlarmAction
public struct CloudwatchAlarmAction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The CloudWatch alarm name.
Declaration
Swift
public let alarmName: String
-
The IAM role that allows access to the CloudWatch alarm.
Declaration
Swift
public let roleArn: String
-
The reason for the alarm change.
Declaration
Swift
public let stateReason: String
-
The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.
Declaration
Swift
public let stateValue: String
-
Undocumented
Declaration
Swift
public init(alarmName: String, roleArn: String, stateReason: String, stateValue: String)