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

RevokeDomainAccessRequest

import type { RevokeDomainAccessRequest } from "https://aws-api.deno.dev/v0.4/services/worklink.ts?docs=full";
interface RevokeDomainAccessRequest {
DomainName: string;
FleetArn: string;
}

§Properties

§
DomainName: string
[src]

The name of the domain.

§
FleetArn: string
[src]

The ARN of the fleet.