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

AutonomousDatabaseConnectionUrls

import type { AutonomousDatabaseConnectionUrls } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";

The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionUrls

interface AutonomousDatabaseConnectionUrls {
readonly apexUri?: string;
readonly databaseTransformsUri?: string;
readonly graphStudioUri?: string;
readonly machineLearningNotebookUri?: string;
readonly machineLearningUserManagementUri?: string;
readonly mongoDbUri?: string;
readonly ordsUri?: string;
readonly sqlDevWebUri?: string;
}

§Properties

§
readonly apexUri?: string
[src]

Output only. Oracle Application Express (APEX) URL.

§
readonly databaseTransformsUri?: string
[src]

Output only. The URL of the Database Transforms for the Autonomous Database.

§
readonly graphStudioUri?: string
[src]

Output only. The URL of the Graph Studio for the Autonomous Database.

§
readonly machineLearningNotebookUri?: string
[src]

Output only. The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.

§
readonly machineLearningUserManagementUri?: string
[src]

Output only. The URL of Machine Learning user management the Autonomous Database.

§
readonly mongoDbUri?: string
[src]

Output only. The URL of the MongoDB API for the Autonomous Database.

§
readonly ordsUri?: string
[src]

Output only. The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.

§
readonly sqlDevWebUri?: string
[src]

Output only. The URL of the Oracle SQL Developer Web for the Autonomous Database.