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

GetBackendEnvironmentRequest

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

The request structure for the get backend environment request.

interface GetBackendEnvironmentRequest {
appId: string;
environmentName: string;
}

§Properties

§
appId: string
[src]

The unique id for an Amplify app.

§
environmentName: string
[src]

The name for the backend environment.