Class: Aws::Kendra::Types::Document

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

Overview

A document in an index.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_control_configuration_idString

The identifier of the access control configuration that you want to apply to the document.

Returns:

  • (String)


3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3822

class Document < Struct.new(
  :id,
  :title,
  :blob,
  :s3_path,
  :attributes,
  :access_control_list,
  :hierarchical_access_control_list,
  :content_type,
  :access_control_configuration_id)
  SENSITIVE = []
  include Aws::Structure
end

#access_control_listArray<Types::Principal>

Information on principals (users and/or groups) and which documents they should have access to. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.

Returns:



3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3822

class Document < Struct.new(
  :id,
  :title,
  :blob,
  :s3_path,
  :attributes,
  :access_control_list,
  :hierarchical_access_control_list,
  :content_type,
  :access_control_configuration_id)
  SENSITIVE = []
  include Aws::Structure
end

#attributesArray<Types::DocumentAttribute>

Custom attributes to apply to the document. Use the custom attributes to provide additional information for searching, to provide facets for refining searches, and to provide additional information in the query response.

For example, 'DataSourceId' and 'DataSourceSyncJobId' are custom attributes that provide information on the synchronization of documents running on a data source. Note, 'DataSourceSyncJobId' could be an optional custom attribute as Amazon Kendra will use the ID of a running sync job.

Returns:



3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3822

class Document < Struct.new(
  :id,
  :title,
  :blob,
  :s3_path,
  :attributes,
  :access_control_list,
  :hierarchical_access_control_list,
  :content_type,
  :access_control_configuration_id)
  SENSITIVE = []
  include Aws::Structure
end

#blobString

The contents of the document.

Documents passed to the Blob parameter must be base64 encoded. Your code might not need to encode the document file bytes if you're using an Amazon Web Services SDK to call Amazon Kendra APIs. If you are calling the Amazon Kendra endpoint directly using REST, you must base64 encode the contents before sending.

Returns:

  • (String)


3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3822

class Document < Struct.new(
  :id,
  :title,
  :blob,
  :s3_path,
  :attributes,
  :access_control_list,
  :hierarchical_access_control_list,
  :content_type,
  :access_control_configuration_id)
  SENSITIVE = []
  include Aws::Structure
end

#content_typeString

The file type of the document in the Blob field.

Returns:

  • (String)


3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3822

class Document < Struct.new(
  :id,
  :title,
  :blob,
  :s3_path,
  :attributes,
  :access_control_list,
  :hierarchical_access_control_list,
  :content_type,
  :access_control_configuration_id)
  SENSITIVE = []
  include Aws::Structure
end

#hierarchical_access_control_listArray<Types::HierarchicalPrincipal>

The list of principal lists that define the hierarchy for which documents users should have access to.

Returns:



3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3822

class Document < Struct.new(
  :id,
  :title,
  :blob,
  :s3_path,
  :attributes,
  :access_control_list,
  :hierarchical_access_control_list,
  :content_type,
  :access_control_configuration_id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

A identifier of the document in the index.

Note, each document ID must be unique per index. You cannot create a data source to index your documents with their unique IDs and then use the BatchPutDocument API to index the same documents, or vice versa. You can delete a data source and then use the BatchPutDocument API to index the same documents, or vice versa.

Returns:

  • (String)


3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3822

class Document < Struct.new(
  :id,
  :title,
  :blob,
  :s3_path,
  :attributes,
  :access_control_list,
  :hierarchical_access_control_list,
  :content_type,
  :access_control_configuration_id)
  SENSITIVE = []
  include Aws::Structure
end

#s3_pathTypes::S3Path

Information required to find a specific file in an Amazon S3 bucket.

Returns:



3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3822

class Document < Struct.new(
  :id,
  :title,
  :blob,
  :s3_path,
  :attributes,
  :access_control_list,
  :hierarchical_access_control_list,
  :content_type,
  :access_control_configuration_id)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

The title of the document.

Returns:

  • (String)


3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3822

class Document < Struct.new(
  :id,
  :title,
  :blob,
  :s3_path,
  :attributes,
  :access_control_list,
  :hierarchical_access_control_list,
  :content_type,
  :access_control_configuration_id)
  SENSITIVE = []
  include Aws::Structure
end