Workteam

public struct Workteam : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date and time that the work team was created (timestamp).

    Declaration

    Swift

    public let createDate: TimeStamp?
  • A description of the work team.

    Declaration

    Swift

    public let description: String
  • The date and time that the work team was last updated (timestamp).

    Declaration

    Swift

    public let lastUpdatedDate: TimeStamp?
  • 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.

    Declaration

    Swift

    public let memberDefinitions: [MemberDefinition]
  • Configures SNS notifications of available or expiring work items for work teams.

    Declaration

    Swift

    public let notificationConfiguration: NotificationConfiguration?
  • The Amazon Marketplace identifier for a vendor’s work team.

    Declaration

    Swift

    public let productListingIds: [String]?
  • The URI of the labeling job’s user interface. Workers open this URI to start labeling your data objects.

    Declaration

    Swift

    public let subDomain: String?
  • The Amazon Resource Name (ARN) of the workforce.

    Declaration

    Swift

    public let workforceArn: String?
  • The Amazon Resource Name (ARN) that identifies the work team.

    Declaration

    Swift

    public let workteamArn: String
  • The name of the work team.

    Declaration

    Swift

    public let workteamName: String
  • Undocumented

    Declaration

    Swift

    public init(createDate: TimeStamp? = nil, description: String, lastUpdatedDate: TimeStamp? = nil, memberDefinitions: [MemberDefinition], notificationConfiguration: NotificationConfiguration? = nil, productListingIds: [String]? = nil, subDomain: String? = nil, workforceArn: String? = nil, workteamArn: String, workteamName: String)