mq_describe_broker_instance_options {paws.application.integration} | R Documentation |
Describe available broker instance options
Description
Describe available broker instance options.
See https://www.paws-r-sdk.com/docs/mq_describe_broker_instance_options/ for full documentation.
Usage
mq_describe_broker_instance_options(
EngineType = NULL,
HostInstanceType = NULL,
MaxResults = NULL,
NextToken = NULL,
StorageType = NULL
)
Arguments
EngineType |
Filter response by engine type. |
HostInstanceType |
Filter response by host instance type. |
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. |
StorageType |
Filter response by storage type. |
[Package paws.application.integration version 0.6.0 Index]