Skip to content

Bedrock Agent  >  Structures  >  DataSourceSummary

DataSourceSummary

Structure Class

DataSourceSummary dataclass

Contains details about a data source.

Attributes

data_source_id instance-attribute
data_source_id: str

The unique identifier of the data source.

description class-attribute instance-attribute
description: str | None = None

The description of the data source.

knowledge_base_id instance-attribute
knowledge_base_id: str

The unique identifier of the knowledge base to which the data source belongs.

name instance-attribute
name: str

The name of the data source.

status instance-attribute

The status of the data source.

updated_at instance-attribute
updated_at: datetime

The time at which the data source was last updated.