AWS Fundamentals Logo
AWS Fundamentals
AWS::NetworkFirewall::LoggingConfiguration

NetworkFirewall LoggingConfiguration

Resource type definition for AWS::NetworkFirewall::LoggingConfiguration

Properties

4 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
FirewallArn
string
RequiredCreate-only
LoggingConfiguration
LoggingConfiguration
Required
EnableMonitoringDashboard
boolean
FirewallName
string
Create-only

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::NetworkFirewall::LoggingConfiguration

Resources:
  MyResource:
    Type: AWS::NetworkFirewall::LoggingConfiguration
    Properties:
      FirewallArn: "arn:aws:service:region:account:resource"
      LoggingConfiguration: "value"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

logs:CreateLogDeliverylogs:GetLogDeliverylogs:ListLogDeliveriess3:PutBucketPolicys3:GetBucketPolicylogs:PutResourcePolicylogs:DescribeResourcePolicieslogs:DescribeLogGroups

read

logs:GetLogDeliverylogs:ListLogDeliveriesnetwork-firewall:DescribeLoggingConfiguration

update

logs:CreateLogDeliverylogs:DeleteLogDeliverylogs:GetLogDeliverylogs:UpdateLogDeliverylogs:ListLogDeliveriess3:PutBucketPolicys3:GetBucketPolicylogs:PutResourcePolicy

delete

logs:DeleteLogDeliverylogs:ListLogDeliverieslogs:GetLogDeliverynetwork-firewall:UpdateLoggingConfigurationnetwork-firewall:DescribeLoggingConfiguration

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceNetworkFirewall
Properties4
Required2
TaggingNot supported
Primary IDFirewallArn

Supported Operations

CreateReadUpdateDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

FirewallNameFirewallArn

External Links