WorkteamState class

Input properties used for looking up and filtering Workteam resources.

Constructors

WorkteamState({Input<String?>? arn, Input<String?>? description, Input<List<WorkteamMemberDefinition>?>? memberDefinitions, Input<WorkteamNotificationConfiguration?>? notificationConfiguration, Input<String?>? region, Input<String?>? subdomain, Input<Map<String, String>?>? tags, Input<Map<String, String>?>? tagsAll, Input<WorkteamWorkerAccessConfiguration?>? workerAccessConfiguration, Input<String?>? workforceName, Input<String?>? workteamName})
Creates a new WorkteamState. arn ARN assigned by AWS to this Workteam. description A description of the work team. memberDefinitions A list of Member Definitions 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. Do not provide input for both of these parameters in a single request. see Member Definition details below. notificationConfiguration Configures notification of workers regarding available or expiring work items. see Notification Configuration details below. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. subdomain The subdomain for your OIDC Identity Provider. tags A map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block. workerAccessConfiguration Use this optional parameter to constrain access to an Amazon S3 resource based on the IP address using supported IAM global condition keys. The Amazon S3 resource is accessed in the worker portal using a Amazon S3 presigned URL. see Worker Access Configuration details below. workforceName The name of the workforce. workteamName The name of the Workteam (must be unique).
const
WorkteamState.fromMap(Map<String, dynamic> map)
factory

Properties

arn → Input<String?>?
ARN assigned by AWS to this Workteam.
final
description → Input<String?>?
A description of the work team.
final
hashCode int
The hash code for this object.
no setterinherited
memberDefinitions → Input<List<WorkteamMemberDefinition>?>?
A list of Member Definitions 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. Do not provide input for both of these parameters in a single request. see Member Definition details below.
final
notificationConfiguration → Input<WorkteamNotificationConfiguration?>?
Configures notification of workers regarding available or expiring work items. see Notification Configuration details below.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subdomain → Input<String?>?
The subdomain for your OIDC Identity Provider.
final
tags → Input<Map<String, String>?>?
A map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
final
tagsAll → Input<Map<String, String>?>?
A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
final
workerAccessConfiguration → Input<WorkteamWorkerAccessConfiguration?>?
Use this optional parameter to constrain access to an Amazon S3 resource based on the IP address using supported IAM global condition keys. The Amazon S3 resource is accessed in the worker portal using a Amazon S3 presigned URL. see Worker Access Configuration details below.
final
workforceName → Input<String?>?
The name of the workforce.
final
workteamName → Input<String?>?
The name of the Workteam (must be unique).
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited