Skip to main content
Version: 1.7.0

AwsGlueSchemaRegistry

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_name

The AWS region where the registry is located.

parameter
credentials

Credentials for authenticating with AWS.

parameter
registry_name

The name of the Glue Schema Registry.

parameter
schema_name

The name of the schema within the registry.

parameter
configs

Optional dictionary of additional configuration properties.

Properties

property
configsdict

Additional configuration properties for the AWS Glue client.

property
credentialsAwsGlueSchemaRegistryCredentialsSpec

Credentials for authenticating with AWS Glue.

property
region_namestr

The AWS region of the Schema Registry.

property
registry_namestr

Registry name for AWS Glue Schema Registry.

property
schema_namestr

Schema name for AWS Glue Schema Registry.