profiles
Parameters
value
A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.
suspend fun profiles(vararg values: Output<AutonomousDatabasePropertiesConnectionStringProfileArgs>)
Parameters
values
A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.
suspend fun profiles(argument: List<suspend AutonomousDatabasePropertiesConnectionStringProfileArgsBuilder.() -> Unit>)
suspend fun profiles(vararg argument: suspend AutonomousDatabasePropertiesConnectionStringProfileArgsBuilder.() -> Unit)
suspend fun profiles(argument: suspend AutonomousDatabasePropertiesConnectionStringProfileArgsBuilder.() -> Unit)
Parameters
argument
A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.