| 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.Lambda.Types.VpcConfigResponse
Description
Synopsis
Documentation
data VpcConfigResponse Source #
The VPC security groups and subnets that are attached to a Lambda function.
See: newVpcConfigResponse smart constructor.
Constructors
| VpcConfigResponse' | |
Instances
newVpcConfigResponse :: VpcConfigResponse Source #
Create a value of VpcConfigResponse 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:VpcConfigResponse', vpcConfigResponse_securityGroupIds - A list of VPC security group IDs.
$sel:subnetIds:VpcConfigResponse', vpcConfigResponse_subnetIds - A list of VPC subnet IDs.
$sel:vpcId:VpcConfigResponse', vpcConfigResponse_vpcId - The ID of the VPC.
vpcConfigResponse_securityGroupIds :: Lens' VpcConfigResponse (Maybe [Text]) Source #
A list of VPC security group IDs.
vpcConfigResponse_subnetIds :: Lens' VpcConfigResponse (Maybe [Text]) Source #
A list of VPC subnet IDs.
vpcConfigResponse_vpcId :: Lens' VpcConfigResponse (Maybe Text) Source #
The ID of the VPC.