Amazon Cloud WAN · JSON Structure

Cloud Wan List Core Networks Response Structure

Response for listing core networks.

Type: object Properties: 2
Cloud WANNetworkingWide Area NetworkSD-WAN

ListCoreNetworksResponse is a JSON Structure definition published by Amazon Cloud WAN, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

CoreNetworks NextToken

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-cloud-wan/refs/heads/main/json-structure/cloud-wan-list-core-networks-response-structure.json",
  "name": "ListCoreNetworksResponse",
  "description": "Response for listing core networks.",
  "type": "object",
  "properties": {
    "CoreNetworks": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CoreNetwork"
      }
    },
    "NextToken": {
      "type": "string"
    }
  }
}