Skip to content

Commit 8402784

Browse files
authored
Add DimensionRegexps support for AWS Backup service (#1775)
Signed-off-by: Amit Shlomovits <[email protected]> Signed-off-by: Amit Shlomovits <[email protected]>
1 parent 15e91b2 commit 8402784

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/config/services.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ var SupportedServices = serviceConfigs{
147147
ResourceFilters: []*string{
148148
aws.String("backup"),
149149
},
150+
DimensionRegexps: []*regexp.Regexp{
151+
regexp.MustCompile(":backup-vault:(?P<BackupVaultName>[^:]+)"),
152+
},
150153
},
151154
{
152155
Namespace: "AWS/ApiGateway",

0 commit comments

Comments
 (0)