CustomerProfiles / Client / start_upload_job

start_upload_job

CustomerProfiles.Client.start_upload_job(**kwargs)

This API starts the processing of an upload job to ingest profile data.

See also: AWS API Documentation

Request Syntax

response = client.start_upload_job(
    DomainName='string',
    JobId='string'
)
Parameters:
  • DomainName (string) –

    [REQUIRED]

    The unique name of the domain containing the upload job to start.

  • JobId (string) –

    [REQUIRED]

    The unique identifier of the upload job to start.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions