AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/securityagent/list-integrated-resources.md

Summary

Added documentation for new integrated resource types: GitLab repositories, Bitbucket repositories, and Confluence documents. Updated Tagged Union structures and capabilities descriptions.

Security assessment

This change documents new integrations for security scanning capabilities (GitLab, Bitbucket, Confluence) but doesn't address any specific vulnerability. It enhances security documentation by describing resource visibility controls (PRIVATE/PUBLIC) and remediation capabilities.

Diff

diff --git a/cli/latest/reference/securityagent/list-integrated-resources.md b/cli/latest/reference/securityagent/list-integrated-resources.md
index fff006906..fbcc09462 100644
--- a//cli/latest/reference/securityagent/list-integrated-resources.md
+++ b//cli/latest/reference/securityagent/list-integrated-resources.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.5 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.8 Command Reference](../../index.html) »
@@ -114,0 +115 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi
+>   * `DOCUMENT`
@@ -267 +268 @@ integratedResourceSummaries -> (list)
->>> This is a Tagged Union structure. Only one of the following top level keys can be set: `githubRepository`.
+>>> This is a Tagged Union structure. Only one of the following top level keys can be set: `githubRepository`, `gitlabRepository`, `bitbucketRepository`, `confluenceDocument`.
@@ -294,0 +296,82 @@ integratedResourceSummaries -> (list)
+>>> 
+>>> gitlabRepository -> (structure)
+>>>
+>>>> Metadata for an integrated GitLab repository.
+>>>> 
+>>>> name -> (string) [required]
+>>>>
+>>>>> Name of the resource e.g. repository name, etc.
+>>>> 
+>>>> providerResourceId -> (string) [required]
+>>>>
+>>>>> Provider Id of the resource e.g. GitHub repository id, etc.
+>>>> 
+>>>> namespace -> (string) [required]
+>>>>
+>>>>> The namespace (group or user path) that owns the project.
+>>>> 
+>>>> accessType -> (string)
+>>>>
+>>>>> Defines the visibility level of provider resources. PRIVATE indicates restricted access, while PUBLIC indicates open access.
+>>>>> 
+>>>>> Possible values:
+>>>>> 
+>>>>>   * `PRIVATE`
+>>>>>   * `PUBLIC`
+>>>>> 
+
+>>> 
+>>> bitbucketRepository -> (structure)
+>>>
+>>>> Metadata for an integrated Bitbucket repository.
+>>>> 
+>>>> name -> (string) [required]
+>>>>
+>>>>> Name of the resource e.g. repository name, etc.
+>>>> 
+>>>> providerResourceId -> (string) [required]
+>>>>
+>>>>> Provider Id of the resource e.g. GitHub repository id, etc.
+>>>> 
+>>>> workspace -> (string) [required]
+>>>>
+>>>>> The workspace slug that owns the repository.
+>>>> 
+>>>> accessType -> (string)
+>>>>
+>>>>> Defines the visibility level of provider resources. PRIVATE indicates restricted access, while PUBLIC indicates open access.
+>>>>> 
+>>>>> Possible values:
+>>>>> 
+>>>>>   * `PRIVATE`
+>>>>>   * `PUBLIC`
+>>>>> 
+
+>>> 
+>>> confluenceDocument -> (structure)
+>>>
+>>>> Metadata for an integrated Confluence document.
+>>>> 
+>>>> name -> (string) [required]
+>>>>
+>>>>> Name of the resource e.g. repository name, etc.
+>>>> 
+>>>> providerResourceId -> (string) [required]
+>>>>
+>>>>> Provider Id of the resource e.g. GitHub repository id, etc.
+>>>> 
+>>>> spaceKey -> (string) [required]
+>>>>
+>>>>> The Confluence space key containing the document.
+>>>> 
+>>>> pageId -> (string) [required]
+>>>>
+>>>>> The Confluence page identifier.
+>>>> 
+>>>> title -> (string)
+>>>>
+>>>>> The display title of the Confluence page.
+>>>> 
+>>>> spaceTitle -> (string)
+>>>>
+>>>>> The display title of the Confluence space.
@@ -302 +385 @@ integratedResourceSummaries -> (list)
->>> This is a Tagged Union structure. Only one of the following top level keys can be set: `github`.
+>>> This is a Tagged Union structure. Only one of the following top level keys can be set: `github`, `gitlab`, `bitbucket`, `confluence`.
@@ -314,0 +398,40 @@ integratedResourceSummaries -> (list)
+>>> 
+>>> gitlab -> (structure)
+>>>
+>>>> Capabilities for an integrated GitLab repository.
+>>>> 
+>>>> leaveComments -> (boolean)
+>>>>
+>>>>> Whether to post code review comments on merge request discussions.
+>>>> 
+>>>> remediateCode -> (boolean)
+>>>>
+>>>>> Whether to create merge requests with automated fixes.
+>>> 
+>>> bitbucket -> (structure)
+>>>
+>>>> Capabilities for an integrated Bitbucket repository.
+>>>> 
+>>>> leaveComments -> (boolean)
+>>>>
+>>>>> Whether to post code review comments on pull requests.
+>>>> 
+>>>> remediateCode -> (boolean)
+>>>>
+>>>>> Whether to create pull requests with automated fixes.
+>>> 
+>>> confluence -> (structure)
+>>>
+>>>> Capabilities for an integrated Confluence space.
+>>>> 
+>>>> fetchDocument -> (boolean)
+>>>>
+>>>>> Whether to fetch documents from this space.
+>>>> 
+>>>> createDocument -> (boolean)
+>>>>
+>>>>> Whether to create documents in this space.
+>>>> 
+>>>> updateDocument -> (boolean)
+>>>>
+>>>>> Whether to update documents in this space.
@@ -330 +453 @@ nextToken -> (string)
-  * [AWS CLI 2.35.5 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.8 Command Reference](../../index.html) »