AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-03-22 · Documentation low

File: cli/latest/reference/bedrock-agentcore-control/get-code-interpreter.md

Summary

Added documentation for certificates field in the code interpreter response, including Secrets Manager integration for certificate storage

Security assessment

This change documents certificate management for code interpreters using AWS Secrets Manager, which is a security feature for secure certificate storage. It improves security documentation but doesn't indicate a specific security issue being addressed.

Diff

diff --git a/cli/latest/reference/bedrock-agentcore-control/get-code-interpreter.md b/cli/latest/reference/bedrock-agentcore-control/get-code-interpreter.md
index a51928165..e1526b128 100644
--- a//cli/latest/reference/bedrock-agentcore-control/get-code-interpreter.md
+++ b//cli/latest/reference/bedrock-agentcore-control/get-code-interpreter.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.12 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.14 Command Reference](../../index.html) »
@@ -341,0 +342,37 @@ status -> (string)
+certificates -> (list)
+
+> The list of certificates configured for the code interpreter.
+> 
+> Constraints:
+> 
+>   * min: `1`
+>   * max: `200`
+> 
+
+> 
+> (structure)
+>
+>> A certificate to install in the browser or code interpreter.
+>> 
+>> location -> (tagged union structure) [required]
+>>
+>>> The location of the certificate.
+>>> 
+>>> ### Note
+>>> 
+>>> This is a Tagged Union structure. Only one of the following top level keys can be set: `secretsManager`.
+>>> 
+>>> secretsManager -> (structure)
+>>>
+>>>> The Amazon Web Services Secrets Manager location of the certificate.
+>>>> 
+>>>> secretArn -> (string) [required]
+>>>>
+>>>>> The ARN of the Amazon Web Services Secrets Manager secret containing the certificate.
+>>>>> 
+>>>>> Constraints:
+>>>>> 
+>>>>>   * pattern: `arn:aws(-[a-z-]+)?:secretsmanager:[a-z0-9-]+:[0-9]{12}:secret:[a-zA-Z0-9/_+=.@-]+`
+>>>>> 
+
+
@@ -364 +401 @@ lastUpdatedAt -> (timestamp)
-  * [AWS CLI 2.34.12 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.14 Command Reference](../../index.html) »