

# ProfileHistoryRecord


Contains profile history record metadata.

## Contents


 ** ActionType **   <a name="connect-Type-connect-customer-profiles_ProfileHistoryRecord-ActionType"></a>
The action type of the profile history record.  
Type: String  
Valid Values: `ADDED_PROFILE_KEY | DELETED_PROFILE_KEY | CREATED | UPDATED | INGESTED | DELETED_BY_CUSTOMER | EXPIRED | MERGED | DELETED_BY_MERGE`   
Required: Yes

 ** CreatedAt **   <a name="connect-Type-connect-customer-profiles_ProfileHistoryRecord-CreatedAt"></a>
The timestamp of when the profile history record was created.  
Type: Timestamp  
Required: Yes

 ** Id **   <a name="connect-Type-connect-customer-profiles_ProfileHistoryRecord-Id"></a>
The unique identifier of the profile history record.  
Type: String  
Pattern: `[a-f0-9]{32}`   
Required: Yes

 ** ObjectTypeName **   <a name="connect-Type-connect-customer-profiles_ProfileHistoryRecord-ObjectTypeName"></a>
The name of the profile object type.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 255.  
Pattern: `^[a-zA-Z_][a-zA-Z_0-9-]*$`   
Required: Yes

 ** LastUpdatedAt **   <a name="connect-Type-connect-customer-profiles_ProfileHistoryRecord-LastUpdatedAt"></a>
The timestamp of when the profile history record was last updated.  
Type: Timestamp  
Required: No

 ** PerformedBy **   <a name="connect-Type-connect-customer-profiles_ProfileHistoryRecord-PerformedBy"></a>
The Amazon Resource Name (ARN) of the person or service principal who performed the action.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 255.  
Required: No

 ** ProfileObjectUniqueKey **   <a name="connect-Type-connect-customer-profiles_ProfileHistoryRecord-ProfileObjectUniqueKey"></a>
The unique identifier of the profile object generated by the service.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 255.  
Required: No

## See Also


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/customer-profiles-2020-08-15/ProfileHistoryRecord) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/customer-profiles-2020-08-15/ProfileHistoryRecord) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/customer-profiles-2020-08-15/ProfileHistoryRecord) 