Learn R Programming

paws.application.integration (version 0.1.5)

mq_describe_broker_instance_options: Describe available broker instance options

Description

Describe available broker instance options.

Usage

mq_describe_broker_instance_options(EngineType, HostInstanceType,
  MaxResults, NextToken)

Arguments

EngineType

Filter response by engine type.

HostInstanceType

Filter response by host instance type.

MaxResults

The maximum number of instance options 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.

Request syntax

svc$describe_broker_instance_options(
  EngineType = "string",
  HostInstanceType = "string",
  MaxResults = 123,
  NextToken = "string"
)