AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-07-10 · Documentation low

File: cli/latest/reference/securityhub/list-connectors-v2.md

Summary

Added Azure CSPM integration support, enablement status filtering, and detailed connector status options

Security assessment

The changes document new Azure CSPM integration capabilities and enhanced connector status monitoring in Security Hub. While this improves security visibility, there's no evidence of addressing a specific vulnerability. The additions describe security posture management features.

Diff

diff --git a/cli/latest/reference/securityhub/list-connectors-v2.md b/cli/latest/reference/securityhub/list-connectors-v2.md
index 77f803226..f4a649686 100644
--- a//cli/latest/reference/securityhub/list-connectors-v2.md
+++ b//cli/latest/reference/securityhub/list-connectors-v2.md
@@ -14,2 +14,2 @@
-  * [previous](list-configuration-policy-associations.html "list-configuration-policy-associations") |
-  * [AWS CLI 2.35.16 Command Reference](../../index.html) »
+  * [previous](list-connectors.html "list-connectors") |
+  * [AWS CLI 2.35.19 Command Reference](../../index.html) »
@@ -22 +22 @@
-  * [← list-configuration-policy-associations](list-configuration-policy-associations.html "previous chapter \(use the left arrow\)") /
+  * [← list-connectors](list-connectors.html "previous chapter \(use the left arrow\)") /
@@ -70,0 +71 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi
+    [--enablement-status <value>]
@@ -118,0 +120 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi
+>   * `AZURE`
@@ -128,0 +131 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi
+>   * `DEGRADED`
@@ -130 +132,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi
->   * `PENDING_CONFIGURATION`
@@ -131,0 +134,18 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi
+>   * `PENDING_CONFIGURATION`
+>   * `UNKNOWN`
+> 
+
+
+`--enablement-status` (string)
+
+> The enablement status to filter connectors by.
+> 
+> Possible values:
+> 
+>   * `ENABLED`
+>   * `PENDING_ENABLEMENT`
+>   * `FAILED_TO_ENABLE`
+>   * `PENDING_UPDATE`
+>   * `FAILED_TO_UPDATE`
+>   * `PENDING_DELETION`
+>   * `FAILED_TO_DELETE`
@@ -311,0 +332 @@ Connectors -> (list)
+>>>>   * `AZURE`
@@ -321,0 +343 @@ Connectors -> (list)
+>>>>   * `DEGRADED`
@@ -323 +344,0 @@ Connectors -> (list)
->>>>   * `PENDING_CONFIGURATION`
@@ -324,0 +346,104 @@ Connectors -> (list)
+>>>>   * `PENDING_CONFIGURATION`
+>>>>   * `UNKNOWN`
+>>>> 
+
+>>> 
+>>> ProviderConfiguration -> (tagged union structure)
+>>>
+>>>> The third-party provider detail for a service configuration.
+>>>> 
+>>>> ### Note
+>>>> 
+>>>> This is a Tagged Union structure. Only one of the following top level keys can be set: `JiraCloud`, `ServiceNow`, `Azure`.
+>>>> 
+>>>> JiraCloud -> (structure)
+>>>>
+>>>>> Details about a Jira Cloud integration.
+>>>>> 
+>>>>> CloudId -> (string)
+>>>>>
+>>>>>> The cloud id of the Jira Cloud.
+>>>>>> 
+>>>>>> Constraints:
+>>>>>> 
+>>>>>>   * pattern: `.*\S.*`
+>>>>>> 
+
+>>>>> 
+>>>>> ProjectKey -> (string)
+>>>>>
+>>>>>> The projectKey of Jira Cloud.
+>>>>>> 
+>>>>>> Constraints:
+>>>>>> 
+>>>>>>   * pattern: `.*\S.*`
+>>>>>> 
+
+>>>>> 
+>>>>> Domain -> (string)
+>>>>>
+>>>>>> The URL domain of your Jira Cloud instance.
+>>>>>> 
+>>>>>> Constraints:
+>>>>>> 
+>>>>>>   * pattern: `.*\S.*`
+>>>>>> 
+
+>>>>> 
+>>>>> AuthUrl -> (string)
+>>>>>
+>>>>>> The URL to provide to customers for OAuth auth code flow.
+>>>>>> 
+>>>>>> Constraints:
+>>>>>> 
+>>>>>>   * pattern: `.*\S.*`
+>>>>>> 
+
+>>>>> 
+>>>>> AuthStatus -> (string)
+>>>>>
+>>>>>> The status of the authorization between Jira Cloud and the service.
+>>>>>> 
+>>>>>> Possible values:
+>>>>>> 
+>>>>>>   * `ACTIVE`
+>>>>>>   * `FAILED`
+>>>>>> 
+
+>>>> 
+>>>> ServiceNow -> (structure)
+>>>>
+>>>>> Details about a ServiceNow ITSM integration.
+>>>>> 
+>>>>> InstanceName -> (string)
+>>>>>
+>>>>>> The instanceName of ServiceNow ITSM.
+>>>>>> 
+>>>>>> Constraints:
+>>>>>> 
+>>>>>>   * pattern: `.*\S.*`
+>>>>>> 
+
+>>>>> 
+>>>>> SecretArn -> (string) [required]
+>>>>>
+>>>>>> The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the ServiceNow credentials.
+>>>>>> 
+>>>>>> Constraints:
+>>>>>> 
+>>>>>>   * pattern: `.*\S.*`
+>>>>>> 
+
+>>>>> 
+>>>>> AuthStatus -> (string) [required]
+>>>>>
+>>>>>> The status of the authorization between ServiceNow and the service.
+>>>>>> 
+>>>>>> Possible values:
+>>>>>> 
+>>>>>>   * `ACTIVE`
+>>>>>>   * `FAILED`
+>>>>>> 
+
+>>>> 
+>>>> Azure -> (structure)
@@ -325,0 +451,63 @@ Connectors -> (list)
+>>>>> Details about a Microsoft Azure CSPM integration.
+>>>>> 
+>>>>> AWSConfigConnectorArn -> (string) [required]
+>>>>>
+>>>>>> The ARN of the AWS Config connector used to establish the connection to Azure.
+>>>>>> 
+>>>>>> Constraints:
+>>>>>> 
+>>>>>>   * pattern: `.*\S.*`
+>>>>>> 
+
+>>>>> 
+>>>>> ScopeConfiguration -> (structure) [required]
+>>>>>
+>>>>>> The scope configuration that defines which Azure resources are monitored.
+>>>>>> 
+>>>>>> ScopeType -> (string) [required]
+>>>>>>
+>>>>>>> The type of scope. Valid values are `tenant` and `subscription` .
+>>>>>>> 
+>>>>>>> Possible values:
+>>>>>>> 
+>>>>>>>   * `TENANT`
+>>>>>>>   * `SUBSCRIPTION`
+>>>>>>> 
+
+>>>>>> 
+>>>>>> ScopeValues -> (list)
+>>>>>>
+>>>>>>> The list of scope values, such as subscription IDs, when the scope type is `subscription` .
+>>>>>>> 
+>>>>>>> Constraints:
+>>>>>>> 
+>>>>>>>   * min: `0`
+>>>>>>>   * max: `100`
+>>>>>>> 
+
+>>>>>>> 
+>>>>>>> (string)
+>>>>>>>
+>>>>>>>> Constraints:
+>>>>>>>> 
+>>>>>>>>   * pattern: `.*\S.*`
+>>>>>>>> 
+
+>>>>> 
+>>>>> AzureRegions -> (list) [required]
+>>>>>
+>>>>>> The list of Azure regions being monitored.