Connection Profile Args
fun ConnectionProfileArgs(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, project: Output<String>? = null, provider: Output<ConnectionProfileProvider>? = null, requestId: Output<String>? = null, state: Output<ConnectionProfileState>? = null)