Workforce

class Workforce

A single private workforce, which is automatically created when you create your first private work team. You can create one private work force in each Amazon Web Services Region. By default, any workforce-related API operation used in a specific region will apply to the workforce created in that region. To learn how to create a private workforce, see Create a Private Workforce.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration of an Amazon Cognito workforce. A single Cognito workforce is created using and corresponds to a single Amazon Cognito user pool.

Link copied to clipboard

The date that the workforce is created.

Link copied to clipboard

The reason your workforce failed.

Link copied to clipboard

The most recent date that UpdateWorkforce was used to successfully add one or more IP address ranges (CIDRs) to a private workforce's allow list.

Link copied to clipboard

The configuration of an OIDC Identity Provider (IdP) private workforce.

Link copied to clipboard

A list of one to ten IP address ranges (CIDRs) to be added to the workforce allow list. By default, a workforce isn't restricted to specific IP addresses.

Link copied to clipboard

The status of your workforce.

Link copied to clipboard

The subdomain for your OIDC Identity Provider.

Link copied to clipboard

The Amazon Resource Name (ARN) of the private workforce.

Link copied to clipboard

The name of the private workforce.

Link copied to clipboard

The configuration of a VPC workforce.

Functions

Link copied to clipboard
inline fun copy(block: Workforce.Builder.() -> Unit = {}): Workforce
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String