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

AwsApiGatewayEndpointConfiguration

import type { AwsApiGatewayEndpointConfiguration } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Contains information about the endpoints for the API.

interface AwsApiGatewayEndpointConfiguration {
Types?: string[] | null;
}

§Properties

§
Types?: string[] | null
[src]

A list of endpoint types for the REST API.

For an edge-optimized API, the endpoint type is EDGE. For a Regional API, the endpoint type is REGIONAL. For a private API, the endpoint type is PRIVATE.