

# ReplaceContentEntry
<a name="API_ReplaceContentEntry"></a>

Information about a replacement content entry in the conflict of a merge or pull request operation.

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

 ** filePath **   <a name="CodeCommit-Type-ReplaceContentEntry-filePath"></a>
The path of the conflicting file.  
Type: String  
Required: Yes

 ** replacementType **   <a name="CodeCommit-Type-ReplaceContentEntry-replacementType"></a>
The replacement type to use when determining how to resolve the conflict.  
Type: String  
Valid Values: `KEEP_BASE | KEEP_SOURCE | KEEP_DESTINATION | USE_NEW_CONTENT`   
Required: Yes

 ** content **   <a name="CodeCommit-Type-ReplaceContentEntry-content"></a>
The base-64 encoded content to use when the replacement type is USE\$1NEW\$1CONTENT.  
Type: Base64-encoded binary data object  
Length Constraints: Maximum length of 6291456.  
Required: No

 ** fileMode **   <a name="CodeCommit-Type-ReplaceContentEntry-fileMode"></a>
The file mode to apply during conflict resoltion.  
Type: String  
Valid Values: `EXECUTABLE | NORMAL | SYMLINK`   
Required: No

## See Also
<a name="API_ReplaceContentEntry_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/codecommit-2015-04-13/ReplaceContentEntry) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/codecommit-2015-04-13/ReplaceContentEntry) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/codecommit-2015-04-13/ReplaceContentEntry) 