amazonka-kendra-2.0: Amazon KendraFrontendService SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Kendra.Types.DataSourceSyncJobMetricTarget

Description

 
Synopsis

Documentation

data DataSourceSyncJobMetricTarget Source #

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

See: newDataSourceSyncJobMetricTarget smart constructor.

Constructors

DataSourceSyncJobMetricTarget' 

Fields

  • dataSourceSyncJobId :: Maybe Text

    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.

  • dataSourceId :: Text

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

Instances

Instances details
ToJSON DataSourceSyncJobMetricTarget Source # 
Instance details

Defined in Amazonka.Kendra.Types.DataSourceSyncJobMetricTarget

Generic DataSourceSyncJobMetricTarget Source # 
Instance details

Defined in Amazonka.Kendra.Types.DataSourceSyncJobMetricTarget

Associated Types

type Rep DataSourceSyncJobMetricTarget :: Type -> Type #

Read DataSourceSyncJobMetricTarget Source # 
Instance details

Defined in Amazonka.Kendra.Types.DataSourceSyncJobMetricTarget

Show DataSourceSyncJobMetricTarget Source # 
Instance details

Defined in Amazonka.Kendra.Types.DataSourceSyncJobMetricTarget

NFData DataSourceSyncJobMetricTarget Source # 
Instance details

Defined in Amazonka.Kendra.Types.DataSourceSyncJobMetricTarget

Eq DataSourceSyncJobMetricTarget Source # 
Instance details

Defined in Amazonka.Kendra.Types.DataSourceSyncJobMetricTarget

Hashable DataSourceSyncJobMetricTarget Source # 
Instance details

Defined in Amazonka.Kendra.Types.DataSourceSyncJobMetricTarget

type Rep DataSourceSyncJobMetricTarget Source # 
Instance details

Defined in Amazonka.Kendra.Types.DataSourceSyncJobMetricTarget

type Rep DataSourceSyncJobMetricTarget = D1 ('MetaData "DataSourceSyncJobMetricTarget" "Amazonka.Kendra.Types.DataSourceSyncJobMetricTarget" "amazonka-kendra-2.0-IHloXAWlYIS8YTp1gXe6J" 'False) (C1 ('MetaCons "DataSourceSyncJobMetricTarget'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataSourceSyncJobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataSourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDataSourceSyncJobMetricTarget Source #

Create a value of DataSourceSyncJobMetricTarget with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:dataSourceSyncJobId:DataSourceSyncJobMetricTarget', dataSourceSyncJobMetricTarget_dataSourceSyncJobId - 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.

$sel:dataSourceId:DataSourceSyncJobMetricTarget', dataSourceSyncJobMetricTarget_dataSourceId - The ID of the data source that is running the sync job.

dataSourceSyncJobMetricTarget_dataSourceSyncJobId :: Lens' DataSourceSyncJobMetricTarget (Maybe Text) Source #

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.

dataSourceSyncJobMetricTarget_dataSourceId :: Lens' DataSourceSyncJobMetricTarget Text Source #

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