NetworkConfig / VpcConfig | VpcTemplatesConfig / NetworkAclConfig / NetworkAclInboundRuleConfig

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

Example

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

Hierarchy

  • NetworkAclInboundRuleConfig

Implements

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