Commit 3606e282 by Spencer Taylor Committed by GitHub

CloudWatch: Add missing TransitGateway dimension (#28061)

Adding missing TransitGatewayAttachment dimension to the AWS/TransitGateway namespace.
parent 0a2ef086
......@@ -214,7 +214,7 @@ var dimensionsMap = map[string][]string{
"AWS/StorageGateway": {"GatewayId", "GatewayName", "VolumeId"},
"AWS/Textract": {},
"AWS/ThingsGraph": {"FlowTemplateId", "StepName", "SystemTemplateId"},
"AWS/TransitGateway": {"TransitGateway"},
"AWS/TransitGateway": {"TransitGateway", "TransitGatewayAttachment"},
"AWS/Translate": {"LanguagePair", "Operation"},
"AWS/TrustedAdvisor": {},
"AWS/Usage": {"Class", "Resource", "Service", "Type"},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment