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