Uses of Class
software.amazon.awscdk.services.ec2.CfnNetworkAclEntry.Builder
-
Uses of CfnNetworkAclEntry.Builder in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptionThe IPv4 CIDR range to allow or deny, in CIDR notation (for example, 172.16.0.0/24).static CfnNetworkAclEntry.Builder
Whether this rule applies to egress traffic from the subnet (true
) or ingress traffic to the subnet (false
).CfnNetworkAclEntry.Builder.egress
(IResolvable egress) Whether this rule applies to egress traffic from the subnet (true
) or ingress traffic to the subnet (false
).CfnNetworkAclEntry.Builder.icmp
(IResolvable icmp) The Internet Control Message Protocol (ICMP) code and type.CfnNetworkAclEntry.Builder.icmp
(CfnNetworkAclEntry.IcmpProperty icmp) The Internet Control Message Protocol (ICMP) code and type.CfnNetworkAclEntry.Builder.ipv6CidrBlock
(String ipv6CidrBlock) The IPv6 network range to allow or deny, in CIDR notation.CfnNetworkAclEntry.Builder.networkAclId
(String networkAclId) The ID of the ACL for the entry.CfnNetworkAclEntry.Builder.portRange
(IResolvable portRange) The range of port numbers for the UDP/TCP protocol.CfnNetworkAclEntry.Builder.portRange
(CfnNetworkAclEntry.PortRangeProperty portRange) The range of port numbers for the UDP/TCP protocol.The IP protocol that the rule applies to.CfnNetworkAclEntry.Builder.ruleAction
(String ruleAction) Whether to allow or deny traffic that matches the rule;CfnNetworkAclEntry.Builder.ruleNumber
(Number ruleNumber) Rule number to assign to the entry, such as 100.