This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Lambda::NetworkConnector VpcEgressConfiguration
The VPC egress configuration for the network connector. Specifies the subnets, security groups, and network protocol for routing outbound traffic through your VPC.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AssociatedComputeResourceTypes" :[ String, ... ], "NetworkProtocol" :String, "SecurityGroupIds" :[ String, ... ], "SubnetIds" :[ String, ... ]}
YAML
AssociatedComputeResourceTypes:- StringNetworkProtocol:StringSecurityGroupIds:- StringSubnetIds:- String
Properties
AssociatedComputeResourceTypes-
The types of Lambda compute resources that can use this connector. Supported value:
MicroVm.Required: Yes
Type: Array of String
Allowed values:
MicroVmMinimum:
1Maximum:
1Update requires: No interruption
NetworkProtocol-
The network protocol for the connector. Specify
IPv4for IPv4-only networking, orDualStackfor both IPv4 and IPv6.Valid Values:
IPv4|DualStackRequired: No
Type: String
Allowed values:
IPv4 | DualStackUpdate requires: No interruption
SecurityGroupIds-
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.
Required: No
Type: Array of String
Minimum:
0 | 0Maximum:
1024 | 5Update requires: No interruption
SubnetIds-
The IDs of the VPC subnets where Lambda provisions elastic network interfaces (ENIs). Specify 1 to 16 subnets. All subnets must be in the same VPC.
Required: Yes
Type: Array of String
Minimum:
0 | 1Maximum:
1024 | 16Update requires: No interruption