Skip to content

Commit 28be13e

Browse files
author
AWS
committed
AWS Config Update: Documentation update for the OrganizationConfigRuleName regex pattern.
1 parent b15668b commit 28be13e

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": "AWS Config",
4+
"contributor": "",
5+
"description": "Documentation update for the OrganizationConfigRuleName regex pattern."
6+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5662,7 +5662,7 @@
56625662
"type":"string",
56635663
"max":64,
56645664
"min":1,
5665-
"pattern":".*\\S.*"
5665+
"pattern":"[A-Za-z0-9-_]+"
56665666
},
56675667
"OrganizationConfigRuleNames":{
56685668
"type":"list",

0 commit comments

Comments
 (0)