amazonka-accessanalyzer-2.0: Amazon Access Analyzer 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.AccessAnalyzer.Types.InternetConfiguration

Description

 
Synopsis

Documentation

data InternetConfiguration Source #

This configuration sets the network origin for the Amazon S3 access point or multi-region access point to Internet.

See: newInternetConfiguration smart constructor.

Instances

Instances details
FromJSON InternetConfiguration Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.InternetConfiguration

ToJSON InternetConfiguration Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.InternetConfiguration

Generic InternetConfiguration Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.InternetConfiguration

Associated Types

type Rep InternetConfiguration :: Type -> Type #

Read InternetConfiguration Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.InternetConfiguration

Show InternetConfiguration Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.InternetConfiguration

NFData InternetConfiguration Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.InternetConfiguration

Methods

rnf :: InternetConfiguration -> () #

Eq InternetConfiguration Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.InternetConfiguration

Hashable InternetConfiguration Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.InternetConfiguration

type Rep InternetConfiguration Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.InternetConfiguration

type Rep InternetConfiguration = D1 ('MetaData "InternetConfiguration" "Amazonka.AccessAnalyzer.Types.InternetConfiguration" "amazonka-accessanalyzer-2.0-A0JZirwj4a95MolJaaBere" 'False) (C1 ('MetaCons "InternetConfiguration'" 'PrefixI 'False) (U1 :: Type -> Type))

newInternetConfiguration :: InternetConfiguration Source #

Create a value of InternetConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.