Alarm Model Alarm Action Args
data class AlarmModelAlarmActionArgs(val dynamoDBv2: Output<AlarmModelDynamoDBv2Args>? = null, val dynamoDb: Output<AlarmModelDynamoDbArgs>? = null, val firehose: Output<AlarmModelFirehoseArgs>? = null, val iotEvents: Output<AlarmModelIotEventsArgs>? = null, val iotSiteWise: Output<AlarmModelIotSiteWiseArgs>? = null, val iotTopicPublish: Output<AlarmModelIotTopicPublishArgs>? = null, val lambda: Output<AlarmModelLambdaArgs>? = null, val sns: Output<AlarmModelSnsArgs>? = null, val sqs: Output<AlarmModelSqsArgs>? = null) : ConvertibleToJava<AlarmModelAlarmActionArgs>
The actions to be performed.
Constructors
Link copied to clipboard
fun AlarmModelAlarmActionArgs(dynamoDBv2: Output<AlarmModelDynamoDBv2Args>? = null, dynamoDb: Output<AlarmModelDynamoDbArgs>? = null, firehose: Output<AlarmModelFirehoseArgs>? = null, iotEvents: Output<AlarmModelIotEventsArgs>? = null, iotSiteWise: Output<AlarmModelIotSiteWiseArgs>? = null, iotTopicPublish: Output<AlarmModelIotTopicPublishArgs>? = null, lambda: Output<AlarmModelLambdaArgs>? = null, sns: Output<AlarmModelSnsArgs>? = null, sqs: Output<AlarmModelSqsArgs>? = null)