Show / Hide Table of Contents

Class TopicRuleCloudwatchMetric

Inheritance
System.Object
TopicRuleCloudwatchMetric
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Iot.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TopicRuleCloudwatchMetric

Fields

View Source

MetricName

The CloudWatch metric name.

Declaration
public readonly string MetricName
Field Value
Type Description
System.String
View Source

MetricNamespace

The CloudWatch metric namespace name.

Declaration
public readonly string MetricNamespace
Field Value
Type Description
System.String
View Source

MetricTimestamp

An optional Unix timestamp (http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/cloudwatch_concepts.html#about_timestamp).

Declaration
public readonly string MetricTimestamp
Field Value
Type Description
System.String
View Source

MetricUnit

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

Declaration
public readonly string MetricUnit
Field Value
Type Description
System.String
View Source

MetricValue

The CloudWatch metric value.

Declaration
public readonly string MetricValue
Field Value
Type Description
System.String
View Source

RoleArn

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

Declaration
public readonly string RoleArn
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.