

# JobLog
<a name="API_JobLog"></a>

A log outputted by a Job.

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

 ** event **   <a name="drs-Type-JobLog-event"></a>
The event represents the type of a log.  
Type: String  
Valid Values: `JOB_START | SERVER_SKIPPED | CLEANUP_START | CLEANUP_END | CLEANUP_FAIL | SNAPSHOT_START | SNAPSHOT_END | SNAPSHOT_FAIL | USING_PREVIOUS_SNAPSHOT | USING_PREVIOUS_SNAPSHOT_FAILED | CONVERSION_START | CONVERSION_END | CONVERSION_FAIL | LAUNCH_START | LAUNCH_FAILED | JOB_CANCEL | JOB_END | DEPLOY_NETWORK_CONFIGURATION_START | DEPLOY_NETWORK_CONFIGURATION_END | DEPLOY_NETWORK_CONFIGURATION_FAILED | UPDATE_NETWORK_CONFIGURATION_START | UPDATE_NETWORK_CONFIGURATION_END | UPDATE_NETWORK_CONFIGURATION_FAILED | UPDATE_LAUNCH_TEMPLATE_START | UPDATE_LAUNCH_TEMPLATE_END | UPDATE_LAUNCH_TEMPLATE_FAILED | NETWORK_RECOVERY_FAIL`   
Required: No

 ** eventData **   <a name="drs-Type-JobLog-eventData"></a>
Metadata associated with a Job log.  
Type: [JobLogEventData](API_JobLogEventData.md) object  
Required: No

 ** logDateTime **   <a name="drs-Type-JobLog-logDateTime"></a>
The date and time the log was taken.  
Type: String  
Length Constraints: Minimum length of 19. Maximum length of 32.  
Pattern: `[1-9][0-9]*-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?Z`   
Required: No

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

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\+\+](https://docs.aws.amazon.com/goto/SdkForCpp/drs-2020-02-26/JobLog) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/drs-2020-02-26/JobLog) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/drs-2020-02-26/JobLog) 