Amazon SQS · JSON Structure

Amazon Sqs Create Queue Response Structure

Type: object Properties: 1
CloudDistributed SystemsMessagingMicroservicesQueue

CreateQueueResponse is a JSON Structure definition published by Amazon SQS, describing 1 property. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

CreateQueueResult

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreateQueueResponse",
  "type": "object",
  "properties": {
    "CreateQueueResult": {
      "type": "object"
    }
  }
}