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
Add VPN metrics (TunnelState, TunnelDataIn, TunnelDataOut) across all tunnels
and per connection by adding a new augmentation.
Adapt AugmentationGenerator to convert resource name to Kebab case module
name and to support name overrides for class, interface and module when these
cannot be directly derived from the CloudFormation resource name: no base
class or resource name not really Pascal case (e.g. VPNConnection).
Routes will be propagated on the route tables associated with the private subnets.
344
+
345
+
VPN connections expose [metrics (cloudwatch.Metric)](https://github.com/awslabs/aws-cdk/blob/master/packages/%40aws-cdk/aws-cloudwatch/README.md) across all tunnels in the account/region and per connection:
0 commit comments