Options
All
  • Public
  • Public/Protected
  • All
Menu

Network Firewall rule source list configuration. Used to define DNS allow and deny lists for Network Firewall.

see

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-rulegroup-rulessourcelist.html

Hierarchy

  • NfwRuleSourceListConfig

Implements

Index

Constructors

Properties

generatedRulesType: "ALLOWLIST" | "DENYLIST" = 'DENYLIST'

The type of rules to generate from the source list.

see

NetworkConfigTypes.nfwGeneratedRulesType

targetTypes: ("TLS_SNI" | "HTTP_HOST")[] = ...

An array of protocol types to inspect.

see

NetworkConfigTypes.nfwTargetType

targets: string[] = []

An array of target domain names.

remarks

Supported values are as fallows: Explicit domain names such as www.example.com. Wildcard domain names should be prefaced with a .. For example: .example.com

Generated using TypeDoc