libZSservicesZSamazonka-network-firewallZSamazonka-network-firewall
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq DescribeLoggingConfiguration Source # 
Instance details

Defined in Amazonka.NetworkFirewall.DescribeLoggingConfiguration

Read DescribeLoggingConfiguration Source # 
Instance details

Defined in Amazonka.NetworkFirewall.DescribeLoggingConfiguration

Show 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 #

NFData DescribeLoggingConfiguration Source # 
Instance details

Defined in Amazonka.NetworkFirewall.DescribeLoggingConfiguration

Hashable DescribeLoggingConfiguration Source # 
Instance details

Defined in Amazonka.NetworkFirewall.DescribeLoggingConfiguration

ToJSON DescribeLoggingConfiguration Source # 
Instance details

Defined in Amazonka.NetworkFirewall.DescribeLoggingConfiguration

AWSRequest 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

type Rep DescribeLoggingConfiguration Source # 
Instance details

Defined in Amazonka.NetworkFirewall.DescribeLoggingConfiguration

type Rep DescribeLoggingConfiguration = D1 ('MetaData "DescribeLoggingConfiguration" "Amazonka.NetworkFirewall.DescribeLoggingConfiguration" "libZSservicesZSamazonka-network-firewallZSamazonka-network-firewall" '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))))
type AWSResponse DescribeLoggingConfiguration Source # 
Instance details

Defined in Amazonka.NetworkFirewall.DescribeLoggingConfiguration

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:

$sel:firewallArn:DescribeLoggingConfiguration', describeLoggingConfiguration_firewallArn - The Amazon Resource Name (ARN) of the firewall.

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

$sel:firewallName: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
Eq 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

Generic DescribeLoggingConfigurationResponse Source # 
Instance details

Defined in Amazonka.NetworkFirewall.DescribeLoggingConfiguration

NFData 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" "libZSservicesZSamazonka-network-firewallZSamazonka-network-firewall" '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))))

Response Lenses