Autonomous Database Properties Connection Url Args
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
Link copied to clipboard
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
The URL of the Database Transforms for the Autonomous Database.
Link copied to clipboard
The URL of the Graph Studio for the Autonomous Database.
Link copied to clipboard
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
The URL of the MongoDB API for the Autonomous Database.
Link copied to clipboard
The URL of the Oracle SQL Developer Web for the Autonomous Database.