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

UpdateWorkforceRequest

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

§Properties

§
OidcConfig?: OidcConfig | null
[src]

Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your own IdP.

§
SourceIpConfig?: SourceIpConfig | null
[src]

A list of one to ten worker IP address ranges (CIDRs) that can be used to access tasks assigned to this workforce.

Maximum: Ten CIDR values

§
WorkforceName: string
[src]

The name of the private workforce that you want to update. You can find your workforce name by using the operation.

§
WorkforceVpcConfig?: WorkforceVpcConfigRequest | null
[src]

Use this parameter to update your VPC configuration for a workforce.