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::CapacityProvider CapacityProviderVpcConfig
VPC configuration that specifies the network settings for compute instances managed by the capacity provider.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "SecurityGroupIds" :[ String, ... ], "SubnetIds" :[ String, ... ]}
YAML
SecurityGroupIds:- StringSubnetIds:- 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 | 0Maximum:
1024 | 5Update requires: Replacement
SubnetIds-
A list of subnet IDs where the capacity provider launches compute instances.
Required: Yes
Type: Array of String
Minimum:
0 | 1Maximum:
1024 | 16Update requires: Replacement