listEnabledProductsForImport

abstract suspend fun listEnabledProductsForImport(input: ListEnabledProductsForImportRequest = ListEnabledProductsForImportRequest { }): ListEnabledProductsForImportResponse

Lists all findings-generating solutions (products) that you are subscribed to receive findings from in Security Hub CSPM.

Samples

// The following example returns a list of subscription Amazon Resource Names (ARNs) for the product
// integrations that you have currently enabled in Security Hub.
val resp = securityHubClient.listEnabledProductsForImport()