NetworkConnectorVpcEgressConfiguration
Configuration for a VPC egress network connector. Specifies the VPC subnets, security groups, network protocol, and associated Lambda compute resource types.
Types
Properties
Link copied to clipboard
The types of Lambda compute resources that can use this connector. Currently, only MicroVm is supported.
Link copied to clipboard
The network protocol for the connector. Specify IPv4 for IPv4-only networking, or DualStack for both IPv4 and IPv6.
Link copied to clipboard
The IDs of the VPC security groups to attach to the ENIs. Specify 0 to 5 security groups. All security groups must be in the same VPC as the subnets.
Functions
Link copied to clipboard
inline fun copy(block: NetworkConnectorVpcEgressConfiguration.Builder.() -> Unit = {}): NetworkConnectorVpcEgressConfiguration