NetworkConfig / VpcConfig | VpcTemplatesConfig / NetworkAclConfig / NetworkAclOutboundRuleConfig

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

Example

- rule: 200
protocol: 6
fromPort: 1024
toPort: 65535
action: allow
destination: 10.0.0.0/16

Hierarchy

  • NetworkAclOutboundRuleConfig

Implements

Constructors

Properties

action: "allow" = 'allow'

The action for the network ACL rule.

destination: string | NetworkAclSubnetSelection = ''

The destination of the network ACL rule.

Remarks

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

See

NetworkAclSubnetSelection

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.

toPort: -1 = -1

The port to end with in the network ACL rule.

Generated using TypeDoc