Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions,
see Getting Started with Amazon Web Services in China
(PDF).
Reviewing a list of Security Hub CSPM integrations
Choose your preferred method, and follow the steps to review a list of integrations in
Amazon Security Hub Cloud Security Posture Management (CSPM) or details about a specific integration.
- Security Hub CSPM console
-
To review integration options and details (console)
Open the Amazon Security Hub Cloud Security Posture Management (CSPM) console at https://console.amazonaws.cn/securityhub/.
-
In the Security Hub CSPM navigation pane, choose
Integrations.
On the Integrations page, integrations with other
Amazon Web Services services are listed first, followed by integrations with third-party
products.
For each integration, the Integrations page provides
the following information:
-
The name of the company
-
The name of the product
-
A description of the integration
-
The categories that the integration applies to
-
How to enable the integration
-
The current status of the integration
You can filter the list by entering text from the following fields:
-
Company name
-
Product name
-
Integration description
-
Categories
- Security Hub CSPM API
-
To review integration options and details (API)
To get a list of integrations, use the DescribeProducts operation. If you're using the Amazon CLI, run the
describe-products
command.
To retrieve details for a specific product integration, use the
ProductArn
parameter to specify the Amazon Resource Name
(ARN) of the integration.
For example, the following Amazon CLI command retrieves details about the Security Hub CSPM
integration with 3CORESec.
$
aws securityhub describe-products --product-arn "arn:aws-cn:securityhub:us-east-1::product/3coresec/3coresec
"