Skip to main content

AWSVPCNetworkACLEntry

No description

type AWSVPCNetworkACLEntry {
cidrBlock: String!
type: AWSVPCNetworkACLEntryType!
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.type ● AWSVPCNetworkACLEntryType! non-null enum

Indicates whether the rule is an egress rule (applied to traffic leaving the subnet)

AWSVPCNetworkACLEntry.icmpTypeCode ● AWSVPCNetworkACLEntryICMPTypeCode 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 object

The range of ports the rule applies to

AWSVPCNetworkACLEntry.protocol ● String! non-null scalar

The protocol number

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