File tree Expand file tree Collapse file tree
infrastructure/terraform/modules/eventsub Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646| ------| -------------|
4747| <a name =" output_s3_bucket_event_cache " ></a > [ s3\_ bucket\_ event\_ cache] ( #output\_ s3\_ bucket\_ event\_ cache ) | S3 Bucket ARN and Name for event cache |
4848| <a name =" output_sns_topic " ></a > [ sns\_ topic] ( #output\_ sns\_ topic ) | SNS Topic ARN and Name |
49- | <a name =" output_subscriber_anomaly_alarm " ></a > [ subscriber\_ anomaly\_ alarm] ( #output\_ subscriber\_ anomaly\_ alarm ) | Subscriber anomaly detection alarm details |
5049<!-- vale on -->
5150<!-- markdownlint-enable -->
5251<!-- END_TF_DOCS -->
Original file line number Diff line number Diff line change @@ -13,12 +13,3 @@ output "s3_bucket_event_cache" {
1313 bucket = module.s3bucket_event_cache[0 ].bucket
1414 } : {}
1515}
16-
17- # CloudWatch Anomaly Detection Alarm
18- output "subscriber_anomaly_alarm" {
19- description = " Subscriber anomaly detection alarm details"
20- value = var. enable_event_anomaly_detection ? {
21- arn = aws_cloudwatch_metric_alarm.subscriber_anomaly[0 ].arn
22- name = aws_cloudwatch_metric_alarm.subscriber_anomaly[0 ].alarm_name
23- } : null
24- }
You can’t perform that action at this time.
0 commit comments