AWS Security ChangesHomeSearch

AWS cdk documentation change

Service: cdk · 2025-11-19 · Documentation low

File: cdk/v1/guide/get-secrets-manager-value.md

Summary

Updated references from 'AWS CloudFormation' to 'CloudFormation' for terminology consistency

Security assessment

The change is purely terminological, replacing 'AWS CloudFormation' with 'CloudFormation'. There is no indication of addressing a security vulnerability or adding security-related content.

Diff

diff --git a/cdk/v1/guide/get-secrets-manager-value.md b/cdk/v1/guide/get-secrets-manager-value.md
index ccca9cf7d..79eb05860 100644
--- a//cdk/v1/guide/get-secrets-manager-value.md
+++ b//cdk/v1/guide/get-secrets-manager-value.md
@@ -7 +7 @@ This is the AWS CDK v1 Developer Guide. The older CDK v1 entered maintenance on
-To use values from AWS Secrets Manager in your AWS CDK app, use the [fromSecretAttributes()](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_secretsmanager.Secret.html#static-fromwbrsecretwbrattributesscope-id-attrs) method. It represents a value that is retrieved from Secrets Manager and used at AWS CloudFormation deployment time.
+To use values from AWS Secrets Manager in your AWS CDK app, use the [fromSecretAttributes()](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_secretsmanager.Secret.html#static-fromwbrsecretwbrattributesscope-id-attrs) method. It represents a value that is retrieved from Secrets Manager and used at CloudFormation deployment time.