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

CreateResourceRequest

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

Requests API Gateway to create a "Resource" resource.

interface CreateResourceRequest {
parentId: string;
pathPart: string;
restApiId: string;
}

§Properties

§
parentId: string
[src]

[Required] The parent resource's identifier.

§
pathPart: string
[src]

The last path segment for this resource.

§
restApiId: string
[src]

[Required] The string identifier of the associated "RestApi".