AWS Security ChangesHomeSearch

AWS AWSCloudFormation documentation change

Service: AWSCloudFormation · 2026-06-13 · Documentation low

File: AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-oauth2credentialprovider-secretreference.md

Summary

Updated property descriptions to clarify that SecretReference contains a reference to a secret in AWS Secrets Manager, with specific details about the JSON key and secret ID

Security assessment

The changes document how to securely reference secrets in Secrets Manager but don't indicate any security vulnerability being fixed. This adds documentation about security practices.

Diff

diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-oauth2credentialprovider-secretreference.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-oauth2credentialprovider-secretreference.md
index 2d1299e8f..c99fcdabc 100644
--- a//AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-oauth2credentialprovider-secretreference.md
+++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-bedrockagentcore-oauth2credentialprovider-secretreference.md
@@ -11 +11 @@ This is the new _CloudFormation Template Reference Guide_. Please update your bo
-The `SecretReference` property type specifies Property description not available. for an [AWS::BedrockAgentCore::OAuth2CredentialProvider](./aws-resource-bedrockagentcore-oauth2credentialprovider.html).
+Contains a reference to a secret stored in AWS Secrets Manager.
@@ -38 +38 @@ To declare this entity in your CloudFormation template, use the following syntax
-Property description not available.
+The JSON key used to extract the secret value from the AWS Secrets Manager secret.
@@ -53 +53 @@ _Required_ : Yes
-Property description not available.
+The ID of the AWS Secrets Manager secret that stores the secret value.