AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Added certificate management option to create-code-interpreter command

Security assessment

Added certificate installation capability via Secrets Manager ARN references, which enhances security documentation for secure credential storage but doesn't address any disclosed vulnerabilities. The change documents secure certificate handling practices.

Diff

diff --git a/cli/latest/reference/bedrock-agentcore-control/create-code-interpreter.md b/cli/latest/reference/bedrock-agentcore-control/create-code-interpreter.md
index 1d6cd1844..db5b6a9cb 100644
--- a//cli/latest/reference/bedrock-agentcore-control/create-code-interpreter.md
+++ b//cli/latest/reference/bedrock-agentcore-control/create-code-interpreter.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.12 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.14 Command Reference](../../index.html) »
@@ -70,0 +71 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc
+    [--certificates <value>]
@@ -206,0 +208,58 @@ JSON Syntax:
+`--certificates` (list)
+
+> A list of certificates to install in 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/_+=.@-]+`
+>>>>> 
+
+
+Shorthand Syntax:
+    
+    
+    location={secretsManager={secretArn=string}} ...
+    
+
+JSON Syntax:
+    
+    
+    [
+      {
+        "location": {
+          "secretsManager": {
+            "secretArn": "string"
+          }
+        }
+      }
+      ...
+    ]
+    
+
@@ -425 +484 @@ status -> (string)
-  * [AWS CLI 2.34.12 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.14 Command Reference](../../index.html) »