AWS::Lambda::CapacityProvider CapacityProviderVpcConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: - 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