egresses

@JvmName(name = "eespmakbwdrpgfeo")
suspend fun egresses(value: Output<List<NetworkAclEntriesEgressArgs>>)
@JvmName(name = "akxpbvvwvlnpcjxf")
suspend fun egresses(value: List<NetworkAclEntriesEgressArgs>?)

Parameters

value

List of the egress entries of the network acl. The order of the egress entries determines the priority. The details see Block Egress.


@JvmName(name = "iyktjusxqplnkijv")
suspend fun egresses(vararg values: Output<NetworkAclEntriesEgressArgs>)


@JvmName(name = "vjnsenjccscukmxl")
suspend fun egresses(values: List<Output<NetworkAclEntriesEgressArgs>>)
@JvmName(name = "pdpptwjyviwnbfog")
suspend fun egresses(vararg values: NetworkAclEntriesEgressArgs)

Parameters

values

List of the egress entries of the network acl. The order of the egress entries determines the priority. The details see Block Egress.


@JvmName(name = "hniyntofevfabnex")
suspend fun egresses(argument: List<suspend NetworkAclEntriesEgressArgsBuilder.() -> Unit>)
@JvmName(name = "vuxotothrslqxurk")
suspend fun egresses(vararg argument: suspend NetworkAclEntriesEgressArgsBuilder.() -> Unit)
@JvmName(name = "enkoodnhnthcutiq")
suspend fun egresses(argument: suspend NetworkAclEntriesEgressArgsBuilder.() -> Unit)

Parameters

argument

List of the egress entries of the network acl. The order of the egress entries determines the priority. The details see Block Egress.