

# MonitorSummary
<a name="API_MonitorSummary"></a>

A summary of information about a monitor, including the ARN, the name, and the status.

## Contents
<a name="API_MonitorSummary_Contents"></a>

 ** monitorArn **   <a name="networkflowmonitor-Type-MonitorSummary-monitorArn"></a>
The Amazon Resource Name (ARN) of the monitor.  
Type: String  
Length Constraints: Minimum length of 20. Maximum length of 512.  
Pattern: `arn:.*`   
Required: Yes

 ** monitorName **   <a name="networkflowmonitor-Type-MonitorSummary-monitorName"></a>
The name of the monitor.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 255.  
Pattern: `[a-zA-Z0-9_.-]+`   
Required: Yes

 ** monitorStatus **   <a name="networkflowmonitor-Type-MonitorSummary-monitorStatus"></a>
The status of a monitor. The status can be one of the following  
+  `PENDING`: The monitor is in the process of being created.
+  `ACTIVE`: The monitor is active.
+  `INACTIVE`: The monitor is inactive.
+  `ERROR`: Monitor creation failed due to an error.
+  `DELETING`: The monitor is in the process of being deleted.
Type: String  
Valid Values: `PENDING | ACTIVE | INACTIVE | ERROR | DELETING`   
Required: Yes

## See Also
<a name="API_MonitorSummary_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/networkflowmonitor-2023-04-19/MonitorSummary) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/networkflowmonitor-2023-04-19/MonitorSummary) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/networkflowmonitor-2023-04-19/MonitorSummary) 