Repository Release Config Code Compilation Config Args
data class RepositoryReleaseConfigCodeCompilationConfigArgs(val assertionSchema: Output<String>? = null, val databaseSuffix: Output<String>? = null, val defaultDatabase: Output<String>? = null, val defaultLocation: Output<String>? = null, val defaultSchema: Output<String>? = null, val schemaSuffix: Output<String>? = null, val tablePrefix: Output<String>? = null, val vars: Output<Map<String, String>>? = null) : ConvertibleToJava<RepositoryReleaseConfigCodeCompilationConfigArgs>
Constructors
Link copied to clipboard
fun RepositoryReleaseConfigCodeCompilationConfigArgs(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)