class Aws::Lambda::Types::VpcConfig

The VPC security groups and subnets that are attached to a Lambda function. For more information, see [VPC Settings].

[1]: docs.aws.amazon.com/lambda/latest/dg/configuration-vpc.html

@note When making an API call, you may pass VpcConfig

data as a hash:

    {
      subnet_ids: ["SubnetId"],
      security_group_ids: ["SecurityGroupId"],
    }

@!attribute [rw] subnet_ids

A list of VPC subnet IDs.
@return [Array<String>]

@!attribute [rw] security_group_ids

A list of VPC security groups IDs.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/VpcConfig AWS API Documentation

Constants

SENSITIVE