MonitorState constructor

const MonitorState({
  1. Input<List<MonitorLocalResource>?>? localResources,
  2. Input<String?>? monitorArn,
  3. Input<String?>? monitorName,
  4. Input<String?>? region,
  5. Input<List<MonitorRemoteResource>?>? remoteResources,
  6. Input<String?>? scopeArn,
  7. Input<Map<String, String>?>? tags,
  8. Input<Map<String, String>?>? tagsAll,
  9. 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.

Implementation

const MonitorState({
  this.localResources,
  this.monitorArn,
  this.monitorName,
  this.region,
  this.remoteResources,
  this.scopeArn,
  this.tags,
  this.tagsAll,
  this.timeouts,
});