libZSservicesZSamazonka-accessanalyzerZSamazonka-accessanalyzer
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.AccessAnalyzer.Types.VpcConfiguration

Description

 
Synopsis

Documentation

data VpcConfiguration Source #

The proposed virtual private cloud (VPC) configuration for the Amazon S3 access point. VPC configuration does not apply to multi-region access points. For more information, see VpcConfiguration.

See: newVpcConfiguration smart constructor.

Constructors

VpcConfiguration' 

Fields

  • vpcId :: Text

    If this field is specified, this access point will only allow connections from the specified VPC ID.

Instances

Instances details
Eq VpcConfiguration Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.VpcConfiguration

Read VpcConfiguration Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.VpcConfiguration

Show VpcConfiguration Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.VpcConfiguration

Generic VpcConfiguration Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.VpcConfiguration

Associated Types

type Rep VpcConfiguration :: Type -> Type #

NFData VpcConfiguration Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.VpcConfiguration

Methods

rnf :: VpcConfiguration -> () #

Hashable VpcConfiguration Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.VpcConfiguration

ToJSON VpcConfiguration Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.VpcConfiguration

FromJSON VpcConfiguration Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.VpcConfiguration

type Rep VpcConfiguration Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.VpcConfiguration

type Rep VpcConfiguration = D1 ('MetaData "VpcConfiguration" "Amazonka.AccessAnalyzer.Types.VpcConfiguration" "libZSservicesZSamazonka-accessanalyzerZSamazonka-accessanalyzer" 'False) (C1 ('MetaCons "VpcConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newVpcConfiguration Source #

Create a value of VpcConfiguration 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:vpcId:VpcConfiguration', vpcConfiguration_vpcId - If this field is specified, this access point will only allow connections from the specified VPC ID.

vpcConfiguration_vpcId :: Lens' VpcConfiguration Text Source #

If this field is specified, this access point will only allow connections from the specified VPC ID.