You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <code><ahref="#serverless-website-analytics.AlarmProps.property.alarmTopic">alarmTopic</a></code> | <code>aws-cdk-lib.aws_sns.Topic</code> | The SNS topic to send alarms to. |
328
+
| <code><ahref="#serverless-website-analytics.AlarmProps.property.alarmTypes">alarmTypes</a></code> | <code><ahref="#serverless-website-analytics.AlarmTypes">AlarmTypes</a></code> | Specify which alarms you want. |
| <code><ahref="#serverless-website-analytics.AlarmTypes.property.firehose">firehose</a></code> | <code>boolean</code> | Adds a throttle and s3 delivery failure alarms for both Firehoses. |
371
+
| <code><ahref="#serverless-website-analytics.AlarmTypes.property.lambda">lambda</a></code> | <code>boolean</code> | Adds a hard and soft alarm to both Lambda functions; |
| <code><ahref="#serverless-website-analytics.Observability.property.alarms">alarms</a></code> | <code><ahref="#serverless-website-analytics.AlarmProps">AlarmProps</a></code> | Adds CloudWatch Alarms to the resources created by this construct. |
540
+
| <code><ahref="#serverless-website-analytics.Observability.property.dashboard">dashboard</a></code> | <code>boolean</code> | Adds a CloudWatch dashboard with metrics for the resources created by this construct. |
| <code><ahref="#serverless-website-analytics.SwaProps.property.auth">auth</a></code> | <code><ahref="#serverless-website-analytics.SwaAuth">SwaAuth</a></code> | The auth configuration which defaults to none. |
649
778
| <code><ahref="#serverless-website-analytics.SwaProps.property.domain">domain</a></code> | <code><ahref="#serverless-website-analytics.Domain">Domain</a></code> | If specified, it will create the CloudFront and Cognito resources at the specified domain and optionally create the DNS records in the specified Route53 hosted zone. |
650
779
| <code><ahref="#serverless-website-analytics.SwaProps.property.isDemoPage">isDemoPage</a></code> | <code>boolean</code> | If specified, adds the banner at the top of the page linking back to the open source project. |
780
+
| <code><ahref="#serverless-website-analytics.SwaProps.property.observability">observability</a></code> | <code><ahref="#serverless-website-analytics.Observability">Observability</a></code> | Adds a CloudWatch Dashboard and Alarms if specified. |
651
781
652
782
---
653
783
@@ -752,5 +882,17 @@ If specified, adds the banner at the top of the page linking back to the open so
0 commit comments