AWS securityhub documentation change
Summary
Updated parameter documentation for 'requiredKeyTags' to specify maximum of 6 items in StringList type and allowed values
Security assessment
Consistent with other tag-related documentation updates. Enhances security guidance but does not resolve a specific vulnerability.
Diff
diff --git a/securityhub/latest/userguide/pca-controls.md b/securityhub/latest/userguide/pca-controls.md index 89ab24c6a..23329be4a 100644 --- a//securityhub/latest/userguide/pca-controls.md +++ b//securityhub/latest/userguide/pca-controls.md @@ -53 +53 @@ Parameter | Description | Type | Allowed custom values | Security Hub default va -`requiredKeyTags` | List of non-system tag keys that the evaluated resource must contain. Tag keys are case sensitive. | StringList | List of tags that meet [AWS requirements](https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html#tag-conventions) | No default value +`requiredKeyTags` | List of non-system tag keys that the evaluated resource must contain. Tag keys are case sensitive. | StringList (maximum of 6 items) | 1–6 tag keys that meet [AWS requirements](https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html#tag-conventions). | No default value