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

CreateComponentRequest

import type { CreateComponentRequest } from "https://aws-api.deno.dev/v0.3/services/amplifyuibuilder.ts?docs=full";
interface CreateComponentRequest {
appId: string;
clientToken?: string | null;
componentToCreate: CreateComponentData;
environmentName: string;
}

§Properties

§
appId: string
[src]

The unique ID of the Amplify app to associate with the component.

§
clientToken?: string | null
[src]

The unique client token.

§
componentToCreate: CreateComponentData
[src]

Represents the configuration of the component to create.

§
environmentName: string
[src]

The name of the backend environment that is a part of the Amplify app.