AwsGlueSchemaRegistry
classView source ↗
class AwsGlueSchemaRegistry(
region_name: str,
credentials: AwsGlueSchemaRegistryCredentialsSpec,
registry_name: str,
schema_name: str,
configs: dict | None = None,
)
Bases: KafkaSchemaRegistry
Categories: configuration
Configuration for AWS Glue Schema Registry.
Initializes the AWS Glue Schema Registry configuration.
Parameters
parameter
region_nameThe AWS region where the registry is located.
parameter
credentialsCredentials for authenticating with AWS.
parameter
registry_nameThe name of the Glue Schema Registry.
parameter
schema_nameThe name of the schema within the registry.
parameter
configsOptional dictionary of additional configuration properties.
Properties
property
configsdictAdditional configuration properties for the AWS Glue client.
property
credentialsAwsGlueSchemaRegistryCredentialsSpecCredentials for authenticating with AWS Glue.
property
region_namestrThe AWS region of the Schema Registry.
property
registry_namestrRegistry name for AWS Glue Schema Registry.
property
schema_namestrSchema name for AWS Glue Schema Registry.