WorkforceVpcConfigRequest - Amazon SageMaker

WorkforceVpcConfigRequest

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

Contents

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.

Type: Array of strings

Array Members: Minimum number of 1 item. Maximum number of 5 items.

Length Constraints: Maximum length of 32.

Pattern: ^sg-[0-9a-z]*$

Required: No

Subnets

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

Type: Array of strings

Array Members: Minimum number of 1 item. Maximum number of 16 items.

Length Constraints: Maximum length of 32.

Pattern: ^subnet-[0-9a-z]*$

Required: No

VpcId

The ID of the VPC that the workforce uses for communication.

Type: String

Length Constraints: Maximum length of 32.

Pattern: ^vpc-[0-9a-z]*$

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: