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

CreateWorkforceRequest

import type { CreateWorkforceRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface CreateWorkforceRequest {
CognitoConfig?: CognitoConfig | null;
OidcConfig?: OidcConfig | null;
SourceIpConfig?: SourceIpConfig | null;
Tags?: Tag[] | null;
WorkforceName: string;
WorkforceVpcConfig?: WorkforceVpcConfigRequest | null;
}

§Properties

§
CognitoConfig?: CognitoConfig | null
[src]

Use this parameter to configure an Amazon Cognito private workforce. A single Cognito workforce is created using and corresponds to a single Amazon Cognito user pool.

Do not use OidcConfig if you specify values for CognitoConfig.

§
OidcConfig?: OidcConfig | null
[src]

Use this parameter to configure a private workforce using your own OIDC Identity Provider.

Do not use CognitoConfig if you specify values for OidcConfig.

§
SourceIpConfig?: SourceIpConfig | null
[src]
§
Tags?: Tag[] | null
[src]

An array of key-value pairs that contain metadata to help you categorize and organize our workforce. Each tag consists of a key and a value, both of which you define.

§
WorkforceName: string
[src]

The name of the private workforce.

§
WorkforceVpcConfig?: WorkforceVpcConfigRequest | null
[src]

Use this parameter to configure a workforce using VPC.