Builder

class Builder

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 minor versions for brokers, as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window of the broker or after a manual broker reboot.

Link copied to clipboard

The unique ID that Amazon MQ generates for the broker.

Link copied to clipboard

A list of information about the configuration.

Link copied to clipboard

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

Link copied to clipboard

The broker engine version. For a list of supported engine versions, see Supported engines.

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
var logs: Logs?

Enables Amazon CloudWatch logging for brokers.

Link copied to clipboard

The parameters that determine the WeeklyStartTime.

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
fun logs(block: Logs.Builder.() -> Unit)

construct an aws.sdk.kotlin.services.mq.model.Logs inside the given block