| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.NetworkFirewall.DescribeLoggingConfiguration
Description
Returns the logging configuration for the specified firewall.
Synopsis
- data DescribeLoggingConfiguration = DescribeLoggingConfiguration' {}
- newDescribeLoggingConfiguration :: DescribeLoggingConfiguration
- describeLoggingConfiguration_firewallArn :: Lens' DescribeLoggingConfiguration (Maybe Text)
- describeLoggingConfiguration_firewallName :: Lens' DescribeLoggingConfiguration (Maybe Text)
- data DescribeLoggingConfigurationResponse = DescribeLoggingConfigurationResponse' {}
- newDescribeLoggingConfigurationResponse :: Int -> DescribeLoggingConfigurationResponse
- describeLoggingConfigurationResponse_firewallArn :: Lens' DescribeLoggingConfigurationResponse (Maybe Text)
- describeLoggingConfigurationResponse_loggingConfiguration :: Lens' DescribeLoggingConfigurationResponse (Maybe LoggingConfiguration)
- describeLoggingConfigurationResponse_httpStatus :: Lens' DescribeLoggingConfigurationResponse Int
Creating a Request
data DescribeLoggingConfiguration Source #
See: newDescribeLoggingConfiguration smart constructor.
Constructors
| DescribeLoggingConfiguration' | |
Fields
| |
Instances
newDescribeLoggingConfiguration :: DescribeLoggingConfiguration Source #
Create a value of DescribeLoggingConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DescribeLoggingConfiguration, describeLoggingConfiguration_firewallArn - The Amazon Resource Name (ARN) of the firewall.
You must specify the ARN or the name, and you can specify both.
DescribeLoggingConfiguration, describeLoggingConfiguration_firewallName - The descriptive name of the firewall. You can't change the name of a
firewall after you create it.
You must specify the ARN or the name, and you can specify both.
Request Lenses
describeLoggingConfiguration_firewallArn :: Lens' DescribeLoggingConfiguration (Maybe Text) Source #
The Amazon Resource Name (ARN) of the firewall.
You must specify the ARN or the name, and you can specify both.
describeLoggingConfiguration_firewallName :: Lens' DescribeLoggingConfiguration (Maybe Text) Source #
The descriptive name of the firewall. You can't change the name of a firewall after you create it.
You must specify the ARN or the name, and you can specify both.
Destructuring the Response
data DescribeLoggingConfigurationResponse Source #
See: newDescribeLoggingConfigurationResponse smart constructor.
Constructors
| DescribeLoggingConfigurationResponse' | |
Fields
| |
Instances
newDescribeLoggingConfigurationResponse Source #
Arguments
| :: Int | |
| -> DescribeLoggingConfigurationResponse |
Create a value of DescribeLoggingConfigurationResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DescribeLoggingConfiguration, describeLoggingConfigurationResponse_firewallArn - The Amazon Resource Name (ARN) of the firewall.
$sel:loggingConfiguration:DescribeLoggingConfigurationResponse', describeLoggingConfigurationResponse_loggingConfiguration - Undocumented member.
$sel:httpStatus:DescribeLoggingConfigurationResponse', describeLoggingConfigurationResponse_httpStatus - The response's http status code.
Response Lenses
describeLoggingConfigurationResponse_firewallArn :: Lens' DescribeLoggingConfigurationResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the firewall.
describeLoggingConfigurationResponse_loggingConfiguration :: Lens' DescribeLoggingConfigurationResponse (Maybe LoggingConfiguration) Source #
Undocumented member.
describeLoggingConfigurationResponse_httpStatus :: Lens' DescribeLoggingConfigurationResponse Int Source #
The response's http status code.