ConnectionProfileArgs

fun ConnectionProfileArgs(alloydb: Output<AlloyDbConnectionProfileArgs>? = null, cloudsql: Output<CloudSqlConnectionProfileArgs>? = null, connectionProfileId: Output<String>? = null, displayName: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, mysql: Output<MySqlConnectionProfileArgs>? = null, name: Output<String>? = null, oracle: Output<OracleConnectionProfileArgs>? = null, postgresql: Output<PostgreSqlConnectionProfileArgs>? = null, project: Output<String>? = null, provider: Output<ConnectionProfileProvider>? = null, requestId: Output<String>? = null, skipValidation: Output<Boolean>? = null, state: Output<ConnectionProfileState>? = null)