Class TopicRuleCloudwatchMetricArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TopicRuleCloudwatchMetricArgs : ResourceArgs
Constructors
View SourceTopicRuleCloudwatchMetricArgs()
Declaration
public TopicRuleCloudwatchMetricArgs()
Properties
View SourceMetricName
The CloudWatch metric name.
Declaration
public Input<string> MetricName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MetricNamespace
The CloudWatch metric namespace name.
Declaration
public Input<string> MetricNamespace { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
MetricValue
The CloudWatch metric value.
Declaration
public Input<string> MetricValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |