Amazon WorkSpaces Web · JSON Structure

Workspaces Web Create Network Settings Response Structure

CreateNetworkSettingsResponse schema from Amazon WorkSpaces Web API

Type: object Properties: 1 Required: 1
End User ComputingSecure BrowserVirtual DesktopZero Trust

CreateNetworkSettingsResponse is a JSON Structure definition published by Amazon WorkSpaces Web, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

networkSettingsArn

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "networkSettingsArn"
  ],
  "properties": {
    "networkSettingsArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ARN"
        },
        {
          "description": "The ARN of the network settings."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "CreateNetworkSettingsResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-structure/workspaces-web-create-network-settings-response-structure.json",
  "description": "CreateNetworkSettingsResponse schema from Amazon WorkSpaces Web API"
}