AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Specific access configuration settings that tell Lambda how to authenticate with your schema registry.

If you're working with an Glue schema registry, don't provide authentication details in this object. Instead, ensure that your execution role has the required permissions for Lambda to access your cluster.

If you're working with a Confluent schema registry, choose the authentication method in the Type field, and provide the Secrets Manager secret ARN in the URI field.

Inheritance Hierarchy

System.Object
  Amazon.Lambda.Model.KafkaSchemaRegistryAccessConfig

Namespace: Amazon.Lambda.Model
Assembly: AWSSDK.Lambda.dll
Version: 3.x.y.z

Syntax

C#
public class KafkaSchemaRegistryAccessConfig

The KafkaSchemaRegistryAccessConfig type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Type Amazon.Lambda.KafkaSchemaRegistryAuthType

Gets and sets the property Type.

The type of authentication Lambda uses to access your schema registry.

Public Property URI System.String

Gets and sets the property URI.

The URI of the secret (Secrets Manager secret ARN) to authenticate with your schema registry.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer