Safe Haskell | None |
---|---|
Language | Haskell2010 |
VpcConfig is a property of the AWS::Lambda::Function resource that enables to your AWS Lambda (Lambda) function to access resources in a VPC. For more information, see Configuring a Lambda Function to Access Resources in an Amazon VPC in the AWS Lambda Developer Guide.
Documentation
data LambdaFunctionVPCConfig Source #
Full data type definition for LambdaFunctionVPCConfig. See
lambdaFunctionVPCConfig
for a more convenient constructor.
lambdaFunctionVPCConfig Source #
Constructor for LambdaFunctionVPCConfig
containing required fields as
arguments.
lfvpccSecurityGroupIds :: Lens' LambdaFunctionVPCConfig [Val Text] Source #
A list of one or more security groups IDs in the VPC that includes the resources to which your Lambda function requires access.
lfvpccSubnetIds :: Lens' LambdaFunctionVPCConfig [Val Text] Source #
A list of one or more subnet IDs in the VPC that includes the resources to which your Lambda function requires access.