class Aws::NetworkFirewall::Types::LoggingConfiguration

Defines how AWS Network Firewall performs logging for a Firewall.

@note When making an API call, you may pass LoggingConfiguration

data as a hash:

    {
      log_destination_configs: [ # required
        {
          log_type: "ALERT", # required, accepts ALERT, FLOW
          log_destination_type: "S3", # required, accepts S3, CloudWatchLogs, KinesisDataFirehose
          log_destination: { # required
            "HashMapKey" => "HashMapValue",
          },
        },
      ],
    }

@!attribute [rw] log_destination_configs

Defines the logging destinations for the logs for a firewall.
Network Firewall generates logs for stateful rule groups.
@return [Array<Types::LogDestinationConfig>]

@see docs.aws.amazon.com/goto/WebAPI/network-firewall-2020-11-12/LoggingConfiguration AWS API Documentation

Constants

SENSITIVE