#[non_exhaustive]pub struct GetMonitorOutput {Show 13 fields
pub monitor_name: Option<String>,
pub monitor_arn: Option<String>,
pub resources: Option<Vec<String>>,
pub status: Option<MonitorConfigState>,
pub created_at: Option<DateTime>,
pub modified_at: Option<DateTime>,
pub processing_status: Option<MonitorProcessingStatusCode>,
pub processing_status_info: Option<String>,
pub tags: Option<HashMap<String, String>>,
pub max_city_networks_to_monitor: i32,
pub internet_measurements_log_delivery: Option<InternetMeasurementsLogDelivery>,
pub traffic_percentage_to_monitor: i32,
pub health_events_config: Option<HealthEventsConfig>,
/* private fields */
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.monitor_name: Option<String>The name of the monitor.
monitor_arn: Option<String>The Amazon Resource Name (ARN) of the monitor.
resources: Option<Vec<String>>The resources that have been added for the monitor. Resources are listed by their Amazon Resource Names (ARNs).
status: Option<MonitorConfigState>The status of the monitor.
created_at: Option<DateTime>The time when the monitor was created.
modified_at: Option<DateTime>The last time that the monitor was modified.
processing_status: Option<MonitorProcessingStatusCode>The health of the data processing for the monitor.
processing_status_info: Option<String>Additional information about the health of the data processing for the monitor.
The tags that have been added to monitor.
max_city_networks_to_monitor: i32The 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 or ASN, such as an internet service provider (ISP), that clients access the resources through. This limit helps control billing costs.
To learn more, see Choosing a city-network maximum value in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
internet_measurements_log_delivery: Option<InternetMeasurementsLogDelivery>Publish internet measurements for Internet Monitor to another location, such as an Amazon S3 bucket. The measurements are also published to Amazon CloudWatch Logs.
traffic_percentage_to_monitor: i32The percentage of the internet-facing traffic for your application that you want to monitor with this monitor.
health_events_config: Option<HealthEventsConfig>The list of health event thresholds. A health event threshold percentage, for performance and availability, determines the level of impact at which Amazon CloudWatch Internet Monitor creates a health event when there's an internet issue that affects your application end users.
Implementations§
source§impl GetMonitorOutput
impl GetMonitorOutput
sourcepub fn monitor_name(&self) -> Option<&str>
pub fn monitor_name(&self) -> Option<&str>
The name of the monitor.
sourcepub fn monitor_arn(&self) -> Option<&str>
pub fn monitor_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the monitor.
sourcepub fn resources(&self) -> Option<&[String]>
pub fn resources(&self) -> Option<&[String]>
The resources that have been added for the monitor. Resources are listed by their Amazon Resource Names (ARNs).
sourcepub fn status(&self) -> Option<&MonitorConfigState>
pub fn status(&self) -> Option<&MonitorConfigState>
The status of the monitor.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The time when the monitor was created.
sourcepub fn modified_at(&self) -> Option<&DateTime>
pub fn modified_at(&self) -> Option<&DateTime>
The last time that the monitor was modified.
sourcepub fn processing_status(&self) -> Option<&MonitorProcessingStatusCode>
pub fn processing_status(&self) -> Option<&MonitorProcessingStatusCode>
The health of the data processing for the monitor.
sourcepub fn processing_status_info(&self) -> Option<&str>
pub fn processing_status_info(&self) -> Option<&str>
Additional information about the health of the data processing for the monitor.
The tags that have been added to monitor.
sourcepub fn max_city_networks_to_monitor(&self) -> i32
pub fn max_city_networks_to_monitor(&self) -> i32
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 or ASN, such as an internet service provider (ISP), that clients access the resources through. This limit helps control billing costs.
To learn more, see Choosing a city-network maximum value in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
sourcepub fn internet_measurements_log_delivery(
&self
) -> Option<&InternetMeasurementsLogDelivery>
pub fn internet_measurements_log_delivery( &self ) -> Option<&InternetMeasurementsLogDelivery>
Publish internet measurements for Internet Monitor to another location, such as an Amazon S3 bucket. The measurements are also published to Amazon CloudWatch Logs.
sourcepub fn traffic_percentage_to_monitor(&self) -> i32
pub fn traffic_percentage_to_monitor(&self) -> i32
The percentage of the internet-facing traffic for your application that you want to monitor with this monitor.
sourcepub fn health_events_config(&self) -> Option<&HealthEventsConfig>
pub fn health_events_config(&self) -> Option<&HealthEventsConfig>
The list of health event thresholds. A health event threshold percentage, for performance and availability, determines the level of impact at which Amazon CloudWatch Internet Monitor creates a health event when there's an internet issue that affects your application end users.
source§impl GetMonitorOutput
impl GetMonitorOutput
sourcepub fn builder() -> GetMonitorOutputBuilder
pub fn builder() -> GetMonitorOutputBuilder
Creates a new builder-style object to manufacture GetMonitorOutput.
Trait Implementations§
source§impl Clone for GetMonitorOutput
impl Clone for GetMonitorOutput
source§fn clone(&self) -> GetMonitorOutput
fn clone(&self) -> GetMonitorOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for GetMonitorOutput
impl Debug for GetMonitorOutput
source§impl PartialEq<GetMonitorOutput> for GetMonitorOutput
impl PartialEq<GetMonitorOutput> for GetMonitorOutput
source§fn eq(&self, other: &GetMonitorOutput) -> bool
fn eq(&self, other: &GetMonitorOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for GetMonitorOutput
impl RequestId for GetMonitorOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.