AWSVPCNetworkACLEntry
No description
type AWSVPCNetworkACLEntry {
cidrBlock: String!
egress: Boolean!
icmpTypeCode: AWSVPCNetworkACLEntryICMPTypeCode!
ipv6CidrBlock: String!
portRange: AWSVPCNetworkACLEntryPortRange!
protocol: String!
ruleAction: AWSVPCNetworkACLEntryRuleActionType!
ruleNumber: Int!
}
Fields
AWSVPCNetworkACLEntry.cidrBlock
● String!
non-null scalar
The IPv4 network range to allow or deny, in CIDR notation
AWSVPCNetworkACLEntry.egress
● Boolean!
non-null scalar
Indicates whether the rule is an egress rule (applied to traffic leaving the subnet)
AWSVPCNetworkACLEntry.icmpTypeCode
● AWSVPCNetworkACLEntryICMPTypeCode!
non-null object
The ICMP type and code
AWSVPCNetworkACLEntry.ipv6CidrBlock
● String!
non-null scalar
The IPv6 network range to allow or deny, in CIDR notation
AWSVPCNetworkACLEntry.portRange
● AWSVPCNetworkACLEntryPortRange!
non-null object
The range of ports the rule applies to
AWSVPCNetworkACLEntry.protocol
● String!
non-null scalar
The protocol number. A value of "-1" means all protocols
AWSVPCNetworkACLEntry.ruleAction
● AWSVPCNetworkACLEntryRuleActionType!
non-null enum
Indicates whether to allow or deny the traffic that matches the rule
AWSVPCNetworkACLEntry.ruleNumber
● Int!
non-null scalar
The rule number for the entry. ACL entries are processed in ascending order by rule number
Member of
AWSVPCNetworkACL
object