Options
All
  • Public
  • Public/Protected
  • All
Menu

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

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