Amazon Global Accelerator · JSON Structure

Global Accelerator Update Accelerator Attributes Response Structure

UpdateAcceleratorAttributesResponse schema from Amazon Global Accelerator API

Type: object Properties: 1
AvailabilityCDNGlobalLoad BalancingNetworkingPerformance

UpdateAcceleratorAttributesResponse is a JSON Structure definition published by Amazon Global Accelerator, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

AcceleratorAttributes

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-global-accelerator/refs/heads/main/json-structure/global-accelerator-update-accelerator-attributes-response-structure.json",
  "name": "UpdateAcceleratorAttributesResponse",
  "description": "UpdateAcceleratorAttributesResponse schema from Amazon Global Accelerator API",
  "type": "object",
  "properties": {
    "AcceleratorAttributes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AcceleratorAttributes"
        },
        {
          "description": "Updated attributes for the accelerator."
        }
      ]
    }
  }
}