Package-level declarations

Types

Link copied to clipboard
class ConnectionProfile : KotlinCustomResource

A connection profile definition. To get more information about ConnectionProfile, see:

Link copied to clipboard
data class ConnectionProfileArgs(val alloydb: Output<ConnectionProfileAlloydbArgs>? = null, val cloudsql: Output<ConnectionProfileCloudsqlArgs>? = null, val connectionProfileId: Output<String>? = null, val displayName: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val mysql: Output<ConnectionProfileMysqlArgs>? = null, val postgresql: Output<ConnectionProfilePostgresqlArgs>? = null, val project: Output<String>? = null) : ConvertibleToJava<ConnectionProfileArgs>

A connection profile definition. To get more information about ConnectionProfile, see:

Link copied to clipboard
object ConnectionProfileMapper : ResourceMapper<ConnectionProfile>

Functions