bypasses

@JvmName(name = "pmccdjgenpnobmbt")
suspend fun bypasses(value: Output<List<String>>)
@JvmName(name = "jioyqrptouikakya")
suspend fun bypasses(value: List<String>?)

Parameters

value

Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Valid options are any combination of Logging, Metrics, AzureServices, or None.

NOTE User has to explicitly set bypass to empty slice ([]) to remove it.


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


@JvmName(name = "ihlecssypfpralww")
suspend fun bypasses(values: List<Output<String>>)
@JvmName(name = "xeopwpjopxlwvaek")
suspend fun bypasses(vararg values: String)

Parameters

values

Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Valid options are any combination of Logging, Metrics, AzureServices, or None.

NOTE User has to explicitly set bypass to empty slice ([]) to remove it.