Show / Hide Table of Contents

Class TopicRuleRepublishArgs

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

Constructors

View Source

TopicRuleRepublishArgs()

Declaration
public TopicRuleRepublishArgs()

Properties

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 Input<int> Qos { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

RoleArn

The ARN of the IAM role that grants access.

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.