Skip to content

Commit a90d371

Browse files
author
AWS
committed
Synthetics Update: Support for Java runtime handler pattern.
1 parent 36302e3 commit a90d371

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-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": "Synthetics",
4+
"contributor": "",
5+
"description": "Support for Java runtime handler pattern."
6+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@
881881
"type":"string",
882882
"max":128,
883883
"min":1,
884-
"pattern":"^([0-9a-zA-Z_-]+\\/)*[0-9A-Za-z_\\\\-]+\\.[A-Za-z_][A-Za-z0-9_]*$"
884+
"pattern":"^([0-9a-zA-Z_-]+(\\/|\\.))*[0-9A-Za-z_\\\\-]+(\\.|::)[A-Za-z_][A-Za-z0-9_]*$"
885885
},
886886
"ConflictException":{
887887
"type":"structure",

0 commit comments

Comments
 (0)