Skip to content

Commit 0d14569

Browse files
author
AWS
committed
Amazon Route 53 Resolver Update: Adding DICTIONARY_DGA to dns-threat-protection as a new enum type. Customers can now set rules for dictionary dga protection
1 parent 0659409 commit 0d14569

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Route 53 Resolver",
4+
"contributor": "",
5+
"description": "Adding DICTIONARY_DGA to dns-threat-protection as a new enum type. Customers can now set rules for dictionary dga protection"
6+
}

services/route53resolver/src/main/resources/codegen-resources/service-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2045,7 +2045,8 @@
20452045
"type":"string",
20462046
"enum":[
20472047
"DGA",
2048-
"DNS_TUNNELING"
2048+
"DNS_TUNNELING",
2049+
"DICTIONARY_DGA"
20492050
]
20502051
},
20512052
"DomainListFileUrl":{

0 commit comments

Comments
 (0)