Name of the availability zone.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mq/refs/heads/main/json-schema/mq-api-availability-zone-schema.json", "title": "AvailabilityZone", "description": "Name of the availability zone.", "type": "object", "properties": { "Name": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "name" }, "description": "Id for the availability zone." } ] } } }