Lists all findings-generating solutions (products) that you are subscribed to receive findings from in Security Hub.
get/productSubscriptions
Query parameters
NextTokenstring
<p>The token that is required for pagination. On your first call to the <code>ListEnabledProductsForImport</code> operation, set the value of this parameter to <code>NULL</code>.</p> <p>For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.</p>
MaxResultsinteger
The maximum number of items to return in the response.
Response
Success
Example response
{
"ProductSubscriptions": [
"arn:aws:securityhub:us-east-1:517716713836:product-subscription/crowdstrike/crowdstrike-falcon",
"arn:aws:securityhub:us-east-1::product/3coresec/3coresec"
]
}