Cloudwatch: Fix dimensions of of DDoSProtection (#25317)

This commit is contained in:
Sofia Papagiannaki 2020-06-03 12:58:05 +03:00 committed by GitHub
parent d040daa1cd
commit 467348bded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,7 +140,7 @@ var dimensionsMap = map[string][]string{
"AWS/Cognito": {"Operation", "RiskLevel", "UserPoolId"},
"AWS/Connect": {"InstanceId", "MetricGroup", "Participant", "QueueName", "Stream Type", "Type of Connection"},
"AWS/DataSync": {"AgentId", "TaskId"},
"AWS/DDoSProtection": {"ACKFlood", "ChargenReflection", "DNSReflection", "GenericUDPReflection", "MemcachedReflection", "MSSQLReflection", "NetBIOSReflection", "NTPReflection", "PortMapper", "RequestFlood", "RIPReflection", "SNMPReflection", "SSDPReflection", "SYNFlood", "UDPFragment", "UDPTraffic", "UDPReflection"},
"AWS/DDoSProtection": {"ResourceArn", "AttackVector"},
"AWS/DMS": {"ReplicationInstanceIdentifier", "ReplicationTaskIdentifier"},
"AWS/DocDB": {"DBClusterIdentifier", "DBInstanceIdentifier", "Role"},
"AWS/DX": {"ConnectionId"},