class
Amazonite::Lambda::VpcConfigResponse
- Amazonite::Lambda::VpcConfigResponse
- Reference
- Object
Overview
The VPC security groups and subnets that are attached to a Lambda function.
Included Modules
- JSON::Serializable
Defined in:
lambda/vpc_config_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(subnet_ids : Array(String) | Nil = nil, security_group_ids : Array(String) | Nil = nil, vpc_id : String | Nil = nil, ipv_6_allowed_for_dual_stack : Bool | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
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
-
#vpc_id : String | Nil
The ID of the VPC.
-
#vpc_id=(vpc_id : String | Nil)
The ID of the VPC.
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.