View a markdown version of this page

AWS::SageMaker::Workforce WorkforceVpcConfigRequest - 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::SageMaker::Workforce WorkforceVpcConfigRequest

The VPC object you use to create or update a workforce.

Syntax

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

JSON

{ "SecurityGroupIds" : [ String, ... ], "Subnets" : [ String, ... ], "VpcId" : String }

YAML

SecurityGroupIds: - String Subnets: - String VpcId: 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: 1

Maximum: 5

Update requires: No interruption

Subnets

The ID of the subnets in the VPC that you want to connect.

Required: No

Type: Array of String

Minimum: 1

Maximum: 16

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

Maximum: 32

Update requires: No interruption