class Aws::SecurityHub::Types::AwsLambdaFunctionVpcConfig

The VPC security groups and subnets that are attached to a Lambda function.

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

data as a hash:

    {
      security_group_ids: ["NonEmptyString"],
      subnet_ids: ["NonEmptyString"],
      vpc_id: "NonEmptyString",
    }

@!attribute [rw] security_group_ids

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

@!attribute [rw] subnet_ids

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

@!attribute [rw] vpc_id

The ID of the VPC.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsLambdaFunctionVpcConfig AWS API Documentation

Constants

SENSITIVE