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::SageMaker::Workforce WorkforceVpcConfigRequest
The VPC object you use to create or update a workforce.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "SecurityGroupIds" :[ String, ... ], "Subnets" :[ String, ... ], "VpcId" :String}
YAML
SecurityGroupIds:- StringSubnets:- StringVpcId:String
Properties
SecurityGroupIds-
The VPC security group IDs, in the form
sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet.Required: No
Type: Array of String
Minimum:
1Maximum:
5Update requires: No interruption
Subnets-
The ID of the subnets in the VPC that you want to connect.
Required: No
Type: Array of String
Minimum:
1Maximum:
16Update requires: No interruption
VpcId-
The ID of the VPC that the workforce uses for communication.
Required: No
Type: String
Pattern:
vpc-[0-9a-z]*Minimum:
0Maximum:
32Update requires: No interruption