Class TopicRuleRepublishArgs
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 TopicRuleRepublishArgs : ResourceArgs
Constructors
View SourceTopicRuleRepublishArgs()
Declaration
public TopicRuleRepublishArgs()
Properties
View SourceQos
The Quality of Service (QoS) level to use when republishing messages. Valid values are 0 or 1. The default value is 0.
Declaration
public Input<int> Qos { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
RoleArn
The ARN of the IAM role that grants access.
Declaration
public Input<string> RoleArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Topic
The name of the MQTT topic the message should be republished to.
Declaration
public Input<string> Topic { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |