How to use MongoDB sink connector with AWS Glue schema registry

Has there been any documentation on how to use AWS Glue schema registry with mongodb sink connector?

AWS provides a basic generic documentation on this Integrating with AWS Glue Schema Registry - AWS Glue

Ask:

  • Glue does not provide schema registry URL would these fields work with mongodb sink connector?
key.converter.region=aws-region
value.converter.region=aws-region
key.converter.schemaAutoRegistrationEnabled=true
value.converter.schemaAutoRegistrationEnabled=true
key.converter.avroRecordType=GENERIC_RECORD
value.converter.avroRecordType=GENERIC_RECORD