mq_list_brokers: Returns a list of all brokers

View source: R/mq_operations.R

mq_list_brokersR Documentation

Returns a list of all brokers

Description

Returns a list of all brokers.

See https://www.paws-r-sdk.com/docs/mq_list_brokers/ for full documentation.

Usage

mq_list_brokers(MaxResults = NULL, NextToken = NULL)

Arguments

MaxResults

The maximum number of brokers that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100.

NextToken

The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.