Class: Aws::Kendra::Types::CreateDataSourceRequest

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

#client_tokenString

A token that you provide to identify the request to create a data source connector. Multiple calls to the ‘CreateDataSource` API with the same client token will create only one data source connector.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
# File 'lib/aws-sdk-kendra/types.rb', line 2051

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

#configurationTypes::DataSourceConfiguration

Configuration information to connect to your data source repository.

You can’t specify the ‘Configuration` parameter when the `Type` parameter is set to `CUSTOM`. If you do, you receive a `ValidationException` exception.

The ‘Configuration` parameter is required for all other data sources.



2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
# File 'lib/aws-sdk-kendra/types.rb', line 2051

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

#custom_document_enrichment_configurationTypes::CustomDocumentEnrichmentConfiguration

Configuration information 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



2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
# File 'lib/aws-sdk-kendra/types.rb', line 2051

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

#descriptionString

A description for the data source connector.

Returns:

  • (String)


2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
# File 'lib/aws-sdk-kendra/types.rb', line 2051

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

#index_idString

The identifier of the index you want to use with the data source connector.

Returns:

  • (String)


2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
# File 'lib/aws-sdk-kendra/types.rb', line 2051

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

#language_codeString

The code for a language. This allows you to support a language for all documents when creating the data source connector. 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)


2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
# File 'lib/aws-sdk-kendra/types.rb', line 2051

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

#nameString

A name for the data source connector.

Returns:

  • (String)


2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
# File 'lib/aws-sdk-kendra/types.rb', line 2051

class CreateDataSourceRequest < Struct.new(
  :name,
  :index_id,
  :type,
  :configuration,
  :vpc_configuration,
  :description,
  :schedule,
  :role_arn,
  :tags,
  :client_token,
  :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 access roles for Amazon Kendra.].

You can’t specify the ‘RoleArn` parameter when the `Type` parameter is set to `CUSTOM`. If you do, you receive a `ValidationException` exception.

The ‘RoleArn` parameter is required for all other data sources.

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

Returns:

  • (String)


2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
# File 'lib/aws-sdk-kendra/types.rb', line 2051

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

#scheduleString

Sets the frequency for Amazon Kendra to check the documents in your data source repository and update the index. If you don’t set a schedule Amazon Kendra will not periodically update the index. You can call the ‘StartDataSourceSyncJob` API to update the index.

Specify a ‘cron-` format schedule string or an empty string to indicate that the index is updated on demand.

You can’t specify the ‘Schedule` parameter when the `Type` parameter is set to `CUSTOM`. If you do, you receive a `ValidationException` exception.

Returns:

  • (String)


2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
# File 'lib/aws-sdk-kendra/types.rb', line 2051

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

#tagsArray<Types::Tag>

A list of key-value pairs that identify or categorize the data source connector. You can also use tags to help control access to the data source connector. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.

Returns:



2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
# File 'lib/aws-sdk-kendra/types.rb', line 2051

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

#typeString

The type of data source repository. For example, ‘SHAREPOINT`.

Returns:

  • (String)


2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
# File 'lib/aws-sdk-kendra/types.rb', line 2051

class CreateDataSourceRequest < Struct.new(
  :name,
  :index_id,
  :type,
  :configuration,
  :vpc_configuration,
  :description,
  :schedule,
  :role_arn,
  :tags,
  :client_token,
  :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



2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
# File 'lib/aws-sdk-kendra/types.rb', line 2051

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