GetNetworkAclsPlainArgs

data class GetNetworkAclsPlainArgs(val filters: List<GetNetworkAclsFilter>? = null, val tags: Map<String, String>? = null, val vpcId: String? = null) : ConvertibleToJava<GetNetworkAclsPlainArgs>

A collection of arguments for invoking getNetworkAcls.

Constructors

Link copied to clipboard
constructor(filters: List<GetNetworkAclsFilter>? = null, tags: Map<String, String>? = null, vpcId: String? = null)

Properties

Link copied to clipboard

Custom filter block as described below. More complex filters can be expressed using one or more filter sub-blocks, which take the following arguments:

Link copied to clipboard
val tags: Map<String, String>? = null

Map of tags, each pair of which must exactly match a pair on the desired network ACLs.

Link copied to clipboard
val vpcId: String? = null

VPC ID that you want to filter from.

Functions

Link copied to clipboard
open override fun toJava(): GetNetworkAclsPlainArgs