RepublishAction

Describes an action to republish to another topic.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

MQTT Version 5.0 headers information. For more information, see MQTT from the Amazon Web Services IoT Core Developer Guide.

Link copied to clipboard
val qos: Int?

The Quality of Service (QoS) level to use when republishing messages. The default value is 0.

Link copied to clipboard

The ARN of the IAM role that grants access.

Link copied to clipboard

The name of the MQTT topic.

Functions

Link copied to clipboard
inline fun copy(block: RepublishAction.Builder.() -> Unit = {}): RepublishAction
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String