AWS controltower: Fix broken URL for control parameters documentation
Summary
Corrected a broken hyperlink by removing an extra slash in the Configure controls with parameters URL.
Security assessment
The change fixes a documentation URL typo; it does not address security vulnerabilities or introduce security content.
Evidence
+ * This control supports configuration. It contains elements that are included by AWS Control Tower conditionally, based on the configuration you select. This control supports the following configuration parameters: **ExemptedPrincipalArns**. For more information, see [Configure controls with parameters](https://docs.aws.amazon.com/controltower/latest/controlreference/control-parameter-concepts.html).
Diff
diff --git a/controltower/latest/controlreference/strongly-recommended-preventive-controls.md b/controltower/latest/controlreference/strongly-recommended-preventive-controls.md index 87167a3ec..bcb864007 100644 --- a//controltower/latest/controlreference/strongly-recommended-preventive-controls.md +++ b//controltower/latest/controlreference/strongly-recommended-preventive-controls.md @@ -47 +47 @@ This is a preventive control with strongly-recommended guidance based on service - * This control supports configuration. It contains elements that are included by AWS Control Tower conditionally, based on the configuration you select. This control supports the following configuration parameters: **ExemptedPrincipalArns**. For more information, see [Configure controls with parameters](https://docs.aws.amazon.com//controltower/latest/controlreference/control-parameter-concepts.html). + * This control supports configuration. It contains elements that are included by AWS Control Tower conditionally, based on the configuration you select. This control supports the following configuration parameters: **ExemptedPrincipalArns**. For more information, see [Configure controls with parameters](https://docs.aws.amazon.com/controltower/latest/controlreference/control-parameter-concepts.html). @@ -104 +104 @@ This is a preventive control with strongly-recommended guidance based on service - * This control supports configuration. It contains elements that are included by AWS Control Tower conditionally, based on the configuration you select. This control supports the following configuration parameters: **ExemptedPrincipalArns** , **ExemptAssumeRoot**. For more information, see [Configure controls with parameters](https://docs.aws.amazon.com//controltower/latest/controlreference/control-parameter-concepts.html). + * This control supports configuration. It contains elements that are included by AWS Control Tower conditionally, based on the configuration you select. This control supports the following configuration parameters: **ExemptedPrincipalArns** , **ExemptAssumeRoot**. For more information, see [Configure controls with parameters](https://docs.aws.amazon.com/controltower/latest/controlreference/control-parameter-concepts.html).