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

CreateUserImportJobRequest

import type { CreateUserImportJobRequest } from "https://aws-api.deno.dev/v0.3/services/cognitoidentityserviceprovider.ts?docs=full";

Represents the request to create the user import job.

interface CreateUserImportJobRequest {
CloudWatchLogsRoleArn: string;
JobName: string;
UserPoolId: string;
}

§Properties

§
CloudWatchLogsRoleArn: string
[src]

The role ARN for the Amazon CloudWatch Logging role for the user import job.

§
JobName: string
[src]

The job name for the user import job.

§
UserPoolId: string
[src]

The user pool ID for the user pool that the users are being imported into.