Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.networkfirewall.CfnLoggingConfigurationPropsMixin.Builder
Packages that use CfnLoggingConfigurationPropsMixin.Builder
-
Uses of CfnLoggingConfigurationPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.networkfirewall
Methods in software.amazon.awscdk.cfnpropertymixins.services.networkfirewall that return CfnLoggingConfigurationPropsMixin.BuilderModifier and TypeMethodDescriptionCfnLoggingConfigurationPropsMixin.Builder.create()CfnLoggingConfigurationPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnLoggingConfigurationPropsMixin.Builder.enableMonitoringDashboard(Boolean enableMonitoringDashboard) CfnLoggingConfigurationPropsMixin.Builder.enableMonitoringDashboard(IResolvable enableMonitoringDashboard) CfnLoggingConfigurationPropsMixin.Builder.firewallArn(String firewallArn) The Amazon Resource Name (ARN) of the firewallthat the logging configuration is associated with.CfnLoggingConfigurationPropsMixin.Builder.firewallArn(IFirewallRef firewallArn) The Amazon Resource Name (ARN) of the firewallthat the logging configuration is associated with.CfnLoggingConfigurationPropsMixin.Builder.firewallName(String firewallName) The name of the firewall that the logging configuration is associated with.CfnLoggingConfigurationPropsMixin.Builder.loggingConfiguration(CfnLoggingConfigurationPropsMixin.LoggingConfigurationProperty loggingConfiguration) Defines how AWS Network Firewall performs logging for a firewall.CfnLoggingConfigurationPropsMixin.Builder.loggingConfiguration(IResolvable loggingConfiguration) Defines how AWS Network Firewall performs logging for a firewall.