Amazon WorkSpaces · Schema

DescribeConnectionAliasesRequest

DescribeConnectionAliasesRequest schema from Amazon WorkSpaces API

DesktopEnd User ComputingVirtual DesktopDesktop as a Service

Properties

Name Type Description
AliasIds object
ResourceId object
Limit object
NextToken object
View JSON Schema on GitHub

JSON Schema

workspaces-describe-connection-aliases-request-schema.json Raw ↑
{
  "type": "object",
  "title": "DescribeConnectionAliasesRequest",
  "properties": {
    "AliasIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ConnectionAliasIdList"
        },
        {
          "description": "The identifiers of the connection aliases to describe."
        }
      ]
    },
    "ResourceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonEmptyString"
        },
        {
          "description": "The identifier of the directory associated with the connection alias."
        }
      ]
    },
    "Limit": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Limit"
        },
        {
          "description": "The maximum number of connection aliases to return."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PaginationToken"
        },
        {
          "description": "If you received a <code>NextToken</code> from a previous call that was paginated, provide this token to receive the next set of results. "
        }
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-describe-connection-aliases-request-schema.json",
  "description": "DescribeConnectionAliasesRequest schema from Amazon WorkSpaces API"
}