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

CreateApiMappingRequest

import type { CreateApiMappingRequest } from "https://aws-api.deno.dev/v0.3/services/apigatewayv2.ts?docs=full";

Creates a new ApiMapping resource to represent an API mapping.

interface CreateApiMappingRequest {
ApiId: string;
ApiMappingKey?: string | null;
DomainName: string;
Stage: string;
}

§Properties

§
ApiId: string
[src]

The API identifier.

§
ApiMappingKey?: string | null
[src]

The API mapping key.

§
DomainName: string
[src]

The domain name.

§
Stage: string
[src]

The API stage.