Amazon Cognito · Schema

CreateUserImportJobResponse

Represents the response from the server to the request to create the user import job.

AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

Properties

Name Type Description
UserImportJob object
View JSON Schema on GitHub

JSON Schema

cognito-idp-create-user-import-job-response-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "UserImportJob": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UserImportJobType"
        },
        {
          "description": "The job object that represents the user import job."
        }
      ]
    }
  },
  "description": "Represents the response from the server to the request to create the user import job.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-schema/cognito-idp-create-user-import-job-response-schema.json",
  "title": "CreateUserImportJobResponse"
}