Code Compilation Config Args
fun CodeCompilationConfigArgs(assertionSchema: Output<String>? = null, databaseSuffix: Output<String>? = null, defaultDatabase: Output<String>? = null, defaultLocation: Output<String>? = null, defaultSchema: Output<String>? = null, schemaSuffix: Output<String>? = null, tablePrefix: Output<String>? = null, vars: Output<Map<String, String>>? = null)