|
1812 | 1812 | "shape":"ResourceArn",
|
1813 | 1813 | "documentation":"<p>The Amazon Resource Name (ARN) of the firewall.</p>"
|
1814 | 1814 | },
|
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 | + } |
1816 | 1820 | }
|
1817 | 1821 | },
|
1818 | 1822 | "DescribeResourcePolicyRequest":{
|
|
2062 | 2066 | }
|
2063 | 2067 | },
|
2064 | 2068 | "Domain":{"type":"string"},
|
| 2069 | + "EnableMonitoringDashboard":{"type":"boolean"}, |
2065 | 2070 | "EnabledAnalysisType":{
|
2066 | 2071 | "type":"string",
|
2067 | 2072 | "enum":[
|
|
4685 | 4690 | "LoggingConfiguration":{
|
4686 | 4691 | "shape":"LoggingConfiguration",
|
4687 | 4692 | "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>" |
4688 | 4697 | }
|
4689 | 4698 | }
|
4690 | 4699 | },
|
|
4699 | 4708 | "shape":"ResourceName",
|
4700 | 4709 | "documentation":"<p>The descriptive name of the firewall. You can't change the name of a firewall after you create it.</p>"
|
4701 | 4710 | },
|
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 | + } |
4703 | 4716 | }
|
4704 | 4717 | },
|
4705 | 4718 | "UpdateRuleGroupRequest":{
|
|
0 commit comments