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-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface Workforce {
CognitoConfig?: CognitoConfig | null;
CreateDate?: Date | number | null;
LastUpdatedDate?: Date | number | null;
OidcConfig?: OidcConfigForResponse | null;
SourceIpConfig?: SourceIpConfig | null;
SubDomain?: string | null;
WorkforceArn: string;
WorkforceName: string;
}

§Properties

§
CognitoConfig?: CognitoConfig | null
[src]
§
CreateDate?: Date | number | null
[src]
§
LastUpdatedDate?: Date | number | null
[src]
§
OidcConfig?: OidcConfigForResponse | null
[src]
§
SourceIpConfig?: SourceIpConfig | null
[src]
§
SubDomain?: string | null
[src]
§
WorkforceArn: string
[src]
§
WorkforceName: string
[src]