AwsEc2NetworkAclPropertiesArgs

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

Definition of awsEc2NetworkAcl

Constructors

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

Properties

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

Property id

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(): AwsEc2NetworkAclPropertiesArgs