Show / Hide Table of Contents

Class TopicRuleCloudwatchAlarm

Inheritance
System.Object
TopicRuleCloudwatchAlarm
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 TopicRuleCloudwatchAlarm

Fields

View Source

AlarmName

The CloudWatch alarm name.

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

RoleArn

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

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

StateReason

The reason for the alarm change.

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

StateValue

The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.

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