File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ Only the latest version gets security updates. We won't support older versions.
108108 * ` AWS/PrivateLinkServices ` - VPC Endpoint Service
109109 * ` AWS/Prometheus ` - Managed Service for Prometheus
110110 * ` AWS/QLDB ` - Quantum Ledger Database
111+ * ` AWS/QuickSight ` - QuickSight (Business Intelligence)
111112 * ` AWS/RDS ` - Relational Database Service
112113 * ` AWS/Redshift ` - Redshift Database
113114 * ` AWS/Route53 ` - Route53 Health Checks
Original file line number Diff line number Diff line change 1+ apiVersion : v1alpha1
2+ discovery :
3+ jobs :
4+ - type : AWS/QuickSight
5+ regions :
6+ - eu-west-2
7+ period : 30000
8+ length : 30000
9+ metrics :
10+ - name : IngestionErrorCount
11+ statistics : [Sum]
12+ - name : IngestionRowCount
13+ statistics : [Sum]
14+ - name : IngestionInvocationCount
15+ statistics : [Sum]
Original file line number Diff line number Diff line change @@ -719,6 +719,10 @@ var SupportedServices = serviceConfigs{
719719 regexp .MustCompile (":ledger/(?P<LedgerName>[^/]+)" ),
720720 },
721721 },
722+ {
723+ Namespace : "AWS/QuickSight" ,
724+ Alias : "quicksight" ,
725+ },
722726 {
723727 Namespace : "AWS/RDS" ,
724728 Alias : "rds" ,
You can’t perform that action at this time.
0 commit comments