AWS Security ChangesHomeSearch

AWS AWSCloudFormation medium security documentation change

Service: AWSCloudFormation · 2026-06-19 · Security-related medium

File: AWSCloudFormation/latest/TemplateReference/aws-resource-bedrockagentcore-configurationbundle.md

Summary

Added KmsKeyArn property and updated CreatedAt description

Security assessment

KMS key integration enables encryption-at-rest for configuration bundles, directly enhancing data protection capabilities.

Diff

diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-bedrockagentcore-configurationbundle.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-bedrockagentcore-configurationbundle.md
index 12faadbdd..72ddff532 100644
--- a//AWSCloudFormation/latest/TemplateReference/aws-resource-bedrockagentcore-configurationbundle.md
+++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-bedrockagentcore-configurationbundle.md
@@ -28,0 +29 @@ To declare this entity in your CloudFormation template, use the following syntax
+          "KmsKeyArn" : String,
@@ -46,0 +48 @@ To declare this entity in your CloudFormation template, use the following syntax
+      KmsKeyArn: String
@@ -136,0 +139,17 @@ _Minimum_ : `1`
+`KmsKeyArn`
+    
+
+Property description not available.
+
+_Required_ : No
+
+ _Type_ : String
+
+ _Pattern_ : `^arn:aws(|-cn|-us-gov):kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}$`
+
+_Minimum_ : `1`
+
+ _Maximum_ : `2048`
+
+ _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
+
@@ -171 +190 @@ The unique identifier of the configuration bundle.
-Property description not available.
+The timestamp when the configuration bundle was created.