Skip to main content

final class atoti_ai_amazon_bedrock.ConnectionConfig

Configuration for connecting to Amazon Bedrock.
This feature is experimental, its key is "ai".

Example

See also: The other ConnectionConfig implementations.

async_read_timeout : timedelta | None = None

Timeout for reading asynchronous responses.

aws_access_key : str | None = None

aws_region : str | None = None

aws_secret_key : str | None = None

aws_session_token : str | None = None

Optional AWS session token for temporary credentials.

connection_acquisition_timeout : timedelta | None = None

Timeout for acquiring a connection from the pool.

connection_timeout : timedelta | None = None

Timeout for establishing connections to Bedrock.

timeout : timedelta | None = None

Timeout for Bedrock API requests.