amazonka-inspector2-2.0: Amazon Inspector2 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.Inspector2.Types.LambdaVpcConfig

Description

 
Synopsis

Documentation

data LambdaVpcConfig Source #

The VPC security groups and subnets that are attached to an AWS Lambda function. For more information, see VPC Settings.

See: newLambdaVpcConfig smart constructor.

Constructors

LambdaVpcConfig' 

Fields

Instances

Instances details
FromJSON LambdaVpcConfig Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaVpcConfig

Generic LambdaVpcConfig Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaVpcConfig

Associated Types

type Rep LambdaVpcConfig :: Type -> Type #

Read LambdaVpcConfig Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaVpcConfig

Show LambdaVpcConfig Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaVpcConfig

NFData LambdaVpcConfig Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaVpcConfig

Methods

rnf :: LambdaVpcConfig -> () #

Eq LambdaVpcConfig Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaVpcConfig

Hashable LambdaVpcConfig Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaVpcConfig

type Rep LambdaVpcConfig Source # 
Instance details

Defined in Amazonka.Inspector2.Types.LambdaVpcConfig

type Rep LambdaVpcConfig = D1 ('MetaData "LambdaVpcConfig" "Amazonka.Inspector2.Types.LambdaVpcConfig" "amazonka-inspector2-2.0-EI0CfxGdACSBWwvVde8cFy" 'False) (C1 ('MetaCons "LambdaVpcConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newLambdaVpcConfig :: LambdaVpcConfig Source #

Create a value of LambdaVpcConfig 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:securityGroupIds:LambdaVpcConfig', lambdaVpcConfig_securityGroupIds - The VPC security groups and subnets that are attached to an AWS Lambda function. For more information, see VPC Settings.

$sel:subnetIds:LambdaVpcConfig', lambdaVpcConfig_subnetIds - A list of VPC subnet IDs.

$sel:vpcId:LambdaVpcConfig', lambdaVpcConfig_vpcId - The ID of the VPC.

lambdaVpcConfig_securityGroupIds :: Lens' LambdaVpcConfig (Maybe [Text]) Source #

The VPC security groups and subnets that are attached to an AWS Lambda function. For more information, see VPC Settings.