Options
All
  • Public
  • Public/Protected
  • All
Menu

Network ACL configuration. Used to define the properties to configure a Network Access Control List (ACL)

example
- name: accelerator-nacl
subnetAssociations:
- Subnet-A
inboundRules:
- rule: 200
protocol: -1
fromPort: 22
toPort: 22
action: allow
source: 10.0.0.0/16
outboundRules:
- rule: 200
protocol: -1
fromPort: 1024
toPort: 65535
action: allow
destination: 10.0.0.0/16
tags: []

Hierarchy

  • NetworkAclConfig

Implements

Index

Constructors

Properties

inboundRules: undefined | NetworkAclInboundRuleConfig[] = undefined

A list of inbound rules to define for the Network ACL

see

NetworkAclInboundRuleConfig

name: "" = ''

The name of the Network ACL.

The value of this property will be utilized as the logical id for this resource. Any references to this object should specify this value.

outboundRules: undefined | NetworkAclOutboundRuleConfig[] = undefined

A list of outbound rules to define for the Network ACL

see

NetworkAclOutboundRuleConfig

subnetAssociations: string[] = []

A list of subnets to associate with the Network ACL

tags: undefined | Tag[] = undefined

A list of tags to attach to the Network ACL

Generated using TypeDoc