Alarm Model Sqs Args
data class AlarmModelSqsArgs(val payload: Output<AlarmModelPayloadArgs>? = null, val queueUrl: Output<String>, val useBase64: Output<Boolean>? = null) : ConvertibleToJava<AlarmModelSqsArgs>
Sends information about the detector model instance and the event that triggered the action to an Amazon SQS queue.
Constructors
Link copied to clipboard
constructor(payload: Output<AlarmModelPayloadArgs>? = null, queueUrl: Output<String>, useBase64: Output<Boolean>? = null)