| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Inspector2.Types.LambdaVpcConfig
Description
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
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.
lambdaVpcConfig_subnetIds :: Lens' LambdaVpcConfig (Maybe [Text]) Source #
A list of VPC subnet IDs.
lambdaVpcConfig_vpcId :: Lens' LambdaVpcConfig (Maybe Text) Source #
The ID of the VPC.