Skip to content

Commit 6332494

Browse files
author
AWS
committed
AWS Network Firewall Update: You can now monitor flow and alert log metrics from the Network Firewall console.
1 parent a0437fc commit 6332494

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Network Firewall",
4+
"contributor": "",
5+
"description": "You can now monitor flow and alert log metrics from the Network Firewall console."
6+
}

services/networkfirewall/src/main/resources/codegen-resources/service-2.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1812,7 +1812,11 @@
18121812
"shape":"ResourceArn",
18131813
"documentation":"<p>The Amazon Resource Name (ARN) of the firewall.</p>"
18141814
},
1815-
"LoggingConfiguration":{"shape":"LoggingConfiguration"}
1815+
"LoggingConfiguration":{"shape":"LoggingConfiguration"},
1816+
"EnableMonitoringDashboard":{
1817+
"shape":"EnableMonitoringDashboard",
1818+
"documentation":"<p>A boolean that reflects whether or not the firewall monitoring dashboard is enabled on a firewall.</p> <p> Returns <code>TRUE</code> when the firewall monitoring dashboard is enabled on the firewall. Returns <code>FALSE</code> when the firewall monitoring dashboard is not enabled on the firewall. </p>"
1819+
}
18161820
}
18171821
},
18181822
"DescribeResourcePolicyRequest":{
@@ -2062,6 +2066,7 @@
20622066
}
20632067
},
20642068
"Domain":{"type":"string"},
2069+
"EnableMonitoringDashboard":{"type":"boolean"},
20652070
"EnabledAnalysisType":{
20662071
"type":"string",
20672072
"enum":[
@@ -4685,6 +4690,10 @@
46854690
"LoggingConfiguration":{
46864691
"shape":"LoggingConfiguration",
46874692
"documentation":"<p>Defines how Network Firewall performs logging for a firewall. If you omit this setting, Network Firewall disables logging for the firewall.</p>"
4693+
},
4694+
"EnableMonitoringDashboard":{
4695+
"shape":"EnableMonitoringDashboard",
4696+
"documentation":"<p>A boolean that lets you enable or disable the detailed firewall monitoring dashboard on the firewall. </p> <p>The monitoring dashboard provides comprehensive visibility into your firewall's flow logs and alert logs. After you enable detailed monitoring, you can access these dashboards directly from the <b>Monitoring</b> page of the Network Firewall console.</p> <p> Specify <code>TRUE</code> to enable the the detailed monitoring dashboard on the firewall. Specify <code>FALSE</code> to disable the the detailed monitoring dashboard on the firewall. </p>"
46884697
}
46894698
}
46904699
},
@@ -4699,7 +4708,11 @@
46994708
"shape":"ResourceName",
47004709
"documentation":"<p>The descriptive name of the firewall. You can't change the name of a firewall after you create it.</p>"
47014710
},
4702-
"LoggingConfiguration":{"shape":"LoggingConfiguration"}
4711+
"LoggingConfiguration":{"shape":"LoggingConfiguration"},
4712+
"EnableMonitoringDashboard":{
4713+
"shape":"EnableMonitoringDashboard",
4714+
"documentation":"<p>A boolean that reflects whether or not the firewall monitoring dashboard is enabled on a firewall.</p> <p> Returns <code>TRUE</code> when the firewall monitoring dashboard is enabled on the firewall. Returns <code>FALSE</code> when the firewall monitoring dashboard is not enabled on the firewall. </p>"
4715+
}
47034716
}
47044717
},
47054718
"UpdateRuleGroupRequest":{

0 commit comments

Comments
 (0)