

# ContentSourceConfiguration
<a name="API_ContentSourceConfiguration"></a>

Provides the configuration information for your content sources, such as data sources, FAQs, and content indexed directly via [BatchPutDocument](https://docs.aws.amazon.com/kendra/latest/dg/API_BatchPutDocument.html).

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

 ** DataSourceIds **   <a name="kendra-Type-ContentSourceConfiguration-DataSourceIds"></a>
The identifier of the data sources you want to use for your Amazon Kendra experience.  
Type: Array of strings  
Array Members: Minimum number of 1 item. Maximum number of 100 items.  
Length Constraints: Minimum length of 1. Maximum length of 100.  
Pattern: `[a-zA-Z0-9][a-zA-Z0-9_-]*`   
Required: No

 ** DirectPutContent **   <a name="kendra-Type-ContentSourceConfiguration-DirectPutContent"></a>
 `TRUE` to use documents you indexed directly using the `BatchPutDocument` API.  
Type: Boolean  
Required: No

 ** FaqIds **   <a name="kendra-Type-ContentSourceConfiguration-FaqIds"></a>
The identifier of the FAQs that you want to use for your Amazon Kendra experience.  
Type: Array of strings  
Array Members: Minimum number of 1 item. Maximum number of 100 items.  
Length Constraints: Minimum length of 1. Maximum length of 100.  
Pattern: `[a-zA-Z0-9][a-zA-Z0-9_-]*`   
Required: No

## See Also
<a name="API_ContentSourceConfiguration_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/kendra-2019-02-03/ContentSourceConfiguration) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/kendra-2019-02-03/ContentSourceConfiguration) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/kendra-2019-02-03/ContentSourceConfiguration) 