Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Workforce

import type { Workforce } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

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.

interface Workforce {
CognitoConfig?: CognitoConfig | null;
CreateDate?: Date | number | null;
FailureReason?: string | null;
LastUpdatedDate?: Date | number | null;
OidcConfig?: OidcConfigForResponse | null;
SourceIpConfig?: SourceIpConfig | null;
Status?: WorkforceStatus | null;
SubDomain?: string | null;
WorkforceArn: string;
WorkforceName: string;
WorkforceVpcConfig?: WorkforceVpcConfigResponse | null;
}

§Properties

§
CognitoConfig?: CognitoConfig | null
[src]

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

§
CreateDate?: Date | number | null
[src]

The date that the workforce is created.

§
FailureReason?: string | null
[src]

The reason your workforce failed.

§
LastUpdatedDate?: Date | number | null
[src]

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

§
OidcConfig?: OidcConfigForResponse | null
[src]

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

§
SourceIpConfig?: SourceIpConfig | null
[src]

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.

§
Status?: WorkforceStatus | null
[src]

The status of your workforce.

§
SubDomain?: string | null
[src]

The subdomain for your OIDC Identity Provider.

§
WorkforceArn: string
[src]

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

§
WorkforceName: string
[src]

The name of the private workforce.

§
WorkforceVpcConfig?: WorkforceVpcConfigResponse | null
[src]

The configuration of a VPC workforce.