InternetMonitor

class InternetMonitor : KotlinCustomResource

Provides a Internet Monitor Monitor resource.

Example Usage

package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.cloudwatch.InternetMonitor;
import com.pulumi.aws.cloudwatch.InternetMonitorArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var example = new InternetMonitor("example", InternetMonitorArgs.builder()
.monitorName("exmple")
.build());
}
}

Import

Internet Monitor Monitors can be imported using the monitor_name, e.g.,

$ pulumi import aws:cloudwatch/internetMonitor:InternetMonitor some some-monitor

Properties

Link copied to clipboard
val arn: Output<String>

ARN of the Monitor.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

Publish internet measurements for Internet Monitor to an Amazon S3 bucket in addition to CloudWatch Logs.

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 or ASN, such as an internet service provider (ISP), that clients access the resources through. This limit helps control billing costs.

Link copied to clipboard
val monitorName: Output<String>

The name of the monitor. The following arguments are optional:

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val resources: Output<List<String>>?

The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs).

Link copied to clipboard
val status: Output<String>?

The status for a monitor. The accepted values for Status with the UpdateMonitor API call are the following: ACTIVE and INACTIVE.

Link copied to clipboard
val tags: Output<Map<String, String>>?

Map of tags to assign to the resource. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

Link copied to clipboard
val tagsAll: Output<Map<String, String>>

Map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.

Link copied to clipboard

The percentage of the internet-facing traffic for your application that you want to monitor with this monitor.

Link copied to clipboard
val urn: Output<String>