We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03282bc commit b1efe66Copy full SHA for b1efe66
pkg/config/services.go
@@ -741,10 +741,12 @@ var SupportedServices = serviceConfigs{
741
ResourceFilters: []*string{
742
aws.String("rds:db"),
743
aws.String("rds:cluster"),
744
+ aws.String("rds:db-proxy"),
745
},
746
DimensionRegexps: []*regexp.Regexp{
747
regexp.MustCompile(":cluster:(?P<DBClusterIdentifier>[^/]+)"),
748
regexp.MustCompile(":db:(?P<DBInstanceIdentifier>[^/]+)"),
749
+ regexp.MustCompile(":db-proxy:(?P<ProxyIdentifier>[^/]+)"),
750
751
752
{
0 commit comments