VpcConfigResponse¶
Structure Class¶
VpcConfigResponse
dataclass
¶
The VPC security groups and subnets that are attached to a Lambda function.
Attributes¶
ipv6_allowed_for_dual_stack
class-attribute
instance-attribute
¶
ipv6_allowed_for_dual_stack: bool | None = None
Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets.
security_group_ids
class-attribute
instance-attribute
¶
A list of VPC security group IDs.
subnet_ids
class-attribute
instance-attribute
¶
A list of VPC subnet IDs.