Values_0.CloudwatchAlarmActionSourceDescribes an action that updates a CloudWatch alarm.
type nonrec t = {roleArn : AwsArn.t;The IAM role that allows access to the CloudWatch alarm.
*)alarmName : AlarmName.t;The CloudWatch alarm name.
*)stateReason : StateReason.t;The reason for the alarm change.
*)stateValue : StateValue.t;The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.
*)}val make :
roleArn:AwsArn.t ->
alarmName:AlarmName.t ->
stateReason:StateReason.t ->
stateValue:StateValue.t ->
unit ->
t