GetNetworkAclsAcl

data class GetNetworkAclsAcl(val description: String, val egressAclEntries: List<GetNetworkAclsAclEgressAclEntry>, val id: String, val ingressAclEntries: List<GetNetworkAclsAclIngressAclEntry>, val networkAclId: String, val networkAclName: String, val resources: List<GetNetworkAclsAclResource>, val status: String, val vpcId: String)

Constructors

Link copied to clipboard
constructor(description: String, egressAclEntries: List<GetNetworkAclsAclEgressAclEntry>, id: String, ingressAclEntries: List<GetNetworkAclsAclIngressAclEntry>, networkAclId: String, networkAclName: String, resources: List<GetNetworkAclsAclResource>, status: String, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Description of network ACL information.

Link copied to clipboard

Output direction rule information.

Link copied to clipboard
val id: String

The ID of the Network Acl.

Link copied to clipboard

Entry direction rule information.

Link copied to clipboard

The first ID of the resource.

Link copied to clipboard

The name of the network ACL.

Link copied to clipboard

The associated resource.

Link copied to clipboard

The state of the network ACL.

Link copied to clipboard

The ID of the associated VPC.