TopicRuleErrorActionCloudwatchMetric

data class TopicRuleErrorActionCloudwatchMetric(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 (http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/cloudwatch_concepts.html#about_timestamp).

Link copied to clipboard

The metric unit (supported units can be found here: http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/cloudwatch_concepts.html#Unit)

Link copied to clipboard

The CloudWatch metric value.

Link copied to clipboard

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