ConnectivityInfo

Contains information about an endpoint and port where client devices can connect to an MQTT broker on a Greengrass core device.

Types

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

Properties

Link copied to clipboard

The IP address or DNS address where client devices can connect to an MQTT broker on the Greengrass core device.

Link copied to clipboard
val id: String?

An ID for the connectivity information.

Link copied to clipboard

Additional metadata to provide to client devices that connect to this core device.

Link copied to clipboard

The port where the MQTT broker operates on the core device. This port is typically 8883, which is the default port for the MQTT broker component that runs on core devices.

Functions

Link copied to clipboard
inline fun copy(block: ConnectivityInfo.Builder.() -> Unit = {}): ConnectivityInfo
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