AWSVPCNetworkACL
No description
type AWSVPCNetworkACL {
associations: [AWSVPCNetworkACLAssociation!]!
entries: [AWSVPCNetworkACLEntry!]!
isDefault: Boolean!
id: String!
ownerId: String!
tags: [AWSTag]!
vpcId: String!
}
Fields
AWSVPCNetworkACL.associations ● [AWSVPCNetworkACLAssociation!]! non-null object
Any associations between the network ACL and one or more subnets
AWSVPCNetworkACL.entries ● [AWSVPCNetworkACLEntry!]! non-null object
The entries (rules) in the network ACL
AWSVPCNetworkACL.isDefault ● Boolean! non-null scalar
Indicates whether this is the default network ACL for the VPC
AWSVPCNetworkACL.id ● String! non-null scalar
The ID of the network ACL
AWSVPCNetworkACL.ownerId ● String! non-null scalar
The ID of the Amazon Web Services account that owns the network ACL
AWSVPCNetworkACL.tags ● [AWSTag]! non-null object
The tags assigned to the network ACL
AWSVPCNetworkACL.vpcId ● String! non-null scalar
The ID of the VPC for the network ACL
Member of
AWSVPC object