AutonomousDatabasePropertiesConnectionStringArgs

data class AutonomousDatabasePropertiesConnectionStringArgs(val allConnectionStrings: Output<List<AutonomousDatabasePropertiesConnectionStringAllConnectionStringArgs>>? = null, val dedicated: Output<String>? = null, val high: Output<String>? = null, val low: Output<String>? = null, val medium: Output<String>? = null, val profiles: Output<List<AutonomousDatabasePropertiesConnectionStringProfileArgs>>? = null) : ConvertibleToJava<AutonomousDatabasePropertiesConnectionStringArgs>

Constructors

constructor(allConnectionStrings: Output<List<AutonomousDatabasePropertiesConnectionStringAllConnectionStringArgs>>? = null, dedicated: Output<String>? = null, high: Output<String>? = null, low: Output<String>? = null, medium: Output<String>? = null, profiles: Output<List<AutonomousDatabasePropertiesConnectionStringProfileArgs>>? = null)

Properties

Link copied to clipboard

A list of all connection strings that can be used to connect to the Autonomous Database.

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

The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.

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

The database service provides the highest level of resources to each SQL statement.

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

The database service provides the least level of resources to each SQL statement.

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

The database service provides a lower level of resources to each SQL statement.

Link copied to clipboard

A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.

Functions

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