Class KafkaSchemaRegistryAccessConfig

java.lang.Object
software.amazon.awssdk.services.lambda.model.KafkaSchemaRegistryAccessConfig
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<KafkaSchemaRegistryAccessConfig.Builder,KafkaSchemaRegistryAccessConfig>

@Generated("software.amazon.awssdk:codegen") public final class KafkaSchemaRegistryAccessConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KafkaSchemaRegistryAccessConfig.Builder,KafkaSchemaRegistryAccessConfig>

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.

See Also: