allows

@JvmName(name = "tcbcenyuihrctnhy")
suspend fun allows(value: Output<List<FirewallAllowArgs>>)
@JvmName(name = "bbkbaovacymcmrxh")
suspend fun allows(value: List<FirewallAllowArgs>?)

Parameters

value

The list of ALLOW rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection. Structure is documented below.


@JvmName(name = "prfyuijdiwwkkiuv")
suspend fun allows(vararg values: Output<FirewallAllowArgs>)


@JvmName(name = "fxytwllwcjhewugb")
suspend fun allows(values: List<Output<FirewallAllowArgs>>)
@JvmName(name = "fqfjoxhbirxlijso")
suspend fun allows(vararg values: FirewallAllowArgs)

Parameters

values

The list of ALLOW rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection. Structure is documented below.


@JvmName(name = "pbqehcratonufdal")
suspend fun allows(argument: List<suspend FirewallAllowArgsBuilder.() -> Unit>)
@JvmName(name = "jlnhiputvuikpsna")
suspend fun allows(vararg argument: suspend FirewallAllowArgsBuilder.() -> Unit)
@JvmName(name = "cjwqomixftmlofrr")
suspend fun allows(argument: suspend FirewallAllowArgsBuilder.() -> Unit)

Parameters

argument

The list of ALLOW rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection. Structure is documented below.