Class: Aws::Inspector2::Types::LambdaVpcConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::LambdaVpcConfig
- 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
-
#security_group_ids ⇒ Array<String>
The VPC security groups and subnets that are attached to an Amazon Web Services Lambda function.
-
#subnet_ids ⇒ Array<String>
A list of VPC subnet IDs.
-
#vpc_id ⇒ String
The ID of the VPC.
Instance Attribute Details
#security_group_ids ⇒ Array<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
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_ids ⇒ Array<String>
A list of VPC subnet IDs.
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_id ⇒ String
The ID of the VPC.
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 |