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::Transfer::WebApp Vpc
The Vpc property type specifies Property description not available. for an AWS::Transfer::WebApp.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "SecurityGroupIds" :[ String, ... ], "SubnetIds" :[ String, ... ], "VpcId" :String}
YAML
SecurityGroupIds:- StringSubnetIds:- StringVpcId:String
Properties
SecurityGroupIdsProperty description not available.
Required: No
Type: Array of String
Minimum:
11Maximum:
20 | 10Update requires: Replacement
SubnetIdsProperty description not available.
Required: No
Type: Array of String
Minimum:
15Maximum:
24 | 10Update requires: No interruption
VpcIdProperty description not available.
Required: No
Type: String
Pattern:
^vpc-[0-9a-f]{8,17}$Minimum:
12Maximum:
21Update requires: Replacement