AWS outposts documentation change
Summary
Corrected dimension names in CloudWatch metrics documentation (case sensitivity fixes)
Security assessment
Changes fix casing inconsistencies in dimension names (ID -> Id). No security implications as this is purely documentation formatting.
Diff
diff --git a/outposts/latest/network-userguide/outposts-cloudwatch-metrics.md b/outposts/latest/network-userguide/outposts-cloudwatch-metrics.md index 658ddf9e3..8a1ae5378 100644 --- a//outposts/latest/network-userguide/outposts-cloudwatch-metrics.md +++ b//outposts/latest/network-userguide/outposts-cloudwatch-metrics.md @@ -86 +86 @@ Metric | Dimension | Description -`VifBgpSessionState` | **Dimensions for local gateway VIFs** : `OutpostsID`, `VirtualInterfaceGroupId`, `VirtualInterfaceID`. **Dimensions for service link VIFs** : `OutpostsID`, `VirtualInterfaceID`. | The Border Gateway Protocol (BGP) session state between the AWS Outposts of virtual interface (VIF) and on-premise devices. **Unit** : Values 1 through 6 where: +`VifBgpSessionState` | **Dimensions for local gateway VIFs** : `OutpostsId`, `VirtualInterfaceGroupId`, `VirtualInterfaceId`. **Dimensions for service link VIFs** : `OutpostsId`, `VirtualInterfaceId`. | The Border Gateway Protocol (BGP) session state between the AWS Outposts of virtual interface (VIF) and on-premise devices. **Unit** : Values 1 through 6 where: @@ -96 +96 @@ Metric | Dimension | Description -`VifConnectionStatus` | **Dimensions for local gateway VIFs** : `OutpostsID`, `VirtualInterfaceGroupId`, `VirtualInterfaceID`. **Dimensions for service link VIFs** : `OutpostsID`, `VirtualInterfaceID`. | Shows whether the virtual interfaces (VIFs) are ready to forward traffic. **Unit** : 1 or 0 where: +`VifConnectionStatus` | **Dimensions for local gateway VIFs** : `OutpostsId`, `VirtualInterfaceGroupId`, `VirtualInterfaceId`. **Dimensions for service link VIFs** : `OutpostsId`, `VirtualInterfaceId`. | Shows whether the virtual interfaces (VIFs) are ready to forward traffic. **Unit** : 1 or 0 where: