Class: Aws::Kendra::Types::DescribeDataSourceResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Kendra::Types::DescribeDataSourceResponse
 
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #configuration  ⇒ Types::DataSourceConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Configuration details for the data source connector. 
- 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Unix timestamp when the data source connector was created. 
- 
  
    
      #custom_document_enrichment_configuration  ⇒ Types::CustomDocumentEnrichmentConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Configuration information for altering document metadata and content during the document ingestion process when you describe a data source. 
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The description for the data source connector. 
- 
  
    
      #error_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    When the Statusfield value isFAILED, theErrorMessagefield contains a description of the error that caused the data source to fail.
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the data source connector. 
- 
  
    
      #index_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the index used with the data source connector. 
- 
  
    
      #language_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The code for a language. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name for the data source connector. 
- 
  
    
      #role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the IAM role with permission to access the data source and required resources. 
- 
  
    
      #schedule  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The schedule for Amazon Kendra to update the index. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The current status of the data source connector. 
- 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of the data source. 
- 
  
    
      #updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Unix timestamp when the data source connector was last updated. 
- 
  
    
      #vpc_configuration  ⇒ Types::DataSourceVpcConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Configuration information for an Amazon Virtual Private Cloud to connect to your data source. 
Instance Attribute Details
#configuration ⇒ Types::DataSourceConfiguration
Configuration details for the data source connector. This shows how the data source is configured. The configuration options for a data source depend on the data source provider.
| 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 | # File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3569 class DescribeDataSourceResponse < Struct.new( :id, :index_id, :name, :type, :configuration, :vpc_configuration, :created_at, :updated_at, :description, :status, :schedule, :role_arn, :error_message, :language_code, :custom_document_enrichment_configuration) SENSITIVE = [] include Aws::Structure end | 
#created_at ⇒ Time
The Unix timestamp when the data source connector was created.
| 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 | # File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3569 class DescribeDataSourceResponse < Struct.new( :id, :index_id, :name, :type, :configuration, :vpc_configuration, :created_at, :updated_at, :description, :status, :schedule, :role_arn, :error_message, :language_code, :custom_document_enrichment_configuration) SENSITIVE = [] include Aws::Structure end | 
#custom_document_enrichment_configuration ⇒ Types::CustomDocumentEnrichmentConfiguration
Configuration information for altering document metadata and content during the document ingestion process when you describe a data source.
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.
| 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 | # File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3569 class DescribeDataSourceResponse < Struct.new( :id, :index_id, :name, :type, :configuration, :vpc_configuration, :created_at, :updated_at, :description, :status, :schedule, :role_arn, :error_message, :language_code, :custom_document_enrichment_configuration) SENSITIVE = [] include Aws::Structure end | 
#description ⇒ String
The description for the data source connector.
| 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 | # File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3569 class DescribeDataSourceResponse < Struct.new( :id, :index_id, :name, :type, :configuration, :vpc_configuration, :created_at, :updated_at, :description, :status, :schedule, :role_arn, :error_message, :language_code, :custom_document_enrichment_configuration) SENSITIVE = [] include Aws::Structure end | 
#error_message ⇒ String
When the Status field value is FAILED, the ErrorMessage field
contains a description of the error that caused the data source to
fail.
| 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 | # File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3569 class DescribeDataSourceResponse < Struct.new( :id, :index_id, :name, :type, :configuration, :vpc_configuration, :created_at, :updated_at, :description, :status, :schedule, :role_arn, :error_message, :language_code, :custom_document_enrichment_configuration) SENSITIVE = [] include Aws::Structure end | 
#id ⇒ String
The identifier of the data source connector.
| 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 | # File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3569 class DescribeDataSourceResponse < Struct.new( :id, :index_id, :name, :type, :configuration, :vpc_configuration, :created_at, :updated_at, :description, :status, :schedule, :role_arn, :error_message, :language_code, :custom_document_enrichment_configuration) SENSITIVE = [] include Aws::Structure end | 
#index_id ⇒ String
The identifier of the index used with the data source connector.
| 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 | # File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3569 class DescribeDataSourceResponse < Struct.new( :id, :index_id, :name, :type, :configuration, :vpc_configuration, :created_at, :updated_at, :description, :status, :schedule, :role_arn, :error_message, :language_code, :custom_document_enrichment_configuration) SENSITIVE = [] include Aws::Structure end | 
#language_code ⇒ String
The code for a language. This shows a supported language for all documents in 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.
| 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 | # File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3569 class DescribeDataSourceResponse < Struct.new( :id, :index_id, :name, :type, :configuration, :vpc_configuration, :created_at, :updated_at, :description, :status, :schedule, :role_arn, :error_message, :language_code, :custom_document_enrichment_configuration) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name for the data source connector.
| 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 | # File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3569 class DescribeDataSourceResponse < Struct.new( :id, :index_id, :name, :type, :configuration, :vpc_configuration, :created_at, :updated_at, :description, :status, :schedule, :role_arn, :error_message, :language_code, :custom_document_enrichment_configuration) SENSITIVE = [] include Aws::Structure end | 
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role with permission to access the data source and required resources.
| 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 | # File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3569 class DescribeDataSourceResponse < Struct.new( :id, :index_id, :name, :type, :configuration, :vpc_configuration, :created_at, :updated_at, :description, :status, :schedule, :role_arn, :error_message, :language_code, :custom_document_enrichment_configuration) SENSITIVE = [] include Aws::Structure end | 
#schedule ⇒ String
The schedule for Amazon Kendra to update the index.
| 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 | # File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3569 class DescribeDataSourceResponse < Struct.new( :id, :index_id, :name, :type, :configuration, :vpc_configuration, :created_at, :updated_at, :description, :status, :schedule, :role_arn, :error_message, :language_code, :custom_document_enrichment_configuration) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ String
The current status of the data source connector. When the status is
ACTIVE the data source is ready to use. When the status is
FAILED, the ErrorMessage field contains the reason that the data
source failed.
| 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 | # File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3569 class DescribeDataSourceResponse < Struct.new( :id, :index_id, :name, :type, :configuration, :vpc_configuration, :created_at, :updated_at, :description, :status, :schedule, :role_arn, :error_message, :language_code, :custom_document_enrichment_configuration) SENSITIVE = [] include Aws::Structure end | 
#type ⇒ String
The type of the data source. For example, SHAREPOINT.
| 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 | # File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3569 class DescribeDataSourceResponse < Struct.new( :id, :index_id, :name, :type, :configuration, :vpc_configuration, :created_at, :updated_at, :description, :status, :schedule, :role_arn, :error_message, :language_code, :custom_document_enrichment_configuration) SENSITIVE = [] include Aws::Structure end | 
#updated_at ⇒ Time
The Unix timestamp when the data source connector was last updated.
| 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 | # File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3569 class DescribeDataSourceResponse < Struct.new( :id, :index_id, :name, :type, :configuration, :vpc_configuration, :created_at, :updated_at, :description, :status, :schedule, :role_arn, :error_message, :language_code, :custom_document_enrichment_configuration) SENSITIVE = [] include Aws::Structure end | 
#vpc_configuration ⇒ Types::DataSourceVpcConfiguration
Configuration information for an Amazon Virtual Private Cloud to connect to your data source. For more information, see Configuring a VPC.
| 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 | # File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3569 class DescribeDataSourceResponse < Struct.new( :id, :index_id, :name, :type, :configuration, :vpc_configuration, :created_at, :updated_at, :description, :status, :schedule, :role_arn, :error_message, :language_code, :custom_document_enrichment_configuration) SENSITIVE = [] include Aws::Structure end |