Amazon Cognito · Schema

DescribeUserImportJobResponse

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

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

Properties

Name Type Description
UserImportJob object
View JSON Schema on GitHub

JSON Schema

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