

# PartnerEventSourceAccount
<a name="API_PartnerEventSourceAccount"></a>

The AWS account that a partner event source has been offered to.

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

 ** Account **   <a name="eventbridge-Type-PartnerEventSourceAccount-Account"></a>
The AWS account ID that the partner event source was offered to.  
Type: String  
Length Constraints: Fixed length of 12.  
Pattern: `\d{12}`   
Required: No

 ** CreationTime **   <a name="eventbridge-Type-PartnerEventSourceAccount-CreationTime"></a>
The date and time the event source was created.  
Type: Timestamp  
Required: No

 ** ExpirationTime **   <a name="eventbridge-Type-PartnerEventSourceAccount-ExpirationTime"></a>
The date and time that the event source will expire, if the AWS account doesn't create a matching event bus for it.  
Type: Timestamp  
Required: No

 ** State **   <a name="eventbridge-Type-PartnerEventSourceAccount-State"></a>
The state of the event source. If it is ACTIVE, you have already created a matching event bus for this event source, and that event bus is active. If it is PENDING, either you haven't yet created a matching event bus, or that event bus is deactivated. If it is DELETED, you have created a matching event bus, but the event source has since been deleted.  
Type: String  
Valid Values: `PENDING | ACTIVE | DELETED`   
Required: No

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