BrokerSummary

Returns information about all brokers.

Types

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

Properties

Link copied to clipboard

The broker's Amazon Resource Name (ARN).

Link copied to clipboard

The unique ID that Amazon MQ generates for the broker.

Link copied to clipboard

The broker's name. This value is unique in your Amazon Web Services account, 1-50 characters long, and containing only letters, numbers, dashes, and underscores, and must not contain white spaces, brackets, wildcard characters, or special characters.

Link copied to clipboard

The broker's status.

Link copied to clipboard

The time when the broker was created.

Link copied to clipboard

The broker's deployment mode.

Link copied to clipboard

The type of broker engine.

Link copied to clipboard

The broker's instance type.

Functions

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