AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SageMaker::Workteam

CfnWorkteam

Creates a new work team for labeling your data. A work team is defined by one or more Amazon Cognito user pools. You must first create the user pools before you can create a work team. You cannot create more than 25 work teams in an account and region.

Import

import { CfnWorkteam } from 'aws-cdk-lib/aws-sagemaker';

Or use the module namespace:

import * as sagemaker from 'aws-cdk-lib/aws-sagemaker';
// sagemaker.CfnWorkteam

Properties

Configuration passed to the constructor as CfnWorkteamProps.

descriptionOptional
string

A description of the work team.

memberDefinitionsOptional
IResolvable | IResolvable | MemberDefinitionProperty[]

A list of `MemberDefinition` objects that contains objects that identify the workers that make up the work team. Workforces can be created using Amazon Cognito or your own OIDC Identity Provider (IdP). For private workforces created using Amazon Cognito use `CognitoMemberDefinition` . For workforces created using your own OIDC identity provider (IdP) use `OidcMemberDefinition` .

notificationConfigurationOptional
IResolvable | NotificationConfigurationProperty

Configures SNS notifications of available or expiring work items for work teams.

tagsOptional
CfnTag[]

An array of key-value pairs.

workforceNameOptional
string

The name of the workforce.

workteamNameOptional
string

The name of the work team.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter