Interface LoggingConfiguration.Builder

    • Method Detail

      • logDestinationConfigs

        LoggingConfiguration.Builder logDestinationConfigs​(Collection<LogDestinationConfig> logDestinationConfigs)

        Defines the logging destinations for the logs for a firewall. Network Firewall generates logs for stateful rule groups.

        Parameters:
        logDestinationConfigs - Defines the logging destinations for the logs for a firewall. Network Firewall generates logs for stateful rule groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logDestinationConfigs

        LoggingConfiguration.Builder logDestinationConfigs​(LogDestinationConfig... logDestinationConfigs)

        Defines the logging destinations for the logs for a firewall. Network Firewall generates logs for stateful rule groups.

        Parameters:
        logDestinationConfigs - Defines the logging destinations for the logs for a firewall. Network Firewall generates logs for stateful rule groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.