amazonka-network-firewall-2.0: Amazon Network Firewall SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.NetworkFirewall.DescribeLoggingConfiguration

Description

Returns the logging configuration for the specified firewall.

Synopsis

Creating a Request

data DescribeLoggingConfiguration Source #

See: newDescribeLoggingConfiguration smart constructor.

Constructors

DescribeLoggingConfiguration' 

Fields

  • firewallArn :: Maybe Text

    The Amazon Resource Name (ARN) of the firewall.

    You must specify the ARN or the name, and you can specify both.

  • firewallName :: Maybe Text

    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.

Instances

Instances details
ToJSON DescribeLoggingConfiguration Source # 
Instance details

Defined in Amazonka.NetworkFirewall.DescribeLoggingConfiguration

ToHeaders DescribeLoggingConfiguration Source # 
Instance details

Defined in Amazonka.NetworkFirewall.DescribeLoggingConfiguration

ToPath DescribeLoggingConfiguration Source # 
Instance details

Defined in Amazonka.NetworkFirewall.DescribeLoggingConfiguration

ToQuery DescribeLoggingConfiguration Source # 
Instance details

Defined in Amazonka.NetworkFirewall.DescribeLoggingConfiguration

AWSRequest DescribeLoggingConfiguration Source # 
Instance details

Defined in Amazonka.NetworkFirewall.DescribeLoggingConfiguration

Generic DescribeLoggingConfiguration Source # 
Instance details

Defined in Amazonka.NetworkFirewall.DescribeLoggingConfiguration

Associated Types

type Rep DescribeLoggingConfiguration :: Type -> Type #

Read DescribeLoggingConfiguration Source # 
Instance details

Defined in Amazonka.NetworkFirewall.DescribeLoggingConfiguration

Show DescribeLoggingConfiguration Source # 
Instance details

Defined in Amazonka.NetworkFirewall.DescribeLoggingConfiguration

NFData DescribeLoggingConfiguration Source # 
Instance details

Defined in Amazonka.NetworkFirewall.DescribeLoggingConfiguration

Eq DescribeLoggingConfiguration Source # 
Instance details

Defined in Amazonka.NetworkFirewall.DescribeLoggingConfiguration

Hashable DescribeLoggingConfiguration Source # 
Instance details

Defined in Amazonka.NetworkFirewall.DescribeLoggingConfiguration

type AWSResponse DescribeLoggingConfiguration Source # 
Instance details

Defined in Amazonka.NetworkFirewall.DescribeLoggingConfiguration

type Rep DescribeLoggingConfiguration Source # 
Instance details

Defined in Amazonka.NetworkFirewall.DescribeLoggingConfiguration

type Rep DescribeLoggingConfiguration = D1 ('MetaData "DescribeLoggingConfiguration" "Amazonka.NetworkFirewall.DescribeLoggingConfiguration" "amazonka-network-firewall-2.0-4y6HybZBSNcEwGPO5AYVfm" 'False) (C1 ('MetaCons "DescribeLoggingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "firewallArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "firewallName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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 #

Constructors

DescribeLoggingConfigurationResponse' 

Fields

Instances

Instances details
Generic DescribeLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.NetworkFirewall.DescribeLoggingConfiguration

Read DescribeLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.NetworkFirewall.DescribeLoggingConfiguration

Show DescribeLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.NetworkFirewall.DescribeLoggingConfiguration

NFData DescribeLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.NetworkFirewall.DescribeLoggingConfiguration

Eq DescribeLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.NetworkFirewall.DescribeLoggingConfiguration

type Rep DescribeLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.NetworkFirewall.DescribeLoggingConfiguration

type Rep DescribeLoggingConfigurationResponse = D1 ('MetaData "DescribeLoggingConfigurationResponse" "Amazonka.NetworkFirewall.DescribeLoggingConfiguration" "amazonka-network-firewall-2.0-4y6HybZBSNcEwGPO5AYVfm" 'False) (C1 ('MetaCons "DescribeLoggingConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "firewallArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "loggingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoggingConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeLoggingConfigurationResponse Source #

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