AWS cdk documentation change
Summary
Changed 'AWS CloudFormation resources' to 'CloudFormation resources' for terminology alignment
Security assessment
This is a minor terminology adjustment without any security context. The change does not introduce or modify security features, vulnerabilities, or guidance.
Diff
diff --git a/cdk/v1/guide/aspects.md b/cdk/v1/guide/aspects.md index d9f064517..acfb5d281 100644 --- a//cdk/v1/guide/aspects.md +++ b//cdk/v1/guide/aspects.md @@ -43 +43 @@ C# -The AWS CDK uses aspects to [tag resources](./tagging.html), but the framework can also be used for other purposes. For example, you can use it to validate or change the AWS CloudFormation resources that are defined for you by higher-level constructs. +The AWS CDK uses aspects to [tag resources](./tagging.html), but the framework can also be used for other purposes. For example, you can use it to validate or change the CloudFormation resources that are defined for you by higher-level constructs.