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

CreateBackendEnvironmentRequest

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

The request structure for the backend environment create request.

interface CreateBackendEnvironmentRequest {
appId: string;
deploymentArtifacts?: string | null;
environmentName: string;
stackName?: string | null;
}

§Properties

§
appId: string
[src]

The unique ID for an Amplify app.

§
deploymentArtifacts?: string | null
[src]

The name of deployment artifacts.

§
environmentName: string
[src]

The name for the backend environment.

§
stackName?: string | null
[src]

The AWS CloudFormation stack name of a backend environment.