AWSVPCNetworkACLAssociation
No description
type AWSVPCNetworkACLAssociation {
id: String!
networkAclId: String!
subnetId: String!
}
Fields
AWSVPCNetworkACLAssociation.id
● String!
non-null scalar
The ID of the association between a network ACL and a subnet.
AWSVPCNetworkACLAssociation.networkAclId
● String!
non-null scalar
The ID of the network ACL.
AWSVPCNetworkACLAssociation.subnetId
● String!
non-null scalar
The ID of the subnet
Member of
AWSVPCNetworkACL
object