NetworkAclArgs

data class NetworkAclArgs(val tags: Output<List<TagArgs>>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<NetworkAclArgs>

Specifies a network ACL for your VPC.

Constructors

Link copied to clipboard
constructor(tags: Output<List<TagArgs>>? = null, vpcId: Output<String>? = null)

Properties

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The tags for the network ACL.

Link copied to clipboard
val vpcId: Output<String>? = null

The ID of the VPC for the network ACL.

Functions

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