class Aws::Kendra::Types::DataSourceSyncJobMetricTarget

Maps a particular data source sync job to a particular data source.

@note When making an API call, you may pass DataSourceSyncJobMetricTarget

data as a hash:

    {
      data_source_id: "DataSourceId", # required
      data_source_sync_job_id: "DataSourceSyncJobId",
    }

@!attribute [rw] data_source_id

The ID of the data source that is running the sync job.
@return [String]

@!attribute [rw] data_source_sync_job_id

The ID of the sync job that is running on the data source.

If the ID of a sync job is not provided and there is a sync job
running, then the ID of this sync job is used and metrics are
generated for this sync job.

If the ID of a sync job is not provided and there is no sync job
running, then no metrics are generated and documents are
indexed/deleted at the index level without sync job metrics
included.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DataSourceSyncJobMetricTarget AWS API Documentation

Constants

SENSITIVE