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]§
OidcConfig?: OidcConfigForResponse | null
[src]§
SourceIpConfig?: SourceIpConfig | null
[src]