Skip to content

Commit fc10b8a

Browse files
committed
add CloudWatchSynthetics support
1 parent c014d88 commit fc10b8a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pkg/config/services.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,4 +1101,14 @@ var SupportedServices = serviceConfigs{
11011101
regexp.MustCompile(":core-network/(?P<CoreNetwork>[^/]+)$"),
11021102
},
11031103
},
1104+
{
1105+
Namespace: "CloudWatchSynthetics",
1106+
Alias: "synthetics",
1107+
ResourceFilters: []*string{
1108+
aws.String("synthetics:canary"),
1109+
},
1110+
DimensionRegexps: []*regexp.Regexp{
1111+
regexp.MustCompile(":canary:(?P<CanaryName>[^:]+)$"),
1112+
},
1113+
},
11041114
}

0 commit comments

Comments
 (0)