NetworkAclArgs

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

Resource Type definition for AWS::EC2::NetworkAcl

Constructors

Link copied to clipboard
fun NetworkAclArgs(tags: Output<List<NetworkAclTagArgs>>? = null, vpcId: Output<String>? = null)

Functions

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

Properties

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

The tags to assign to the network ACL.

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

The ID of the VPC.