Amazon Cognito · Schema

GetCSVHeaderRequest

Represents the request to get the header information of the CSV file for the user import job.

AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

Properties

Name Type Description
UserPoolId object
View JSON Schema on GitHub

JSON Schema

cognito-idp-get-csv-header-request-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "UserPoolId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UserPoolIdType"
        },
        {
          "description": "The user pool ID for the user pool that the users are to be imported into."
        }
      ]
    }
  },
  "required": [
    "UserPoolId"
  ],
  "description": "Represents the request to get the header information of the CSV file for 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-get-csv-header-request-schema.json",
  "title": "GetCSVHeaderRequest"
}