Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/docker/alpine-3.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiangreco authored Dec 12, 2023
2 parents 9fb875c + 4f878cb commit 95ac739
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Only the latest version gets security updates. We won't support older versions.
* cassandra (AWS/Cassandra) - Cassandra
* cloudfront (AWS/CloudFront) - Cloud Front
* cognito-idp (AWS/Cognito) - Cognito
* datasync (AWS/DataSync) - DataSync
* dms (AWS/DMS) - Database Migration Service
* docdb (AWS/DocDB) - DocumentDB (with MongoDB compatibility)
* dx (AWS/DX) - Direct Connect
Expand Down
12 changes: 12 additions & 0 deletions pkg/config/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,18 @@ var SupportedServices = serviceConfigs{
regexp.MustCompile("userpool/(?P<UserPool>[^/]+)"),
},
},
{
Namespace: "AWS/DataSync",
Alias: "datasync",
ResourceFilters: []*string{
aws.String("datasync:task"),
aws.String("datasync:agent"),
},
DimensionRegexps: []*regexp.Regexp{
regexp.MustCompile(":task/(?P<TaskId>[^/]+)"),
regexp.MustCompile(":agent/(?P<AgentId>[^/]+)"),
},
},
{
Namespace: "AWS/DMS",
Alias: "dms",
Expand Down

0 comments on commit 95ac739

Please sign in to comment.