You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsLambdaFunctionVpcConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsLambdaFunctionVpcConfig as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#security_group_idsArray<String>

A list of VPC security groups IDs.

Returns:

  • (Array<String>)

    A list of VPC security groups IDs.

#subnet_idsArray<String>

A list of VPC subnet IDs.

Returns:

  • (Array<String>)

    A list of VPC subnet IDs.

#vpc_idString

The ID of the VPC.

Returns:

  • (String)

    The ID of the VPC.