AWS::Lambda::CapacityProvider CapacityProviderVpcConfig - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Lambda::CapacityProvider CapacityProviderVpcConfig

VPC configuration that specifies the network settings for compute instances managed by the capacity provider.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "SecurityGroupIds" : [ String, ... ], "SubnetIds" : [ String, ... ] }

YAML

SecurityGroupIds: - String SubnetIds: - String

Properties

SecurityGroupIds

A list of security group IDs that control network access for compute instances managed by the capacity provider.

Required: Yes

Type: Array of String

Minimum: 0 | 0

Maximum: 1024 | 5

Update requires: Replacement

SubnetIds

A list of subnet IDs where the capacity provider launches compute instances.

Required: Yes

Type: Array of String

Minimum: 0 | 1

Maximum: 1024 | 16

Update requires: Replacement