AWS::InternetMonitor::MonitorRepresents a monitor, which defines the monitoring boundaries for measurements that Internet Monitor publishes information about for an application
12 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | - |
ModifiedAt | string | - |
MonitorArn | string | - |
ProcessingStatus | string | - |
ProcessingStatusInfo | string | - |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
internetmonitor:CreateMonitorinternetmonitor:GetMonitorinternetmonitor:TagResourceinternetmonitor:UntagResourcelogs:CreateLogDeliverylogs:GetLogDeliverys3:GetBucketPolicys3:PutBucketPolicyinternetmonitor:GetMonitorinternetmonitor:ListTagsForResourcelogs:GetLogDeliveryinternetmonitor:CreateMonitorinternetmonitor:GetMonitorinternetmonitor:UpdateMonitorinternetmonitor:TagResourceinternetmonitor:UntagResourcelogs:CreateLogDeliverylogs:GetLogDeliverylogs:UpdateLogDeliveryinternetmonitor:UpdateMonitorinternetmonitor:DeleteMonitorinternetmonitor:GetMonitorlogs:DeleteLogDeliveryinternetmonitor:ListMonitorsinternetmonitor:GetMonitorinternetmonitor:ListTagsForResourcelogs:GetLogDeliveryOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterMonitorNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
MonitorName