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

CreateApiKeyRequest

import type { CreateApiKeyRequest } from "https://aws-api.deno.dev/v0.3/services/appsync.ts?docs=full";
interface CreateApiKeyRequest {
apiId: string;
description?: string | null;
expires?: number | null;
}

§Properties

§
apiId: string
[src]

The ID for your GraphQL API.

§
description?: string | null
[src]

A description of the purpose of the API key.

§
expires?: number | null
[src]

From the creation time, the time after which the API key expires. The date is represented as seconds since the epoch, rounded down to the nearest hour. The default value for this parameter is 7 days from creation time. For more information, see .