AWS Fundamentals Logo
AWS Fundamentals
AWS::InternetMonitor::Monitor

InternetMonitor Monitor

Represents a monitor, which defines the monitoring boundaries for measurements that Internet Monitor publishes information about for an application

Properties

12 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
MonitorName
string
RequiredCreate-only
HealthEventsConfig
HealthEventsConfig
IncludeLinkedAccounts
boolean
Write-only
InternetMeasurementsLogDelivery
InternetMeasurementsLogDelivery
LinkedAccountId
string
Write-only
MaxCityNetworksToMonitor
integer
Resources
Array<string>
ResourcesToAdd
Array<string>
Write-only
ResourcesToRemove
Array<string>
Write-only
Status
string
Tags
Array<Tag>
TrafficPercentageToMonitor
integer

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreatedAtstring-
ModifiedAtstring-
MonitorArnstring-
ProcessingStatusstring-
ProcessingStatusInfostring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::InternetMonitor::Monitor

Resources:
  MyResource:
    Type: AWS::InternetMonitor::Monitor
    Properties:
      MonitorName: "my-monitorname"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

internetmonitor:CreateMonitorinternetmonitor:GetMonitorinternetmonitor:TagResourceinternetmonitor:UntagResourcelogs:CreateLogDeliverylogs:GetLogDeliverys3:GetBucketPolicys3:PutBucketPolicy

read

internetmonitor:GetMonitorinternetmonitor:ListTagsForResourcelogs:GetLogDelivery

update

internetmonitor:CreateMonitorinternetmonitor:GetMonitorinternetmonitor:UpdateMonitorinternetmonitor:TagResourceinternetmonitor:UntagResourcelogs:CreateLogDeliverylogs:GetLogDeliverylogs:UpdateLogDelivery

delete

internetmonitor:UpdateMonitorinternetmonitor:DeleteMonitorinternetmonitor:GetMonitorlogs:DeleteLogDelivery

list

internetmonitor:ListMonitorsinternetmonitor:GetMonitorinternetmonitor:ListTagsForResourcelogs:GetLogDelivery

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceInternetMonitor
Properties17
Required1
TaggingSupported
Primary IDMonitorName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

MonitorName

External Links