Skip to content

Bedrock  >  Structures  >  ExternalSource

ExternalSource

Structure Class

ExternalSource dataclass

The unique external source of the content contained in the wrapper object.

Attributes

byte_content class-attribute instance-attribute
byte_content: ByteContentDoc | None = None

The identifier, content type, and data of the external source wrapper object.

s3_location class-attribute instance-attribute
s3_location: S3ObjectDoc | None = None

The S3 location of the external source wrapper object.

source_type instance-attribute
source_type: ExternalSourceType

The source type of the external source wrapper object.