| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnNetworkAclEntry.Builder |
CfnNetworkAclEntry.Builder.cidrBlock(String cidrBlock)
The IPv4 CIDR range to allow or deny, in CIDR notation (for example, 172.16.0.0/24).
|
static CfnNetworkAclEntry.Builder |
CfnNetworkAclEntry.Builder.create(software.constructs.Construct scope,
String id) |
CfnNetworkAclEntry.Builder |
CfnNetworkAclEntry.Builder.egress(Boolean egress)
Whether this rule applies to egress traffic from the subnet ( `true` ) or ingress traffic to the subnet ( `false` ).
|
CfnNetworkAclEntry.Builder |
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 |
CfnNetworkAclEntry.Builder.icmp(CfnNetworkAclEntry.IcmpProperty icmp)
The Internet Control Message Protocol (ICMP) code and type.
|
CfnNetworkAclEntry.Builder |
CfnNetworkAclEntry.Builder.icmp(IResolvable icmp)
The Internet Control Message Protocol (ICMP) code and type.
|
CfnNetworkAclEntry.Builder |
CfnNetworkAclEntry.Builder.ipv6CidrBlock(String ipv6CidrBlock)
The IPv6 network range to allow or deny, in CIDR notation.
|
CfnNetworkAclEntry.Builder |
CfnNetworkAclEntry.Builder.networkAclId(String networkAclId)
The ID of the ACL for the entry.
|
CfnNetworkAclEntry.Builder |
CfnNetworkAclEntry.Builder.portRange(CfnNetworkAclEntry.PortRangeProperty portRange)
The range of port numbers for the UDP/TCP protocol.
|
CfnNetworkAclEntry.Builder |
CfnNetworkAclEntry.Builder.portRange(IResolvable portRange)
The range of port numbers for the UDP/TCP protocol.
|
CfnNetworkAclEntry.Builder |
CfnNetworkAclEntry.Builder.protocol(Number protocol)
The IP protocol that the rule applies to.
|
CfnNetworkAclEntry.Builder |
CfnNetworkAclEntry.Builder.ruleAction(String ruleAction)
Whether to allow or deny traffic that matches the rule;
|
CfnNetworkAclEntry.Builder |
CfnNetworkAclEntry.Builder.ruleNumber(Number ruleNumber)
Rule number to assign to the entry, such as 100.
|
Copyright © 2022. All rights reserved.