Show / Hide Table of Contents

Class TopicRuleRepublish

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

Fields

View Source

Qos

The Quality of Service (QoS) level to use when republishing messages. Valid values are 0 or 1. The default value is 0.

Declaration
public readonly int? Qos
Field Value
Type Description
System.Nullable<System.Int32>
View Source

RoleArn

The ARN of the IAM role that grants access.

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

Topic

The name of the MQTT topic the message should be republished to.

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