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

CloneBackendRequest

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

The request body for CloneBackend.

interface CloneBackendRequest {
AppId: string;
BackendEnvironmentName: string;
TargetEnvironmentName: string;
}

§Properties

§
AppId: string
[src]

The app ID.

§
BackendEnvironmentName: string
[src]

The name of the backend environment.

§
TargetEnvironmentName: string
[src]

The name of the destination backend environment to be created.