InternetMonitorState constructor
- Input<
String?> ? arn, - Input<
InternetMonitorHealthEventsConfig?> ? healthEventsConfig, - Input<
InternetMonitorInternetMeasurementsLogDelivery?> ? internetMeasurementsLogDelivery, - Input<
int?> ? maxCityNetworksToMonitor, - Input<
String?> ? monitorName, - Input<
String?> ? region, - Input<
List< ? resources,String> ?> - Input<
String?> ? status, - Input<
Map< ? tags,String, String> ?> - Input<
Map< ? tagsAll,String, String> ?> - Input<
int?> ? trafficPercentageToMonitor,
Creates a new InternetMonitorState.
arn ARN of the Monitor.
healthEventsConfig Health event thresholds. A health event threshold percentage, for performance and availability, determines when Internet Monitor creates a health event when there's an internet issue that affects your application end users. See Health Events Config below.
internetMeasurementsLogDelivery Publish internet measurements for Internet Monitor to an Amazon S3 bucket in addition to CloudWatch Logs.
maxCityNetworksToMonitor 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.
monitorName The name of the monitor.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
resources Resources to include in a monitor, which you provide as a set of ARNs.
status The status for a monitor. The accepted values for Status with the UpdateMonitor API call are the following: ACTIVE and INACTIVE.
tags Map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
tagsAll Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
trafficPercentageToMonitor The percentage of the internet-facing traffic for your application that you want to monitor with this monitor.
Implementation
const InternetMonitorState({
this.arn,
this.healthEventsConfig,
this.internetMeasurementsLogDelivery,
this.maxCityNetworksToMonitor,
this.monitorName,
this.region,
this.resources,
this.status,
this.tags,
this.tagsAll,
this.trafficPercentageToMonitor,
});