class
Amazonite::Lambda::VpcConfig
- Amazonite::Lambda::VpcConfig
- Reference
- Object
Overview
The VPC security groups and subnets that are attached to a Lambda function. For more information, see Configuring a Lambda function to access resources in a VPC.
Included Modules
- JSON::Serializable
Defined in:
lambda/vpc_config.crConstructors
- .new(pull : JSON::PullParser)
- .new(subnet_ids : Array(String) | Nil = nil, security_group_ids : Array(String) | Nil = nil, ipv_6_allowed_for_dual_stack : Bool | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#ipv_6_allowed_for_dual_stack : Bool | Nil
Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets.
-
#ipv_6_allowed_for_dual_stack=(ipv_6_allowed_for_dual_stack : Bool | Nil)
Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets.
-
#security_group_ids : Array(String) | Nil
A list of VPC security group IDs.
-
#security_group_ids=(security_group_ids : Array(String) | Nil)
A list of VPC security group IDs.
-
#subnet_ids : Array(String) | Nil
A list of VPC subnet IDs.
-
#subnet_ids=(subnet_ids : Array(String) | Nil)
A list of VPC subnet IDs.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets.
Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets.
A list of VPC security group IDs.