Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeConnectionAliasPermissionsResult

import type { DescribeConnectionAliasPermissionsResult } from "https://aws-api.deno.dev/v0.4/services/workspaces.ts?docs=full";
interface DescribeConnectionAliasPermissionsResult {
AliasId?: string | null;
ConnectionAliasPermissions?: ConnectionAliasPermission[] | null;
NextToken?: string | null;
}

§Properties

§
AliasId?: string | null
[src]

The identifier of the connection alias.

§
ConnectionAliasPermissions?: ConnectionAliasPermission[] | null
[src]

The permissions associated with a connection alias.

§
NextToken?: string | null
[src]

The token to use to retrieve the next page of results. This value is null when there are no more results to return.