MonitorState class

Input properties used for looking up and filtering Monitor resources.

Constructors

MonitorState({Input<List<MonitorLocalResource>?>? localResources, Input<String?>? monitorArn, Input<String?>? monitorName, Input<String?>? region, Input<List<MonitorRemoteResource>?>? remoteResources, Input<String?>? scopeArn, Input<Map<String, String>?>? tags, Input<Map<String, String>?>? tagsAll, Input<MonitorTimeouts?>? timeouts})
Creates a new MonitorState. localResources The local resources to monitor. A local resource in a workload is the location of the hosts where the Network Flow Monitor agent is installed. monitorArn ARN of the monitor. monitorName The name of the monitor. Cannot be changed after creation. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. remoteResources The remote resources to monitor. A remote resource is the other endpoint specified for the network flow of a workload, with a local resource. scopeArn ARN of the scope for the monitor. Cannot be changed after creation. tags A map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block. timeouts Optional.
const
MonitorState.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
localResources → Input<List<MonitorLocalResource>?>?
The local resources to monitor. A local resource in a workload is the location of the hosts where the Network Flow Monitor agent is installed.
final
monitorArn → Input<String?>?
ARN of the monitor.
final
monitorName → Input<String?>?
The name of the monitor. Cannot be changed after creation.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
remoteResources → Input<List<MonitorRemoteResource>?>?
The remote resources to monitor. A remote resource is the other endpoint specified for the network flow of a workload, with a local resource.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopeArn → Input<String?>?
ARN of the scope for the monitor. Cannot be changed after creation.
final
tags → Input<Map<String, String>?>?
A map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
final
tagsAll → Input<Map<String, String>?>?
A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
final
timeouts → Input<MonitorTimeouts?>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited