AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-06-16 · Documentation low

File: cli/latest/reference/bedrock-agentcore-control/get-configuration-bundle.md

Summary

Updated CLI version reference and added new 'kmsKeyArn' field documentation for encrypting component configurations

Security assessment

Adds documentation for KMS encryption capability, which enhances security but doesn't address a specific vulnerability.

Diff

diff --git a/cli/latest/reference/bedrock-agentcore-control/get-configuration-bundle.md b/cli/latest/reference/bedrock-agentcore-control/get-configuration-bundle.md
index c3629e3f1..65076ca2b 100644
--- a//cli/latest/reference/bedrock-agentcore-control/get-configuration-bundle.md
+++ b//cli/latest/reference/bedrock-agentcore-control/get-configuration-bundle.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.3 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.5 Command Reference](../../index.html) »
@@ -237 +237 @@ bundleArn -> (string)
->   * pattern: `arn:aws:bedrock-agentcore:[a-z0-9-]+:[0-9]{12}:configuration-bundle/[a-zA-Z][a-zA-Z0-9-_]{0,99}-[a-zA-Z0-9]{10}`
+>   * pattern: `arn:aws[a-zA-Z-]*:bedrock-agentcore:[a-z0-9-]+:[0-9]{12}:configuration-bundle/[a-zA-Z][a-zA-Z0-9-_]{0,99}-[a-zA-Z0-9]{10}`
@@ -363,0 +364,12 @@ updatedAt -> (timestamp)
+kmsKeyArn -> (string)
+
+> KMS key ARN used to encrypt component configurations, if CMK was provided.
+> 
+> Constraints:
+> 
+>   * min: `1`
+>   * max: `2048`
+>   * pattern: `arn:aws(|-cn|-us-gov):kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}`
+> 
+
+
@@ -374 +386 @@ updatedAt -> (timestamp)
-  * [AWS CLI 2.35.3 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.5 Command Reference](../../index.html) »