AWS::SageMaker::WorkteamCreates 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 { CfnWorkteam } from 'aws-cdk-lib/aws-sagemaker';Or use the module namespace:
import * as sagemaker from 'aws-cdk-lib/aws-sagemaker';
// sagemaker.CfnWorkteamConfiguration passed to the constructor as CfnWorkteamProps.
descriptionOptionalstringA description of the work team.
memberDefinitionsOptionalIResolvable | 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` .
notificationConfigurationOptionalIResolvable | NotificationConfigurationPropertyConfigures SNS notifications of available or expiring work items for work teams.
tagsOptionalCfnTag[]An array of key-value pairs.
workforceNameOptionalstringThe name of the workforce.
workteamNameOptionalstringThe name of the work team.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-sagemakerAWS::SageMaker::Workteam