Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aws_api/services/cognito-idp@2016-04-18/mod.ts>UserImportJobType

From-scratch Typescript client for accessing AWS APIs
Go to Latest
interface UserImportJobType
import { type UserImportJobType } from "https://deno.land/x/aws_api@v0.1.0/services/cognito-idp@2016-04-18/mod.ts";

Properties

optional
JobName: string | null
optional
JobId: string | null
optional
UserPoolId: string | null
optional
PreSignedUrl: string | null
optional
CreationDate: Date | number | null
optional
StartDate: Date | number | null
optional
CompletionDate: Date | number | null
optional
Status: UserImportJobStatusType | null
optional
CloudWatchLogsRoleArn: string | null
optional
ImportedUsers: number | null
optional
SkippedUsers: number | null
optional
FailedUsers: number | null
optional
CompletionMessage: string | null