allows

@JvmName(name = "molftsfogtpaunxi")
suspend fun allows(value: Output<List<FirewallAllowArgs>>)
@JvmName(name = "chqwfxxwvelflgbo")
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 = "sdoeclmbchktiytd")
suspend fun allows(vararg values: Output<FirewallAllowArgs>)


@JvmName(name = "jcxdnkskfjhshmxk")
suspend fun allows(values: List<Output<FirewallAllowArgs>>)
@JvmName(name = "xieelgercnaisdih")
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 = "wnqymrrkyhmlhuuh")
suspend fun allows(argument: List<suspend FirewallAllowArgsBuilder.() -> Unit>)
@JvmName(name = "xihrqkbvvospryno")
suspend fun allows(vararg argument: suspend FirewallAllowArgsBuilder.() -> Unit)
@JvmName(name = "jdvispawdqpnncnp")
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.