protocols

@JvmName(name = "idxhhiblojpscqky")
suspend fun protocols(value: Output<List<Int>>)
@JvmName(name = "hmqlsmeypfyrtehp")
suspend fun protocols(value: List<Int>?)

Parameters

value

The protocols to inspect for, specified using the assigned internet protocol number (IANA) for each protocol. If not specified, this matches with any protocol. Network Firewall currently supports only TCP.


@JvmName(name = "osyicyumxqvgfkxw")
suspend fun protocols(vararg values: Output<Int>)


@JvmName(name = "yrlpbrpcevebgrbx")
suspend fun protocols(values: List<Output<Int>>)
@JvmName(name = "cdsbjgwqbykqjwcf")
suspend fun protocols(vararg values: Int)

Parameters

values

The protocols to inspect for, specified using the assigned internet protocol number (IANA) for each protocol. If not specified, this matches with any protocol. Network Firewall currently supports only TCP.