AWS securityhub: Fixed URL for ListSecurityControlDefinitions API reference
Summary
Removed erroneous double slash from API documentation link.
Security assessment
Formatting correction for a documentation URL with no security implications.
Evidence
use the [ListSecurityControlDefinitions](https://docs.aws.amazon.com//securityhub/1.0/APIReference/API_ListSecurityControlDefinitions.html) operation.
Diff
diff --git a/securityhub/latest/userguide/custom-control-parameters.md b/securityhub/latest/userguide/custom-control-parameters.md index 0905a78db..f826ed2e9 100644 --- a//securityhub/latest/userguide/custom-control-parameters.md +++ b//securityhub/latest/userguide/custom-control-parameters.md @@ -88 +88 @@ If you want to track updates to the default Security Hub CSPM value for a parame -For a list of security controls that support custom parameters, see the **Controls** page of the Security Hub CSPM console or the [Control reference for Security Hub CSPM](./securityhub-controls-reference.html). To retrieve this list programmatically, you can use the [ListSecurityControlDefinitions](https://docs.aws.amazon.com//securityhub/1.0/APIReference/API_ListSecurityControlDefinitions.html) operation. In the response, the `CustomizableProperties` object indicates which controls support customizable parameters. +For a list of security controls that support custom parameters, see the **Controls** page of the Security Hub CSPM console or the [Control reference for Security Hub CSPM](./securityhub-controls-reference.html). To retrieve this list programmatically, you can use the [ListSecurityControlDefinitions](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_ListSecurityControlDefinitions.html) operation. In the response, the `CustomizableProperties` object indicates which controls support customizable parameters.