allows

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


@JvmName(name = "uvddtwemhgmnfkcu")
suspend fun allows(values: List<Output<FirewallAllowArgs>>)
@JvmName(name = "wpomnwashmbuldyn")
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 = "ffvxdufigcnifyiq")
suspend fun allows(argument: List<suspend FirewallAllowArgsBuilder.() -> Unit>)
@JvmName(name = "hnieaexgtlakkano")
suspend fun allows(vararg argument: suspend FirewallAllowArgsBuilder.() -> Unit)
@JvmName(name = "lxdvdpuhpimsyhfs")
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.