Show / Hide Table of Contents

Class TopicRuleCloudwatchMetricArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TopicRuleCloudwatchMetricArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TopicRuleCloudwatchMetricArgs : ResourceArgs

Constructors

View Source

TopicRuleCloudwatchMetricArgs()

Declaration
public TopicRuleCloudwatchMetricArgs()

Properties

View Source

MetricName

The CloudWatch metric name.

Declaration
public Input<string> MetricName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MetricNamespace

The CloudWatch metric namespace name.

Declaration
public Input<string> MetricNamespace { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MetricTimestamp

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

Declaration
public Input<string> MetricTimestamp { get; set; }
Property Value
Type Description
Input<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 Input<string> MetricUnit { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MetricValue

The CloudWatch metric value.

Declaration
public Input<string> MetricValue { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RoleArn

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

Declaration
public Input<string> RoleArn { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.