AWS securityhub documentation change
Summary
Updated 'requiredTagKeys' parameter documentation to specify a maximum of 6 items allowed in StringList and clarify allowed custom values
Security assessment
Similar to DMS controls change, this updates parameter constraints for existing tagging requirements without introducing new security features or addressing vulnerabilities.
Diff
diff --git a/securityhub/latest/userguide/dynamodb-controls.md b/securityhub/latest/userguide/dynamodb-controls.md index ee4f9a14b..f1ec39d69 100644 --- a//securityhub/latest/userguide/dynamodb-controls.md +++ b//securityhub/latest/userguide/dynamodb-controls.md @@ -136 +136 @@ Parameter | Description | Type | Allowed custom values | Security Hub default va -`requiredTagKeys` | 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` +`requiredTagKeys` | 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`