TopicRuleErrorActionCloudwatchAlarm

data class TopicRuleErrorActionCloudwatchAlarm(val alarmName: String, val roleArn: String, val stateReason: String, val stateValue: String)

Constructors

Link copied to clipboard
constructor(alarmName: String, roleArn: String, stateReason: String, stateValue: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The CloudWatch alarm name.

Link copied to clipboard

The IAM role ARN that allows access to the CloudWatch alarm.

Link copied to clipboard

The reason for the alarm change.

Link copied to clipboard

The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.