

# PutPartnerEventsRequestEntry
<a name="API_PutPartnerEventsRequestEntry"></a>

The details about an event generated by an SaaS partner.

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

 ** Detail **   <a name="eventbridge-Type-PutPartnerEventsRequestEntry-Detail"></a>
A valid JSON string. There is no other schema imposed. The JSON string may contain fields and nested sub-objects.  
 `Detail`, `DetailType`, and `Source` are required for EventBridge to successfully send an event to an event bus. If you include event entries in a request that do not include each of those properties, EventBridge fails that entry. If you submit a request in which *none* of the entries have each of these properties, EventBridge fails the entire request. 
Type: String  
Required: No

 ** DetailType **   <a name="eventbridge-Type-PutPartnerEventsRequestEntry-DetailType"></a>
A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.  
 `Detail`, `DetailType`, and `Source` are required for EventBridge to successfully send an event to an event bus. If you include event entries in a request that do not include each of those properties, EventBridge fails that entry. If you submit a request in which *none* of the entries have each of these properties, EventBridge fails the entire request. 
Type: String  
Required: No

 ** Resources **   <a name="eventbridge-Type-PutPartnerEventsRequestEntry-Resources"></a>
 AWS resources, identified by Amazon Resource Name (ARN), which the event primarily concerns. Any number, including zero, may be present.  
Type: Array of strings  
Length Constraints: Maximum length of 2048.  
Required: No

 ** Source **   <a name="eventbridge-Type-PutPartnerEventsRequestEntry-Source"></a>
The event source that is generating the entry.  
 `Detail`, `DetailType`, and `Source` are required for EventBridge to successfully send an event to an event bus. If you include event entries in a request that do not include each of those properties, EventBridge fails that entry. If you submit a request in which *none* of the entries have each of these properties, EventBridge fails the entire request. 
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 256.  
Pattern: `aws\.partner(/[\.\-_A-Za-z0-9]+){2,}`   
Required: No

 ** Time **   <a name="eventbridge-Type-PutPartnerEventsRequestEntry-Time"></a>
The date and time of the event.  
Type: Timestamp  
Required: No

## See Also
<a name="API_PutPartnerEventsRequestEntry_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/eventbridge-2015-10-07/PutPartnerEventsRequestEntry) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/eventbridge-2015-10-07/PutPartnerEventsRequestEntry) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/eventbridge-2015-10-07/PutPartnerEventsRequestEntry) 