1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. networkflowmonitor
  6. Monitor

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 2026 by Pulumi

    Creates a monitor for specific network flows between local and remote resources to monitor network performance for workloads.

    Create Monitor Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Monitor(name: string, args: MonitorArgs, opts?: CustomResourceOptions);
    @overload
    def Monitor(resource_name: str,
                args: MonitorArgs,
                opts: Optional[ResourceOptions] = None)
    
    @overload
    def Monitor(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                local_resources: Optional[Sequence[MonitorLocalResourceArgs]] = None,
                monitor_name: Optional[str] = None,
                remote_resources: Optional[Sequence[MonitorRemoteResourceArgs]] = None,
                scope_arn: Optional[str] = None,
                tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewMonitor(ctx *Context, name string, args MonitorArgs, opts ...ResourceOption) (*Monitor, error)
    public Monitor(string name, MonitorArgs args, CustomResourceOptions? opts = null)
    public Monitor(String name, MonitorArgs args)
    public Monitor(String name, MonitorArgs args, CustomResourceOptions options)
    
    type: aws-native:networkflowmonitor:Monitor
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_networkflowmonitor_monitor" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args MonitorArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args MonitorArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args MonitorArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args MonitorArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args MonitorArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Monitor Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Monitor resource accepts the following input properties:

    LocalResources List<Pulumi.AwsNative.NetworkFlowMonitor.Inputs.MonitorLocalResource>
    The local resources to monitor.
    MonitorName string
    The name of the monitor.
    RemoteResources List<Pulumi.AwsNative.NetworkFlowMonitor.Inputs.MonitorRemoteResource>
    The remote resources to monitor.
    ScopeArn string
    The Amazon Resource Name (ARN) of the scope for the monitor.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags for the monitor.
    LocalResources []MonitorLocalResourceArgs
    The local resources to monitor.
    MonitorName string
    The name of the monitor.
    RemoteResources []MonitorRemoteResourceArgs
    The remote resources to monitor.
    ScopeArn string
    The Amazon Resource Name (ARN) of the scope for the monitor.
    Tags TagArgs
    The tags for the monitor.
    local_resources list(object)
    The local resources to monitor.
    monitor_name string
    The name of the monitor.
    remote_resources list(object)
    The remote resources to monitor.
    scope_arn string
    The Amazon Resource Name (ARN) of the scope for the monitor.
    tags list(object)
    The tags for the monitor.
    localResources List<MonitorLocalResource>
    The local resources to monitor.
    monitorName String
    The name of the monitor.
    remoteResources List<MonitorRemoteResource>
    The remote resources to monitor.
    scopeArn String
    The Amazon Resource Name (ARN) of the scope for the monitor.
    tags List<Tag>
    The tags for the monitor.
    localResources MonitorLocalResource[]
    The local resources to monitor.
    monitorName string
    The name of the monitor.
    remoteResources MonitorRemoteResource[]
    The remote resources to monitor.
    scopeArn string
    The Amazon Resource Name (ARN) of the scope for the monitor.
    tags Tag[]
    The tags for the monitor.
    local_resources Sequence[MonitorLocalResourceArgs]
    The local resources to monitor.
    monitor_name str
    The name of the monitor.
    remote_resources Sequence[MonitorRemoteResourceArgs]
    The remote resources to monitor.
    scope_arn str
    The Amazon Resource Name (ARN) of the scope for the monitor.
    tags Sequence[TagArgs]
    The tags for the monitor.
    localResources List<Property Map>
    The local resources to monitor.
    monitorName String
    The name of the monitor.
    remoteResources List<Property Map>
    The remote resources to monitor.
    scopeArn String
    The Amazon Resource Name (ARN) of the scope for the monitor.
    tags List<Property Map>
    The tags for the monitor.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Monitor resource produces the following output properties:

    Arn string
    The Amazon Resource Name (ARN) of the monitor.
    CreatedAt string
    The date and time when the monitor was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    ModifiedAt string
    The date and time when the monitor was last modified.
    MonitorStatus Pulumi.AwsNative.NetworkFlowMonitor.MonitorStatus
    The status of the monitor.
    Arn string
    The Amazon Resource Name (ARN) of the monitor.
    CreatedAt string
    The date and time when the monitor was created.
    Id string
    The provider-assigned unique ID for this managed resource.
    ModifiedAt string
    The date and time when the monitor was last modified.
    MonitorStatus MonitorStatus
    The status of the monitor.
    arn string
    The Amazon Resource Name (ARN) of the monitor.
    created_at string
    The date and time when the monitor was created.
    id string
    The provider-assigned unique ID for this managed resource.
    modified_at string
    The date and time when the monitor was last modified.
    monitor_status "PENDING" | "ACTIVE" | "INACTIVE" | "ERROR" | "DELETING"
    The status of the monitor.
    arn String
    The Amazon Resource Name (ARN) of the monitor.
    createdAt String
    The date and time when the monitor was created.
    id String
    The provider-assigned unique ID for this managed resource.
    modifiedAt String
    The date and time when the monitor was last modified.
    monitorStatus MonitorStatus
    The status of the monitor.
    arn string
    The Amazon Resource Name (ARN) of the monitor.
    createdAt string
    The date and time when the monitor was created.
    id string
    The provider-assigned unique ID for this managed resource.
    modifiedAt string
    The date and time when the monitor was last modified.
    monitorStatus MonitorStatus
    The status of the monitor.
    arn str
    The Amazon Resource Name (ARN) of the monitor.
    created_at str
    The date and time when the monitor was created.
    id str
    The provider-assigned unique ID for this managed resource.
    modified_at str
    The date and time when the monitor was last modified.
    monitor_status MonitorStatus
    The status of the monitor.
    arn String
    The Amazon Resource Name (ARN) of the monitor.
    createdAt String
    The date and time when the monitor was created.
    id String
    The provider-assigned unique ID for this managed resource.
    modifiedAt String
    The date and time when the monitor was last modified.
    monitorStatus "PENDING" | "ACTIVE" | "INACTIVE" | "ERROR" | "DELETING"
    The status of the monitor.

    Supporting Types

    MonitorLocalResource, MonitorLocalResourceArgs

    A local resource is the host where the agent is installed.
    Identifier string
    The identifier of the local resource.
    Type Pulumi.AwsNative.NetworkFlowMonitor.MonitorLocalResourceType
    The type of the local resource.
    Identifier string
    The identifier of the local resource.
    Type MonitorLocalResourceType
    The type of the local resource.
    identifier string
    The identifier of the local resource.
    type "AWS::EC2::VPC" | "AWS::AvailabilityZone" | "AWS::EC2::Subnet" | "AWS::Region" | "AWS::EKS::Cluster"
    The type of the local resource.
    identifier String
    The identifier of the local resource.
    type MonitorLocalResourceType
    The type of the local resource.
    identifier string
    The identifier of the local resource.
    type MonitorLocalResourceType
    The type of the local resource.
    identifier str
    The identifier of the local resource.
    type MonitorLocalResourceType
    The type of the local resource.
    identifier String
    The identifier of the local resource.
    type "AWS::EC2::VPC" | "AWS::AvailabilityZone" | "AWS::EC2::Subnet" | "AWS::Region" | "AWS::EKS::Cluster"
    The type of the local resource.

    MonitorLocalResourceType, MonitorLocalResourceTypeArgs

    Awsec2vpc
    AWS::EC2::VPC
    AwsAvailabilityZone
    AWS::AvailabilityZone
    Awsec2Subnet
    AWS::EC2::Subnet
    AwsRegion
    AWS::Region
    AwseksCluster
    AWS::EKS::Cluster
    MonitorLocalResourceTypeAwsec2vpc
    AWS::EC2::VPC
    MonitorLocalResourceTypeAwsAvailabilityZone
    AWS::AvailabilityZone
    MonitorLocalResourceTypeAwsec2Subnet
    AWS::EC2::Subnet
    MonitorLocalResourceTypeAwsRegion
    AWS::Region
    MonitorLocalResourceTypeAwseksCluster
    AWS::EKS::Cluster
    "AWS::EC2::VPC"
    AWS::EC2::VPC
    "AWS::AvailabilityZone"
    AWS::AvailabilityZone
    "AWS::EC2::Subnet"
    AWS::EC2::Subnet
    "AWS::Region"
    AWS::Region
    "AWS::EKS::Cluster"
    AWS::EKS::Cluster
    Awsec2vpc
    AWS::EC2::VPC
    AwsAvailabilityZone
    AWS::AvailabilityZone
    Awsec2Subnet
    AWS::EC2::Subnet
    AwsRegion
    AWS::Region
    AwseksCluster
    AWS::EKS::Cluster
    Awsec2vpc
    AWS::EC2::VPC
    AwsAvailabilityZone
    AWS::AvailabilityZone
    Awsec2Subnet
    AWS::EC2::Subnet
    AwsRegion
    AWS::Region
    AwseksCluster
    AWS::EKS::Cluster
    AWSEC2VPC
    AWS::EC2::VPC
    AWS_AVAILABILITY_ZONE
    AWS::AvailabilityZone
    AWSEC2_SUBNET
    AWS::EC2::Subnet
    AWS_REGION
    AWS::Region
    AWSEKS_CLUSTER
    AWS::EKS::Cluster
    "AWS::EC2::VPC"
    AWS::EC2::VPC
    "AWS::AvailabilityZone"
    AWS::AvailabilityZone
    "AWS::EC2::Subnet"
    AWS::EC2::Subnet
    "AWS::Region"
    AWS::Region
    "AWS::EKS::Cluster"
    AWS::EKS::Cluster

    MonitorRemoteResource, MonitorRemoteResourceArgs

    A remote resource is the other endpoint in a network flow.
    Identifier string
    The identifier of the remote resource.
    Type Pulumi.AwsNative.NetworkFlowMonitor.MonitorRemoteResourceType
    The type of the remote resource.
    Identifier string
    The identifier of the remote resource.
    Type MonitorRemoteResourceType
    The type of the remote resource.
    identifier string
    The identifier of the remote resource.
    type "AWS::EC2::VPC" | "AWS::AvailabilityZone" | "AWS::EC2::Subnet" | "AWS::AWSService" | "AWS::Region"
    The type of the remote resource.
    identifier String
    The identifier of the remote resource.
    type MonitorRemoteResourceType
    The type of the remote resource.
    identifier string
    The identifier of the remote resource.
    type MonitorRemoteResourceType
    The type of the remote resource.
    identifier str
    The identifier of the remote resource.
    type MonitorRemoteResourceType
    The type of the remote resource.
    identifier String
    The identifier of the remote resource.
    type "AWS::EC2::VPC" | "AWS::AvailabilityZone" | "AWS::EC2::Subnet" | "AWS::AWSService" | "AWS::Region"
    The type of the remote resource.

    MonitorRemoteResourceType, MonitorRemoteResourceTypeArgs

    Awsec2vpc
    AWS::EC2::VPC
    AwsAvailabilityZone
    AWS::AvailabilityZone
    Awsec2Subnet
    AWS::EC2::Subnet
    AwsawsService
    AWS::AWSService
    AwsRegion
    AWS::Region
    MonitorRemoteResourceTypeAwsec2vpc
    AWS::EC2::VPC
    MonitorRemoteResourceTypeAwsAvailabilityZone
    AWS::AvailabilityZone
    MonitorRemoteResourceTypeAwsec2Subnet
    AWS::EC2::Subnet
    MonitorRemoteResourceTypeAwsawsService
    AWS::AWSService
    MonitorRemoteResourceTypeAwsRegion
    AWS::Region
    "AWS::EC2::VPC"
    AWS::EC2::VPC
    "AWS::AvailabilityZone"
    AWS::AvailabilityZone
    "AWS::EC2::Subnet"
    AWS::EC2::Subnet
    "AWS::AWSService"
    AWS::AWSService
    "AWS::Region"
    AWS::Region
    Awsec2vpc
    AWS::EC2::VPC
    AwsAvailabilityZone
    AWS::AvailabilityZone
    Awsec2Subnet
    AWS::EC2::Subnet
    AwsawsService
    AWS::AWSService
    AwsRegion
    AWS::Region
    Awsec2vpc
    AWS::EC2::VPC
    AwsAvailabilityZone
    AWS::AvailabilityZone
    Awsec2Subnet
    AWS::EC2::Subnet
    AwsawsService
    AWS::AWSService
    AwsRegion
    AWS::Region
    AWSEC2VPC
    AWS::EC2::VPC
    AWS_AVAILABILITY_ZONE
    AWS::AvailabilityZone
    AWSEC2_SUBNET
    AWS::EC2::Subnet
    AWSAWS_SERVICE
    AWS::AWSService
    AWS_REGION
    AWS::Region
    "AWS::EC2::VPC"
    AWS::EC2::VPC
    "AWS::AvailabilityZone"
    AWS::AvailabilityZone
    "AWS::EC2::Subnet"
    AWS::EC2::Subnet
    "AWS::AWSService"
    AWS::AWSService
    "AWS::Region"
    AWS::Region

    MonitorStatus, MonitorStatusArgs

    Pending
    PENDING
    Active
    ACTIVE
    Inactive
    INACTIVE
    Error
    ERROR
    Deleting
    DELETING
    MonitorStatusPending
    PENDING
    MonitorStatusActive
    ACTIVE
    MonitorStatusInactive
    INACTIVE
    MonitorStatusError
    ERROR
    MonitorStatusDeleting
    DELETING
    "PENDING"
    PENDING
    "ACTIVE"
    ACTIVE
    "INACTIVE"
    INACTIVE
    "ERROR"
    ERROR
    "DELETING"
    DELETING
    Pending
    PENDING
    Active
    ACTIVE
    Inactive
    INACTIVE
    Error
    ERROR
    Deleting
    DELETING
    Pending
    PENDING
    Active
    ACTIVE
    Inactive
    INACTIVE
    Error
    ERROR
    Deleting
    DELETING
    PENDING
    PENDING
    ACTIVE
    ACTIVE
    INACTIVE
    INACTIVE
    ERROR
    ERROR
    DELETING
    DELETING
    "PENDING"
    PENDING
    "ACTIVE"
    ACTIVE
    "INACTIVE"
    INACTIVE
    "ERROR"
    ERROR
    "DELETING"
    DELETING

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.74.1
    published on Monday, Aug 3, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial