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

ProjectsInstancesAppProfilesCreateOptions

import type { ProjectsInstancesAppProfilesCreateOptions } from "https://googleapis.deno.dev/v1/bigtableadmin:v2.ts";

Additional options for BigtableAdmin#projectsInstancesAppProfilesCreate.

interface ProjectsInstancesAppProfilesCreateOptions {
appProfileId?: string;
ignoreWarnings?: boolean;
}

§Properties

§
appProfileId?: string
[src]

Required. The ID to be used when referring to the new app profile within its instance, e.g., just myprofile rather than projects/myproject/instances/myinstance/appProfiles/myprofile.

§
ignoreWarnings?: boolean
[src]

If true, ignore safety checks when creating the app profile.