Class: Aws::Inspector2::Types::LambdaVpcConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#security_group_idsArray<String>

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

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

Returns:

  • (Array<String>)


4555
4556
4557
4558
4559
4560
4561
# File 'lib/aws-sdk-inspector2/types.rb', line 4555

class LambdaVpcConfig < Struct.new(
  :security_group_ids,
  :subnet_ids,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

A list of VPC subnet IDs.

Returns:

  • (Array<String>)


4555
4556
4557
4558
4559
4560
4561
# File 'lib/aws-sdk-inspector2/types.rb', line 4555

class LambdaVpcConfig < Struct.new(
  :security_group_ids,
  :subnet_ids,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of the VPC.

Returns:

  • (String)


4555
4556
4557
4558
4559
4560
4561
# File 'lib/aws-sdk-inspector2/types.rb', line 4555

class LambdaVpcConfig < Struct.new(
  :security_group_ids,
  :subnet_ids,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end