{
"Expressions": {
"Amazon AWS Access Key ID (Legacy)": {
"Expression": "AKIA[0-9A-Z]{16}",
"Unit-Tests": [
{
"Title": "Baseline",
"Input": "AKIA123456789abcderf",
"Description": "Prefix, Numerics, Character Match",
"Truthy": true
},
{
"Title": "Non-Numerics",
"Input": "AKIAabcdefghijklmnop",
"Description": "Stripped of Numbers",
"Truthy": true
},
{
"Title": "Under 16 Characters",
"Input": "AKIA",
"Description": "Only Prefix Found",
"Truthy": false
}
],
"External": "https://regex101.com/r/hDdc88/1",
"Comment": "...",
"Provider": "AWS",
"Context": "Cloud"
}
}
}