Show / Hide Table of Contents

Class TopicRuleCloudwatchAlarmArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TopicRuleCloudwatchAlarmArgs
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 TopicRuleCloudwatchAlarmArgs : ResourceArgs

Constructors

View Source

TopicRuleCloudwatchAlarmArgs()

Declaration
public TopicRuleCloudwatchAlarmArgs()

Properties

View Source

AlarmName

The CloudWatch alarm name.

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

RoleArn

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

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

StateReason

The reason for the alarm change.

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

StateValue

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

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