compatibilityFlags

@JvmName(name = "spfwcmxjuoaprkkf")
suspend fun compatibilityFlags(value: Output<List<String>>)
@JvmName(name = "clyqwrrilxoofcwa")
suspend fun compatibilityFlags(value: List<String>?)

Parameters

value

Flags that enable or disable certain features in the Workers runtime. Used to enable upcoming features or opt in or out of specific changes not included in a compatibility_date.


@JvmName(name = "ktxyswljqryatkaj")
suspend fun compatibilityFlags(vararg values: Output<String>)


@JvmName(name = "bjmaxinuetvhhwbj")
suspend fun compatibilityFlags(values: List<Output<String>>)
@JvmName(name = "tymivtlbryymokma")
suspend fun compatibilityFlags(vararg values: String)

Parameters

values

Flags that enable or disable certain features in the Workers runtime. Used to enable upcoming features or opt in or out of specific changes not included in a compatibility_date.