Expand description
Builder for Client.
The Glue Schema Registry client is configured from an
aws_types::SdkConfig. In Materialize, this SdkConfig is produced by
AwsConnection::load_sdk_config, which threads the region, endpoint
override (used in tests/LocalStack), and credential provider derived from
the user’s AWS CONNECTION. The Glue client does not need any
Materialize-specific config beyond what SdkConfig already carries —
unlike CCSR there is no separate URL or basic-auth.
Structs§
- Client
Config - Builder for
Client.