Class: Aws::Lambda::Types::VpcConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::VpcConfig
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Note:
When making an API call, you may pass VpcConfig data as a hash:
{
subnet_ids: ["SubnetId"],
security_group_ids: ["SecurityGroupId"],
}
The VPC security groups and subnets that are attached to a Lambda function. For more information, see VPC Settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#security_group_ids ⇒ Array<String>
A list of VPC security groups IDs.
-
#subnet_ids ⇒ Array<String>
A list of VPC subnet IDs.