Class TopicRuleCloudwatchAlarmArgs
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 TopicRuleCloudwatchAlarmArgs : ResourceArgs
Constructors
View SourceTopicRuleCloudwatchAlarmArgs()
Declaration
public TopicRuleCloudwatchAlarmArgs()
Properties
View SourceAlarmName
The CloudWatch alarm name.
Declaration
public Input<string> AlarmName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
StateReason
The reason for the alarm change.
Declaration
public Input<string> StateReason { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |