AWS securityhub: Fix EnableImportFindingsForProduct URL formatting
Summary
Removed extra double slashes in EnableImportFindingsForProduct and DescribeProducts URLs.
Security assessment
This is a non-security documentation fix for broken links.
Evidence
+Use the [EnableImportFindingsForProduct](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_EnableImportFindingsForProduct.html) operation. If you're using the AWS CLI, run the [enable-import-findings-for-product](https://docs.aws.amazon.com/cli/latest/reference/securityhub/enable-import-findings-for-product.html) command. To enable Security Hub to receive findings from an integration, you need the product ARN. To obtain the ARNs for the available integrations, use the [DescribeProducts](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DescribeProducts.html) operation. If you're using the AWS CLI, run the [describe-products](https://docs.aws.amazon.com/cli/latest/reference/securityhub/describe-products.html).
Diff
diff --git a/securityhub/latest/userguide/securityhub-integration-enable.md b/securityhub/latest/userguide/securityhub-integration-enable.md index 03494e1f0..d2907d051 100644 --- a//securityhub/latest/userguide/securityhub-integration-enable.md +++ b//securityhub/latest/userguide/securityhub-integration-enable.md @@ -40 +40 @@ Security Hub CSPM API -Use the [EnableImportFindingsForProduct](https://docs.aws.amazon.com//securityhub/1.0/APIReference/API_EnableImportFindingsForProduct.html) operation. If you're using the AWS CLI, run the [enable-import-findings-for-product](https://docs.aws.amazon.com/cli/latest/reference/securityhub/enable-import-findings-for-product.html) command. To enable Security Hub to receive findings from an integration, you need the product ARN. To obtain the ARNs for the available integrations, use the [DescribeProducts](https://docs.aws.amazon.com//securityhub/1.0/APIReference/API_DescribeProducts.html) operation. If you're using the AWS CLI, run the [describe-products](https://docs.aws.amazon.com/cli/latest/reference/securityhub/describe-products.html). +Use the [EnableImportFindingsForProduct](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_EnableImportFindingsForProduct.html) operation. If you're using the AWS CLI, run the [enable-import-findings-for-product](https://docs.aws.amazon.com/cli/latest/reference/securityhub/enable-import-findings-for-product.html) command. To enable Security Hub to receive findings from an integration, you need the product ARN. To obtain the ARNs for the available integrations, use the [DescribeProducts](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DescribeProducts.html) operation. If you're using the AWS CLI, run the [describe-products](https://docs.aws.amazon.com/cli/latest/reference/securityhub/describe-products.html).