Amazon WorkSpaces · Schema

DeleteConnectionAliasRequest

DeleteConnectionAliasRequest schema from Amazon WorkSpaces API

DesktopEnd User ComputingVirtual DesktopDesktop as a Service

Properties

Name Type Description
AliasId object
View JSON Schema on GitHub

JSON Schema

workspaces-delete-connection-alias-request-schema.json Raw ↑
{
  "type": "object",
  "required": [
    "AliasId"
  ],
  "title": "DeleteConnectionAliasRequest",
  "properties": {
    "AliasId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConnectionAliasId"
        },
        {
          "description": "The identifier of the connection alias to delete."
        }
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-delete-connection-alias-request-schema.json",
  "description": "DeleteConnectionAliasRequest schema from Amazon WorkSpaces API"
}