allows

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


@JvmName(name = "ailqkvosgcrfsdpl")
suspend fun allows(values: List<Output<FirewallAllowArgs>>)
@JvmName(name = "xlnofhisafwfcnvs")
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 = "jjwjuuxnrubeivuq")
suspend fun allows(argument: List<suspend FirewallAllowArgsBuilder.() -> Unit>)
@JvmName(name = "uwjxqbgrqqggbriw")
suspend fun allows(vararg argument: suspend FirewallAllowArgsBuilder.() -> Unit)
@JvmName(name = "vwitaauhonyeniha")
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.