Skip to content

Commit de2701a

Browse files
add AWS/Bedrock GuardrailArn dimension-based resource tagging
1 parent 0b18b2c commit de2701a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pkg/config/services.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,6 +1039,12 @@ var SupportedServices = serviceConfigs{
10391039
{
10401040
Namespace: "AWS/Bedrock",
10411041
Alias: "bedrock",
1042+
ResourceFilters: []*string{
1043+
aws.String("bedrock:guardrail"),
1044+
},
1045+
DimensionRegexps: []*regexp.Regexp{
1046+
regexp.MustCompile("(?P<GuardrailArn>.+)"),
1047+
},
10421048
},
10431049
{
10441050
Namespace: "AWS/Events",

0 commit comments

Comments
 (0)