MonitorState class
Input properties used for looking up and filtering Monitor resources.
Constructors
-
MonitorState({Input<
List< ? localResources, Input<MonitorLocalResource> ?>String?> ? monitorArn, Input<String?> ? monitorName, Input<String?> ? region, Input<List< ? remoteResources, Input<MonitorRemoteResource> ?>String?> ? scopeArn, Input<Map< ? tags, Input<String, String> ?>Map< ? tagsAll, Input<String, String> ?>MonitorTimeouts?> ? timeouts}) -
Creates a new MonitorState.
localResourcesThe local resources to monitor. A local resource in a workload is the location of the hosts where the Network Flow Monitor agent is installed.monitorArnARN of the monitor.monitorNameThe name of the monitor. Cannot be changed after creation.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.remoteResourcesThe remote resources to monitor. A remote resource is the other endpoint specified for the network flow of a workload, with a local resource.scopeArnARN of the scope for the monitor. Cannot be changed after creation.tagsA map of tags to assign to the resource. If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.tagsAllA map of tags assigned to the resource, including those inherited from the providerdefaultTagsconfiguration block.timeoutsOptional.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
-
A map of tags to assign to the resource. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
A map of tags assigned to the resource, including those inherited from the provider
defaultTagsconfiguration 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