UpdateBrokerResponse

Types

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

Properties

Link copied to clipboard

Optional. The authentication strategy used to secure the broker. The default is SIMPLE.

Link copied to clipboard

Enables automatic upgrades to new patch versions for brokers as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window or after a manual broker reboot.

Link copied to clipboard

Required. The unique ID that Amazon MQ generates for the broker.

Link copied to clipboard

The ID of the updated configuration.

Link copied to clipboard

The replication details of the data replication-enabled broker. Only returned if dataReplicationMode is set to CRDR.

Link copied to clipboard

Describes whether this broker is a part of a data replication pair.

Link copied to clipboard

The broker engine version to upgrade to. For more information, see the ActiveMQ version management and the RabbitMQ version management sections in the Amazon MQ Developer Guide.

Link copied to clipboard

The broker's host instance type to upgrade to. For a list of supported instance types, see Broker instance types.

Link copied to clipboard

Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.

Link copied to clipboard
val logs: Logs?

The list of information about logs to be enabled for the specified broker.

Link copied to clipboard

The parameters that determine the WeeklyStartTime.

Link copied to clipboard

The pending replication details of the data replication-enabled broker. Only returned if pendingDataReplicationMode is set to CRDR.

Link copied to clipboard

Describes whether this broker will be a part of a data replication pair after reboot.

Link copied to clipboard

The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers.

Functions

Link copied to clipboard
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