Project Properties Args
data class ProjectPropertiesArgs(val allowFullScan: Output<Boolean>? = null, val enableDecimal2: Output<Boolean>? = null, val encryption: Output<ProjectPropertiesEncryptionArgs>? = null, val retentionDays: Output<Int>? = null, val sqlMeteringMax: Output<String>? = null, val tableLifecycle: Output<ProjectPropertiesTableLifecycleArgs>? = null, val timezone: Output<String>? = null, val typeSystem: Output<String>? = null) : ConvertibleToJava<ProjectPropertiesArgs>
Constructors
Link copied to clipboard
fun ProjectPropertiesArgs(allowFullScan: Output<Boolean>? = null, enableDecimal2: Output<Boolean>? = null, encryption: Output<ProjectPropertiesEncryptionArgs>? = null, retentionDays: Output<Int>? = null, sqlMeteringMax: Output<String>? = null, tableLifecycle: Output<ProjectPropertiesTableLifecycleArgs>? = null, timezone: Output<String>? = null, typeSystem: Output<String>? = null)