File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -969,14 +969,14 @@ Resources:
969
969
Type: AWS::CloudWatch::Alarm
970
970
Properties:
971
971
AlarmName: !Sub "${SubDomainName}_high_users_blocked"
972
- AlarmDescription: Unusually high number of users being blocked by our throttling
972
+ AlarmDescription: Unusually high number of users being newly blocked by our throttling
973
973
thresholds.
974
974
ActionsEnabled: true
975
975
OKActions: []
976
976
AlarmActions:
977
977
- !If [SilenceAlertsCondition, !Ref AWS::NoValue, !Sub "arn:aws:sns:${AWS::Region}:${AWS::AccountId}:javabuilder-high-throttling"]
978
978
InsufficientDataActions: []
979
- MetricName: UserBlocked
979
+ MetricName: NewUserBlocked
980
980
Namespace: Javabuilder
981
981
Statistic: Sum
982
982
Dimensions:
@@ -993,14 +993,14 @@ Resources:
993
993
Type: AWS::CloudWatch::Alarm
994
994
Properties:
995
995
AlarmName: !Sub "${SubDomainName}_high_classrooms_blocked"
996
- AlarmDescription: Unusually high number of classrooms being blocked by our throttling
996
+ AlarmDescription: Unusually high number of classrooms being newly blocked by our throttling
997
997
thresholds.
998
998
ActionsEnabled: true
999
999
OKActions: []
1000
1000
AlarmActions:
1001
1001
- !If [SilenceAlertsCondition, !Ref AWS::NoValue, !Sub "arn:aws:sns:${AWS::Region}:${AWS::AccountId}:javabuilder-high-throttling"]
1002
1002
InsufficientDataActions: []
1003
- MetricName: ClassroomBlocked
1003
+ MetricName: NewClassroomBlocked
1004
1004
Namespace: Javabuilder
1005
1005
Statistic: Sum
1006
1006
Dimensions:
You can’t perform that action at this time.
0 commit comments