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

AuthorizationData

import type { AuthorizationData } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/ecr.ts";
interface AuthorizationData {
authorizationToken?: string | null;
expiresAt?: Date | number | null;
proxyEndpoint?: string | null;
}

§Properties

§
authorizationToken?: string | null
[src]
§
expiresAt?: Date | number | null
[src]
§
proxyEndpoint?: string | null
[src]