Values.AlarmActionSourceSpecifies one of the following actions to receive notifications when the alarm state changes.
type nonrec t = {sns : SNSTopicPublishAction.t option;iotTopicPublish : IotTopicPublishAction.t option;lambda : LambdaAction.t option;iotEvents : IotEventsAction.t option;sqs : SqsAction.t option;firehose : FirehoseAction.t option;dynamoDB : DynamoDBAction.t option;dynamoDBv2 : DynamoDBv2Action.t option;iotSiteWise : IotSiteWiseAction.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of UseBase64.t
| `String of AmazonResourceName.t
| `Structure of
(string
* [> `Enum of string
| `String of ContentExpression.t
| `Structure of
(string * [> `String of AssetPropertyStringValue.t ])
list ])
list ])
list ])
list ]