Skip to content

Enable Import Findings For Product

securityhub_enable_import_findings_for_product R Documentation

Enables the integration of a partner product with Security Hub CSPM

Description

Enables the integration of a partner product with Security Hub CSPM. Integrated products send findings to Security Hub CSPM.

When you enable a product integration, a permissions policy that grants permission for the product to send findings to Security Hub CSPM is applied.

Usage

securityhub_enable_import_findings_for_product(ProductArn)

Arguments

ProductArn

[required] The ARN of the product to enable the integration for.

Value

A list with the following syntax:

list(
  ProductSubscriptionArn = "string"
)

Request syntax

svc$enable_import_findings_for_product(
  ProductArn = "string"
)