firstEntries

@JvmName(name = "mbxuxvwdnxpblkna")
suspend fun firstEntries(value: Output<List<PolicyNetworkAclEntryArgs>>)
@JvmName(name = "bofwvafyfaxrykjk")
suspend fun firstEntries(value: List<PolicyNetworkAclEntryArgs>?)

Parameters

value

The rules that you want to run first in the Firewall Manager managed network ACLs.

Provide these in the order in which you want them to run. Firewall Manager will assign the specific rule numbers for you, in the network ACLs that it creates. You must specify at least one first entry or one last entry in any network ACL policy.


@JvmName(name = "moyylbqmmvhdykkl")
suspend fun firstEntries(vararg values: Output<PolicyNetworkAclEntryArgs>)


@JvmName(name = "usxdbjquotmhqxfw")
suspend fun firstEntries(values: List<Output<PolicyNetworkAclEntryArgs>>)
@JvmName(name = "ovchbqaigbnfkigc")
suspend fun firstEntries(vararg values: PolicyNetworkAclEntryArgs)

Parameters

values

The rules that you want to run first in the Firewall Manager managed network ACLs.

Provide these in the order in which you want them to run. Firewall Manager will assign the specific rule numbers for you, in the network ACLs that it creates. You must specify at least one first entry or one last entry in any network ACL policy.


@JvmName(name = "vrxlytefbyhilijp")
suspend fun firstEntries(argument: List<suspend PolicyNetworkAclEntryArgsBuilder.() -> Unit>)
@JvmName(name = "ovpgxrcbxsvpstwx")
suspend fun firstEntries(vararg argument: suspend PolicyNetworkAclEntryArgsBuilder.() -> Unit)
@JvmName(name = "iqhmoqvdvmjnbsvg")
suspend fun firstEntries(argument: suspend PolicyNetworkAclEntryArgsBuilder.() -> Unit)

Parameters

argument

The rules that you want to run first in the Firewall Manager managed network ACLs.

Provide these in the order in which you want them to run. Firewall Manager will assign the specific rule numbers for you, in the network ACLs that it creates. You must specify at least one first entry or one last entry in any network ACL policy.