Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data VpcConfigResponse Source #
The VPC security groups and subnets that are attached to a Lambda function.
See: newVpcConfigResponse
smart constructor.
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 groups 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 groups 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.