AWS::NetworkFlowMonitor::MonitorCreates a monitor for specific network flows between local and remote resources to monitor network performance for workloads.
5 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
LocalResources | Array<MonitorLocalResource> | Required |
MonitorName | string | RequiredCreate-only |
RemoteResources | Array<MonitorRemoteResource> | |
ScopeArn | string | Create-onlyWrite-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the monitor. |
CreatedAt | string | The date and time when the monitor was created. |
ModifiedAt | string | The date and time when the monitor was last modified. |
MonitorStatus | string | The status of the monitor. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::NetworkFlowMonitor::Monitor
Resources:
MyResource:
Type: AWS::NetworkFlowMonitor::Monitor
Properties:
MonitorName: "my-monitorname"
LocalResources: []
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
networkflowmonitor:CreateMonitornetworkflowmonitor:GetMonitornetworkflowmonitor:TagResourcenetworkflowmonitor:GetMonitornetworkflowmonitor:ListTagsForResourcenetworkflowmonitor:UpdateMonitornetworkflowmonitor:GetMonitornetworkflowmonitor:TagResourcenetworkflowmonitor:UntagResourcenetworkflowmonitor:ListTagsForResourcenetworkflowmonitor:DeleteMonitornetworkflowmonitor:GetMonitornetworkflowmonitor:ListMonitorsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
MonitorNameScopeArn