TopicRuleCloudwatchMetricAction

data class TopicRuleCloudwatchMetricAction(val metricName: String, val metricNamespace: String, val metricTimestamp: String? = null, val metricUnit: String, val metricValue: String, val roleArn: String)

Constructors

Link copied to clipboard
constructor(metricName: String, metricNamespace: String, metricTimestamp: String? = null, metricUnit: String, metricValue: String, roleArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The CloudWatch metric name.

Link copied to clipboard

The CloudWatch metric namespace name.

Link copied to clipboard
val metricTimestamp: String? = null

An optional Unix timestamp .

Link copied to clipboard

The metric unit supported by CloudWatch.

Link copied to clipboard

The CloudWatch metric value.

Link copied to clipboard

The IAM role that allows access to the CloudWatch metric.