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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



10630
10631
10632
10633
10634
10635
10636
10637
10638
10639
10640
10641
10642
10643
# File 'lib/aws-sdk-kendra/types.rb', line 10630

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].

[1]: docs.aws.amazon.com/kendra/latest/dg/custom-document-enrichment.html



10630
10631
10632
10633
10634
10635
10636
10637
10638
10639
10640
10641
10642
10643
# File 'lib/aws-sdk-kendra/types.rb', line 10630

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)


10630
10631
10632
10633
10634
10635
10636
10637
10638
10639
10640
10641
10642
10643
# File 'lib/aws-sdk-kendra/types.rb', line 10630

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)


10630
10631
10632
10633
10634
10635
10636
10637
10638
10639
10640
10641
10642
10643
# File 'lib/aws-sdk-kendra/types.rb', line 10630

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)


10630
10631
10632
10633
10634
10635
10636
10637
10638
10639
10640
10641
10642
10643
# File 'lib/aws-sdk-kendra/types.rb', line 10630

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].

[1]: docs.aws.amazon.com/kendra/latest/dg/in-adding-languages.html

Returns:

  • (String)


10630
10631
10632
10633
10634
10635
10636
10637
10638
10639
10640
10641
10642
10643
# File 'lib/aws-sdk-kendra/types.rb', line 10630

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)


10630
10631
10632
10633
10634
10635
10636
10637
10638
10639
10640
10641
10642
10643
# File 'lib/aws-sdk-kendra/types.rb', line 10630

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 an IAM role with permission to access the data source and required resources. For more information, see [IAM roles for Amazon Kendra].

[1]: docs.aws.amazon.com/kendra/latest/dg/iam-roles.html

Returns:

  • (String)


10630
10631
10632
10633
10634
10635
10636
10637
10638
10639
10640
10641
10642
10643
# File 'lib/aws-sdk-kendra/types.rb', line 10630

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)


10630
10631
10632
10633
10634
10635
10636
10637
10638
10639
10640
10641
10642
10643
# File 'lib/aws-sdk-kendra/types.rb', line 10630

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].

[1]: docs.aws.amazon.com/kendra/latest/dg/vpc-configuration.html



10630
10631
10632
10633
10634
10635
10636
10637
10638
10639
10640
10641
10642
10643
# File 'lib/aws-sdk-kendra/types.rb', line 10630

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