CreateNetworkSettingsResponse

CreateNetworkSettingsResponse schema from Amazon WorkSpaces Web API

End User ComputingSecure BrowserVirtual DesktopZero Trust

Properties

Name Type Description
networkSettingsArn object
View JSON Schema on GitHub

JSON Schema

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