Amazon Global Accelerator · JSON Structure

Global Accelerator Ip Address Type Structure

IpAddressType schema from Amazon Global Accelerator API

Type: string Properties: 0
AvailabilityCDNGlobalLoad BalancingNetworkingPerformance

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

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-ip-address-type-structure.json",
  "name": "IpAddressType",
  "description": "IpAddressType schema from Amazon Global Accelerator API",
  "type": "string",
  "enum": [
    "IPV4",
    "DUAL_STACK"
  ]
}