View a markdown version of this page

AWS::SageMaker::Workforce WorkforceVpcConfigRequest - AWS CloudFormation

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