TopicRuleCloudwatchLog

data class TopicRuleCloudwatchLog(val batchMode: Boolean? = null, val logGroupName: String, val roleArn: String)

Constructors

Link copied to clipboard
constructor(batchMode: Boolean? = null, logGroupName: String, roleArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val batchMode: Boolean? = null

The payload that contains a JSON array of records will be sent to CloudWatch via a batch call.

Link copied to clipboard

The CloudWatch log group name.

Link copied to clipboard

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