AWS Security ChangesHomeSearch

AWS AWSCloudFormation documentation change

Service: AWSCloudFormation · 2025-06-22 · Documentation medium

File: AWSCloudFormation/latest/TemplateReference/aws-properties-lambda-eventsourcemapping-schemaregistryaccessconfig.md

Summary

Added detailed documentation for schema registry authentication methods

Security assessment

Provides guidance on secure authentication with schema registries, including Secrets Manager usage and IAM role requirements. While security-related, there's no evidence of addressing a specific vulnerability.

Diff

diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-lambda-eventsourcemapping-schemaregistryaccessconfig.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-lambda-eventsourcemapping-schemaregistryaccessconfig.md
index 5093fa753..10dff7106 100644
--- a//AWSCloudFormation/latest/TemplateReference/aws-properties-lambda-eventsourcemapping-schemaregistryaccessconfig.md
+++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-lambda-eventsourcemapping-schemaregistryaccessconfig.md
@@ -9 +9,5 @@ This is the new _AWS CloudFormation Template Reference Guide_. Please update you
-The `SchemaRegistryAccessConfig` property type specifies Property description not available. for an [AWS::Lambda::EventSourceMapping](./aws-resource-lambda-eventsourcemapping.html).
+Specific access configuration settings that tell Lambda how to authenticate with your schema registry.
+
+If you're working with an AWS 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 AWS Secrets Manager secret ARN in the `URI` field.
@@ -36 +40 @@ To declare this entity in your AWS CloudFormation template, use the following sy
-Property description not available.
+The type of authentication Lambda uses to access your schema registry. 
@@ -49 +53 @@ _Required_ : No
-Property description not available.
+The URI of the secret (Secrets Manager secret ARN) to authenticate with your schema registry.