

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 檢閱 Security Hub CSPM 整合的清單
<a name="securityhub-integrations-view-filter"></a>

選擇您偏好的方法，並依照步驟檢閱 AWS Security Hub CSPM 中的整合清單或特定整合的詳細資訊。

------
#### [ Security Hub CSPM console ]

**若要檢閱整合選項和詳細資訊 （主控台）**

1. 開啟位於 https：//[https://console.aws.amazon.com/securityhub/](https://console.aws.amazon.com/securityhub/) 的 AWS Security Hub CSPM 主控台。

1. 在 Security Hub CSPM 導覽窗格中，選擇**整合**。

在**整合**頁面上， AWS 服務 會先列出與其他 的整合，然後列出與第三方產品的整合。

**整合**頁面會針對每個整合提供下列資訊：
+ 公司名稱
+ 產品名稱
+ 整合描述
+ 整合的適用類別
+ 啟用整合的方式
+ 整合目前的狀態

您可以從下列欄位輸入文字來篩選清單：
+ 公司名稱
+ 產品名稱
+ 整合描述
+ 類別

------
#### [ Security Hub CSPM API ]

**檢閱整合選項和詳細資訊 (API)**

若要取得整合清單，請使用 [https://docs.aws.amazon.com//securityhub/1.0/APIReference/API_DescribeProducts.html](https://docs.aws.amazon.com//securityhub/1.0/APIReference/API_DescribeProducts.html)操作。如果您使用的是 AWS CLI，請執行 [https://docs.aws.amazon.com/cli/latest/reference/securityhub/describe-products.html](https://docs.aws.amazon.com/cli/latest/reference/securityhub/describe-products.html)命令。

若要擷取特定產品整合的詳細資訊，請使用 `ProductArn` 參數指定整合的 Amazon Resource Name (ARN)。

例如，下列 AWS CLI 命令會擷取 Security Hub CSPM 與 3CORESec 整合的詳細資訊。

```
$ aws securityhub describe-products --product-arn "arn:aws:securityhub:us-east-1::product/3coresec/3coresec"
```

------