

# CopyJobSummary
<a name="API_CopyJobSummary"></a>

This is a summary of copy jobs created or running within the most recent 30 days.

The returned summary may contain the following: Region, Account, State, RestourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.

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

 ** AccountId **   <a name="Backup-Type-CopyJobSummary-AccountId"></a>
The account ID that owns the jobs within the summary.  
Type: String  
Pattern: `^[0-9]{12}$`   
Required: No

 ** Count **   <a name="Backup-Type-CopyJobSummary-Count"></a>
The value as a number of jobs in a job summary.  
Type: Integer  
Required: No

 ** EndTime **   <a name="Backup-Type-CopyJobSummary-EndTime"></a>
The value of time in number format of a job end time.  
This value is the time in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.  
Type: Timestamp  
Required: No

 ** MessageCategory **   <a name="Backup-Type-CopyJobSummary-MessageCategory"></a>
This parameter is the job count for the specified message category.  
Example strings include `AccessDenied`, `Success`, and `InvalidParameters`. See [Monitoring](https://docs.aws.amazon.com/aws-backup/latest/devguide/monitoring.html) for a list of MessageCategory strings.  
The the value ANY returns count of all message categories.  
 `AGGREGATE_ALL` aggregates job counts for all message categories and returns the sum.  
Type: String  
Required: No

 ** Region **   <a name="Backup-Type-CopyJobSummary-Region"></a>
The AWS Regions within the job summary.  
Type: String  
Required: No

 ** ResourceType **   <a name="Backup-Type-CopyJobSummary-ResourceType"></a>
This value is the job count for the specified resource type. The request `GetSupportedResourceTypes` returns strings for supported resource types  
Type: String  
Pattern: `^[a-zA-Z0-9\-\_\.]{1,50}$`   
Required: No

 ** StartTime **   <a name="Backup-Type-CopyJobSummary-StartTime"></a>
The value of time in number format of a job start time.  
This value is the time in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.  
Type: Timestamp  
Required: No

 ** State **   <a name="Backup-Type-CopyJobSummary-State"></a>
This value is job count for jobs with the specified state.  
Type: String  
Valid Values: `CREATED | RUNNING | ABORTING | ABORTED | COMPLETING | COMPLETED | FAILING | FAILED | PARTIAL | AGGREGATE_ALL | ANY`   
Required: No

## See Also
<a name="API_CopyJobSummary_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/backup-2018-11-15/CopyJobSummary) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/backup-2018-11-15/CopyJobSummary) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/backup-2018-11-15/CopyJobSummary) 