Skip to content

Bedrock Agent  >  Structures  >  DocumentIdentifier

DocumentIdentifier

Structure Class

DocumentIdentifier dataclass

Contains information that identifies the document.

Attributes

custom class-attribute instance-attribute
custom: CustomDocumentIdentifier | None = None

Contains information that identifies the document in a custom data source.

data_source_type instance-attribute
data_source_type: ContentDataSourceType

The type of data source connected to the knowledge base that contains the document.

s3 class-attribute instance-attribute
s3: S3Location | None = None

Contains information that identifies the document in an S3 data source.