NetworkConfig / CentralNetworkServicesConfig / NfwConfig / NfwFirewallConfig / NfwLoggingConfig

Network Firewall logging configuration. Used to define logging destinations for Network Firewall.

See

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-loggingconfiguration-logdestinationconfig.html

Example

- destination: s3
type: ALERT

Hierarchy

  • NfwLoggingConfig

Implements

Constructors

Properties

Constructors

Properties

destination: "s3" | "cloud-watch-logs" = 's3'

The destination service to log to.

See

t.logDestinationTypeEnum

type: "ALERT" | "FLOW" = 'ALERT'

The type of actions to log.

See

nfwLogType

Generated using TypeDoc