Class: Aws::Kendra::Types::UpdateDataSourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::DataSourceConfiguration

Configuration information you want to update for the data source connector.



10558
10559
10560
10561
10562
10563
10564
10565
10566
10567
10568
10569
10570
10571
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10558

class UpdateDataSourceRequest < Struct.new(
  :id,
  :name,
  :index_id,
  :configuration,
  :vpc_configuration,
  :description,
  :schedule,
  :role_arn,
  :language_code,
  :custom_document_enrichment_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#custom_document_enrichment_configurationTypes::CustomDocumentEnrichmentConfiguration

Configuration information you want to update for altering document metadata and content during the document ingestion process.

For more information on how to create, modify and delete document metadata, or make other content alterations when you ingest documents into Amazon Kendra, see Customizing document metadata during the ingestion process.



10558
10559
10560
10561
10562
10563
10564
10565
10566
10567
10568
10569
10570
10571
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10558

class UpdateDataSourceRequest < Struct.new(
  :id,
  :name,
  :index_id,
  :configuration,
  :vpc_configuration,
  :description,
  :schedule,
  :role_arn,
  :language_code,
  :custom_document_enrichment_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A new description for the data source connector.

Returns:

  • (String)


10558
10559
10560
10561
10562
10563
10564
10565
10566
10567
10568
10569
10570
10571
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10558

class UpdateDataSourceRequest < Struct.new(
  :id,
  :name,
  :index_id,
  :configuration,
  :vpc_configuration,
  :description,
  :schedule,
  :role_arn,
  :language_code,
  :custom_document_enrichment_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the data source connector you want to update.

Returns:

  • (String)


10558
10559
10560
10561
10562
10563
10564
10565
10566
10567
10568
10569
10570
10571
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10558

class UpdateDataSourceRequest < Struct.new(
  :id,
  :name,
  :index_id,
  :configuration,
  :vpc_configuration,
  :description,
  :schedule,
  :role_arn,
  :language_code,
  :custom_document_enrichment_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#index_idString

The identifier of the index used with the data source connector.

Returns:

  • (String)


10558
10559
10560
10561
10562
10563
10564
10565
10566
10567
10568
10569
10570
10571
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10558

class UpdateDataSourceRequest < Struct.new(
  :id,
  :name,
  :index_id,
  :configuration,
  :vpc_configuration,
  :description,
  :schedule,
  :role_arn,
  :language_code,
  :custom_document_enrichment_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#language_codeString

The code for a language you want to update for the data source connector. This allows you to support a language for all documents when updating the data source. English is supported by default. For more information on supported languages, including their codes, see Adding documents in languages other than English.

Returns:

  • (String)


10558
10559
10560
10561
10562
10563
10564
10565
10566
10567
10568
10569
10570
10571
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10558

class UpdateDataSourceRequest < Struct.new(
  :id,
  :name,
  :index_id,
  :configuration,
  :vpc_configuration,
  :description,
  :schedule,
  :role_arn,
  :language_code,
  :custom_document_enrichment_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A new name for the data source connector.

Returns:

  • (String)


10558
10559
10560
10561
10562
10563
10564
10565
10566
10567
10568
10569
10570
10571
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10558

class UpdateDataSourceRequest < Struct.new(
  :id,
  :name,
  :index_id,
  :configuration,
  :vpc_configuration,
  :description,
  :schedule,
  :role_arn,
  :language_code,
  :custom_document_enrichment_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of a role with permission to access the data source and required resources. For more information, see IAM roles for Amazon Kendra.

Returns:

  • (String)


10558
10559
10560
10561
10562
10563
10564
10565
10566
10567
10568
10569
10570
10571
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10558

class UpdateDataSourceRequest < Struct.new(
  :id,
  :name,
  :index_id,
  :configuration,
  :vpc_configuration,
  :description,
  :schedule,
  :role_arn,
  :language_code,
  :custom_document_enrichment_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#scheduleString

The sync schedule you want to update for the data source connector.

Returns:

  • (String)


10558
10559
10560
10561
10562
10563
10564
10565
10566
10567
10568
10569
10570
10571
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10558

class UpdateDataSourceRequest < Struct.new(
  :id,
  :name,
  :index_id,
  :configuration,
  :vpc_configuration,
  :description,
  :schedule,
  :role_arn,
  :language_code,
  :custom_document_enrichment_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_configurationTypes::DataSourceVpcConfiguration

Configuration information for an Amazon Virtual Private Cloud to connect to your data source. For more information, see Configuring a VPC.



10558
10559
10560
10561
10562
10563
10564
10565
10566
10567
10568
10569
10570
10571
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10558

class UpdateDataSourceRequest < Struct.new(
  :id,
  :name,
  :index_id,
  :configuration,
  :vpc_configuration,
  :description,
  :schedule,
  :role_arn,
  :language_code,
  :custom_document_enrichment_configuration)
  SENSITIVE = []
  include Aws::Structure
end