AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/securityagent/create-pentest.md

Summary

Added integrated document references and disable-managed-skills option. Updated navigation links.

Security assessment

Changes add documentation for pentest configuration features (third-party document integration and skill management) but show no evidence of patching a security vulnerability. The features enhance security testing capabilities.

Diff

diff --git a/cli/latest/reference/securityagent/create-pentest.md b/cli/latest/reference/securityagent/create-pentest.md
index 362936b86..141b41b36 100644
--- a//cli/latest/reference/securityagent/create-pentest.md
+++ b//cli/latest/reference/securityagent/create-pentest.md
@@ -13 +13 @@
-  * [next](create-target-domain.html "create-target-domain") |
+  * [next](create-private-connection.html "create-private-connection") |
@@ -15 +15 @@
-  * [AWS CLI 2.35.5 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.8 Command Reference](../../index.html) »
@@ -23 +23 @@
-  * [create-target-domain →](create-target-domain.html "next chapter \(use the right arrow\)")
+  * [create-private-connection →](create-private-connection.html "next chapter \(use the right arrow\)")
@@ -75,0 +76 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi
+    [--disable-managed-skills <value>]
@@ -182,0 +184,12 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi
+>>> 
+>>> integratedDocument -> (structure)
+>>>
+>>>> A reference to a document in an integrated third-party provider.
+>>>> 
+>>>> integrationId -> (string) [required]
+>>>>
+>>>>> The identifier of the integration that provides access to the document.
+>>>> 
+>>>> resourceId -> (string) [required]
+>>>>
+>>>>> The provider-specific resource identifier for the document.
@@ -237 +250,5 @@ JSON Syntax:
-          "artifactId": "string"
+          "artifactId": "string",
+          "integratedDocument": {
+            "integrationId": "string",
+            "resourceId": "string"
+          }
@@ -466,0 +484,21 @@ JSON Syntax:
+`--disable-managed-skills` (list)
+
+> A list of managed skills to disable for this pentest. Valid values include FINDING_PERSONALIZATION and LOGIN_OPTIMIZATION.
+> 
+> (string)
+>
+>> Type of managed skill that can be enabled or disabled for a pentest.
+>> 
+>> Possible values:
+>> 
+>>   * `FINDING_PERSONALIZATION`
+>>   * `LOGIN_OPTIMIZATION`
+>> 
+
+
+Syntax:
+    
+    
+    "string" "string" ...
+    
+
@@ -669,0 +708,12 @@ assets -> (structure)
+>>> 
+>>> integratedDocument -> (structure)
+>>>
+>>>> A reference to a document in an integrated third-party provider.
+>>>> 
+>>>> integrationId -> (string) [required]
+>>>>
+>>>>> The identifier of the integration that provides access to the document.
+>>>> 
+>>>> resourceId -> (string) [required]
+>>>>
+>>>>> The provider-specific resource identifier for the document.
@@ -761 +811 @@ agentSpaceId -> (string)
-  * [create-target-domain →](create-target-domain.html "next chapter \(use the right arrow\)")
+  * [create-private-connection →](create-private-connection.html "next chapter \(use the right arrow\)")
@@ -768 +818 @@ agentSpaceId -> (string)
-  * [next](create-target-domain.html "create-target-domain") |
+  * [next](create-private-connection.html "create-private-connection") |
@@ -770 +820 @@ agentSpaceId -> (string)
-  * [AWS CLI 2.35.5 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.8 Command Reference](../../index.html) »