View source: R/mq_operations.R
mq_list_configurations | R Documentation |
Returns a list of all configurations.
See https://www.paws-r-sdk.com/docs/mq_list_configurations/ for full documentation.
mq_list_configurations(MaxResults = NULL, NextToken = NULL)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.