Aws Cloudwatch Metrics
@g2rant/aws-cloudwatch-metricsv2026.07.10.1
01README
Query AWS CloudWatch metrics (list_metrics, get_data) with credentials sourced from a swamp vault instead of the ambient AWS SDK credential chain.
02Models
@g2rant/aws-cloudwatch-metricsv2026.07.10.1aws_cloudwatch_metrics.ts
fn list_metrics()
List available CloudWatch metrics by namespace
fn get_data(namespace: string, metricName: string, name: string, value: string)
Get metric data points for a specific metric
| Argument | Type | Description |
|---|---|---|
| namespace | string | AWS namespace (e.g., AWS/VPN) |
| metricName | string | Metric name (e.g., TunnelState, TunnelDataIn) |
| name | string | |
| value | string |
Resources
metricList(1h)— List of CloudWatch metrics
metricData(1h)— CloudWatch metric data points
03Stats
B
85 / 100
Downloads
1
Archive size
170.4 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository0/2missing
04Platforms