AwsEc2NetworkAclPropertiesResponse

data class AwsEc2NetworkAclPropertiesResponse(val id: String? = null, val tags: List<TagResponse>? = null, val vpcId: String? = null)

Definition of awsEc2NetworkAcl

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

Property id

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

The tags for the network ACL.

Link copied to clipboard
val vpcId: String? = null

The ID of the VPC for the network ACL.