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.healthEventsConfig(IResolvable healthEventsConfig) 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.CfnMonitor.Builder.healthEventsConfig(CfnMonitor.HealthEventsConfigProperty healthEventsConfig) 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.CfnMonitor.Builder.includeLinkedAccounts(Boolean includeLinkedAccounts) A boolean option that you can set toTRUEto include monitors for linked accounts in a list of monitors, when you've set up cross-account sharing in Internet Monitor.CfnMonitor.Builder.includeLinkedAccounts(IResolvable includeLinkedAccounts) A boolean option that you can set toTRUEto include monitors for linked accounts in a list of monitors, when you've set up cross-account sharing in Internet Monitor.CfnMonitor.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.linkedAccountId(String linkedAccountId) The account ID for an account that you've set up cross-account sharing for in Internet Monitor.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 include in 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.