AutonomousDatabasePropertiesConnectionUrlArgs

data class AutonomousDatabasePropertiesConnectionUrlArgs(val apexUri: Output<String>? = null, val databaseTransformsUri: Output<String>? = null, val graphStudioUri: Output<String>? = null, val machineLearningNotebookUri: Output<String>? = null, val machineLearningUserManagementUri: Output<String>? = null, val mongoDbUri: Output<String>? = null, val ordsUri: Output<String>? = null, val sqlDevWebUri: Output<String>? = null) : ConvertibleToJava<AutonomousDatabasePropertiesConnectionUrlArgs>

Constructors

constructor(apexUri: Output<String>? = null, databaseTransformsUri: Output<String>? = null, graphStudioUri: Output<String>? = null, machineLearningNotebookUri: Output<String>? = null, machineLearningUserManagementUri: Output<String>? = null, mongoDbUri: Output<String>? = null, ordsUri: Output<String>? = null, sqlDevWebUri: Output<String>? = null)

Properties

Link copied to clipboard
val apexUri: Output<String>? = null

Oracle Application Express (APEX) URL.

Link copied to clipboard
val databaseTransformsUri: Output<String>? = null

The URL of the Database Transforms for the Autonomous Database.

Link copied to clipboard
val graphStudioUri: Output<String>? = null

The URL of the Graph Studio for the Autonomous Database.

Link copied to clipboard
val machineLearningNotebookUri: Output<String>? = null

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

Link copied to clipboard

The URL of Machine Learning user management the Autonomous Database.

Link copied to clipboard
val mongoDbUri: Output<String>? = null

The URL of the MongoDB API for the Autonomous Database.

Link copied to clipboard
val ordsUri: Output<String>? = null

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

Link copied to clipboard
val sqlDevWebUri: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): AutonomousDatabasePropertiesConnectionUrlArgs