mq_describe_broker_instance_options: Describe available broker instance options

View source: R/mq_operations.R

mq_describe_broker_instance_optionsR 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.


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