Uses of Class
software.amazon.awscdk.services.internetmonitor.CfnMonitor.Builder
Packages that use CfnMonitor.Builder
Package
Description
AWS::InternetMonitor Construct Library
-
Uses of CfnMonitor.Builder in software.amazon.awscdk.services.internetmonitor
Methods in software.amazon.awscdk.services.internetmonitor that return CfnMonitor.BuilderModifier and TypeMethodDescriptionstatic CfnMonitor.BuilderCfnMonitor.Builder.internetMeasurementsLogDelivery(IResolvable internetMeasurementsLogDelivery) 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.CfnMonitor.Builder.internetMeasurementsLogDelivery(CfnMonitor.InternetMeasurementsLogDeliveryProperty internetMeasurementsLogDelivery) 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.CfnMonitor.Builder.maxCityNetworksToMonitor(Number maxCityNetworksToMonitor) The maximum number of city-networks to monitor for your resources.CfnMonitor.Builder.monitorName(String monitorName) The name of the monitor.The resources that have been added for the monitor, listed by their Amazon Resource Names (ARNs).CfnMonitor.Builder.resourcesToAdd(List<String> resourcesToAdd) The resources to add to a monitor, which you provide as a set of Amazon Resource Names (ARNs).CfnMonitor.Builder.resourcesToRemove(List<String> resourcesToRemove) The resources to remove from a monitor, which you provide as a set of Amazon Resource Names (ARNs).The status of a monitor.The tags for a monitor, listed as a set of key:value pairs.CfnMonitor.Builder.trafficPercentageToMonitor(Number trafficPercentageToMonitor) The percentage of the internet-facing traffic for your application that you want to monitor.