GetMonitorResult

data class GetMonitorResult(val createdAt: String? = null, val healthEventsConfig: MonitorHealthEventsConfig? = null, val internetMeasurementsLogDelivery: MonitorInternetMeasurementsLogDelivery? = null, val maxCityNetworksToMonitor: Int? = null, val modifiedAt: String? = null, val monitorArn: String? = null, val processingStatus: MonitorProcessingStatusCode? = null, val processingStatusInfo: String? = null, val resources: List<String>? = null, val status: MonitorConfigState? = null, val tags: List<Tag>? = null, val trafficPercentageToMonitor: Int? = null)

Constructors

Link copied to clipboard
constructor(createdAt: String? = null, healthEventsConfig: MonitorHealthEventsConfig? = null, internetMeasurementsLogDelivery: MonitorInternetMeasurementsLogDelivery? = null, maxCityNetworksToMonitor: Int? = null, modifiedAt: String? = null, monitorArn: String? = null, processingStatus: MonitorProcessingStatusCode? = null, processingStatusInfo: String? = null, resources: List<String>? = null, status: MonitorConfigState? = null, tags: List<Tag>? = null, trafficPercentageToMonitor: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: String? = null

The time when the monitor was created.

Link copied to clipboard

A complex type with the configuration information that determines the threshold and other conditions for when Internet Monitor creates a health event for an overall performance or availability issue, across an application's geographies. Defines the percentages, for overall performance scores and availability scores for an application, that are the thresholds for when Amazon CloudWatch Internet Monitor creates a health event. You can override the defaults to set a custom threshold for overall performance or availability scores, or both. You can also set thresholds for local health scores,, where Internet Monitor creates a health event when scores cross a threshold for one or more city-networks, in addition to creating an event when an overall score crosses a threshold. If you don't set a health event threshold, the default value is 95%. For local thresholds, you also set a minimum percentage of overall traffic that is impacted by an issue before Internet Monitor creates an event. In addition, you can disable local thresholds, for performance scores, availability scores, or both. For more information, see Change health event thresholds in the Internet Monitor section of the CloudWatch User Guide .

Link copied to clipboard

Publish internet measurements for a monitor for all city-networks (up to the 500,000 service limit) to another location, such as an Amazon S3 bucket. Measurements are also published to Amazon CloudWatch Logs for the first 500 (by traffic volume) city-networks (client locations and ASNs, typically internet service providers or ISPs).

Link copied to clipboard

The maximum number of city-networks to monitor for your resources. A city-network is the location (city) where clients access your application resources from and the network, such as an internet service provider, that clients access the resources through. For more information, see Choosing a city-network maximum value in Using Amazon CloudWatch Internet Monitor .

Link copied to clipboard
val modifiedAt: String? = null

The last time that the monitor was modified.

Link copied to clipboard
val monitorArn: String? = null

The Amazon Resource Name (ARN) of the monitor.

Link copied to clipboard

The health of data processing for the monitor. For more information, see ProcessingStatus under MonitorListMember in the Amazon CloudWatch Internet Monitor API Reference .

Link copied to clipboard

Additional information about the health of the data processing for the monitor.

Link copied to clipboard
val resources: List<String>? = null

The resources that have been added for the monitor, listed by their Amazon Resource Names (ARNs). Use this option to add or remove resources when making an update.

Link copied to clipboard

The status of a monitor. The accepted values that you can specify for Status are ACTIVE and INACTIVE .

Link copied to clipboard
val tags: List<Tag>? = null

The tags for a monitor, listed as a set of key:value pairs.

Link copied to clipboard

The percentage of the internet-facing traffic for your application that you want to monitor. You can also, optionally, set a limit for the number of city-networks (client locations and ASNs, typically internet service providers) that Internet Monitor will monitor traffic for. The city-networks maximum limit caps the number of city-networks that Internet Monitor monitors for your application, regardless of the percentage of traffic that you choose to monitor.