Describe available broker instance options.
mq_describe_broker_instance_options(EngineType, HostInstanceType,
MaxResults, NextToken)
Filter response by engine type.
Filter response by host instance type.
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.
The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.
svc$describe_broker_instance_options( EngineType = "string", HostInstanceType = "string", MaxResults = 123, NextToken = "string" )