ImpactedLocation

Information about a location impacted by a health event in Amazon CloudWatch Internet Monitor.

Geographic regions are hierarchically categorized into country, subdivision, metro and city geographic granularities. The geographic region is identified based on the IP address used at the client locations.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the network at an impacted location.

Link copied to clipboard

The Autonomous System Number (ASN) of the network at an impacted location.

Link copied to clipboard

The cause of the impairment. There are two types of network impairments: Amazon Web Services network issues or internet issues. Internet issues are typically a problem with a network provider, like an internet service provider (ISP).

Link copied to clipboard
val city: String?

The name of the city where the health event is located.

Link copied to clipboard

The name of the country where the health event is located.

Link copied to clipboard

The country code where the health event is located. The ISO 3166-2 codes for the country is provided, when available.

Link copied to clipboard

The calculated health at a specific location.

Link copied to clipboard

The IPv4 prefixes at the client location that was impacted by the health event.

Link copied to clipboard

The latitude where the health event is located.

Link copied to clipboard

The longitude where the health event is located.

Link copied to clipboard

The metro area where the health event is located.

Link copied to clipboard

The service location where the health event is located.

Link copied to clipboard

The status of the health event at an impacted location.

Link copied to clipboard

The subdivision location where the health event is located. The subdivision usually maps to states in most countries (including the United States). For United Kingdom, it maps to a country (England, Scotland, Wales) or province (Northern Ireland).

Link copied to clipboard

The subdivision code where the health event is located. The ISO 3166-2 codes for country subdivisions is provided, when available.

Functions

Link copied to clipboard
inline fun copy(block: ImpactedLocation.Builder.() -> Unit = {}): ImpactedLocation
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String