You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update kms_key_id validation to accept all AWS-supported formats
fix: update kms_key_id validation to accept all AWS-supported formats
- Changed ValidateFunc from verify.ValidARN to verify.ValidKMSKeyID
- Now accepts key ID, key alias, key ARN, and alias ARN
- Matches AWS API documentation requirements
- Fixes documentation ambiguity reported in #44505
0 commit comments