Options
All
  • Public
  • Public/Protected
  • All
Menu

Network ACL inbound rule configuration. Used to define an inbound rule for a network ACL.

example
- rule: 200
protocol: -1
fromPort: 22
toPort: 22
action: allow
source: 10.0.0.0/16

Hierarchy

  • NetworkAclInboundRuleConfig

Implements

Index

Constructors

Properties

action: "allow" = 'allow'

The action for the network ACL rule.

fromPort: -1 = -1

The port to start from in the network ACL rule.

protocol: -1 = -1

The protocol for the network ACL rule.

rule: 100 = 100

The rule ID number for the rule.

remarks

Rules are evaluated in order from low to high.

source: string | NetworkAclSubnetSelection = ''

The source of the network ACL rule.

remarks

Possible values are a CIDR range or a network ACL subnet selection configuration.

see

NetworkAclSubnetSelection

toPort: -1 = -1

The port to end with in the network ACL rule.

Generated using TypeDoc