Mq Api Describe Broker Instance Options Response Structure
DescribeBrokerInstanceOptionsResponse schema from Amazon MQ API
Type: objectProperties: 3
BroadcastingMedia ProcessingMedia
DescribeBrokerInstanceOptionsResponse is a JSON Structure definition published by Amazon MQ, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mq/refs/heads/main/json-structure/mq-api-describe-broker-instance-options-response-structure.json",
"name": "DescribeBrokerInstanceOptionsResponse",
"type": "object",
"description": "DescribeBrokerInstanceOptionsResponse schema from Amazon MQ API",
"properties": {
"BrokerInstanceOptions": {
"allOf": [
{
"$ref": "#/components/schemas/__listOfBrokerInstanceOption"
},
{
"xml": {
"name": "brokerInstanceOptions"
},
"description": "List of available broker instance options."
}
]
},
"MaxResults": {
"allOf": [
{
"$ref": "#/components/schemas/__integerMin5Max100"
},
{
"xml": {
"name": "maxResults"
},
"description": "Required. The maximum number of instance options that can be returned per page (20 by default). This value must be an integer from 5 to 100."
}
]
},
"NextToken": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "nextToken"
},
"description": "The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty."
}
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.