WorkteamState class
Input properties used for looking up and filtering Workteam resources.
Constructors
-
WorkteamState({Input<
String?> ? arn, Input<String?> ? description, Input<List< ? memberDefinitions, Input<WorkteamMemberDefinition> ?>WorkteamNotificationConfiguration?> ? notificationConfiguration, Input<String?> ? region, Input<String?> ? subdomain, Input<Map< ? tags, Input<String, String> ?>Map< ? tagsAll, Input<String, String> ?>WorkteamWorkerAccessConfiguration?> ? workerAccessConfiguration, Input<String?> ? workforceName, Input<String?> ? workteamName}) -
Creates a new WorkteamState.
arnARN assigned by AWS to this Workteam.descriptionA description of the work team.memberDefinitionsA 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 usecognitoMemberDefinition. For workforces created using your own OIDC identity provider (IdP) useoidcMemberDefinition. Do not provide input for both of these parameters in a single request. see Member Definition details below.notificationConfigurationConfigures notification of workers regarding available or expiring work items. see Notification Configuration details below.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.subdomainThe subdomain for your OIDC Identity Provider.tagsA map of tags to assign to the resource. If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.tagsAllA map of tags assigned to the resource, including those inherited from the providerdefaultTagsconfiguration block.workerAccessConfigurationUse 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.workforceNameThe name of the workforce.workteamNameThe 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) useoidcMemberDefinition. 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
-
A map of tags to assign to the resource. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
A map of tags assigned to the resource, including those inherited from the provider
defaultTagsconfiguration 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