View Source aws_networkmonitor (aws v1.0.4)

Amazon CloudWatch Network Monitor is an Amazon Web Services active network monitoring service that identifies if a network issues exists within the Amazon Web Services network or your own company network.

Within Network Monitor you'll choose the source VPCs and subnets from the Amazon Web Services network in which you operate and then you'll choose the destination IP addresses from your on-premises network. From these sources and destinations, Network Monitor creates a monitor containing all the possible source and destination combinations, each of which is called a probe, within a single monitor. These probes then monitor network traffic to help you identify where network issues might be affecting your traffic.

For more information, see Using Amazon CloudWatch Network Monitor: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/what-is-network-monitor.html in the Amazon CloudWatch User Guide.

Summary

Functions

Creates a monitor between a source subnet and destination IP address.

Create a probe within a monitor.

Deletes a specified monitor.

Deletes the specified monitor.

Returns details about a specific monitor.

Returns the details about a probe.

Returns a list of all of your monitors.
Lists the tags assigned to this resource.
Adds key-value pairs to a monitor or probe.
Removes a key-value pair from a monitor or probe.

Updates the aggregationPeriod for a monitor.

Functions

Link to this function

create_monitor(Client, Input)

View Source

Creates a monitor between a source subnet and destination IP address.

Within a monitor you'll create one or more probes that monitor network traffic between your source Amazon Web Services VPC subnets and your destination IP addresses. Each probe then aggregates and sends metrics to Amazon CloudWatch.
Link to this function

create_monitor(Client, Input0, Options0)

View Source
Link to this function

create_probe(Client, MonitorName, Input)

View Source

Create a probe within a monitor.

Once you create a probe, and it begins monitoring your network traffic, you'll incur billing charges for that probe.
Link to this function

create_probe(Client, MonitorName, Input0, Options0)

View Source
Link to this function

delete_monitor(Client, MonitorName, Input)

View Source
Deletes a specified monitor.
Link to this function

delete_monitor(Client, MonitorName, Input0, Options0)

View Source
Link to this function

delete_probe(Client, MonitorName, ProbeId, Input)

View Source

Deletes the specified monitor.

Once a probe is deleted you'll no longer incur any billing fees for that probe.
Link to this function

delete_probe(Client, MonitorName, ProbeId, Input0, Options0)

View Source
Link to this function

get_monitor(Client, MonitorName)

View Source
Returns details about a specific monitor.
Link to this function

get_monitor(Client, MonitorName, QueryMap, HeadersMap)

View Source
Link to this function

get_monitor(Client, MonitorName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_probe(Client, MonitorName, ProbeId)

View Source

Returns the details about a probe.

You'll need both the monitorName and probeId.
Link to this function

get_probe(Client, MonitorName, ProbeId, QueryMap, HeadersMap)

View Source
Link to this function

get_probe(Client, MonitorName, ProbeId, QueryMap, HeadersMap, Options0)

View Source
Returns a list of all of your monitors.
Link to this function

list_monitors(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_monitors(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn)

View Source
Lists the tags assigned to this resource.
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

tag_resource(Client, ResourceArn, Input)

View Source
Adds key-value pairs to a monitor or probe.
Link to this function

tag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

untag_resource(Client, ResourceArn, Input)

View Source
Removes a key-value pair from a monitor or probe.
Link to this function

untag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

update_monitor(Client, MonitorName, Input)

View Source

Updates the aggregationPeriod for a monitor.

Monitors support an aggregationPeriod of either 30 or 60 seconds.
Link to this function

update_monitor(Client, MonitorName, Input0, Options0)

View Source
Link to this function

update_probe(Client, MonitorName, ProbeId, Input)

View Source

Updates a monitor probe.

This action requires both the monitorName and probeId parameters. Run ListMonitors to get a list of monitor names. Run GetMonitor to get a list of probes and probe IDs.
Link to this function

update_probe(Client, MonitorName, ProbeId, Input0, Options0)

View Source