DataSourceToIndexFieldMapping
Maps a column or attribute in the data source to an index field. You must first create the
fields in the index using the UpdateIndex
API.
Contents
- DataSourceFieldName
-
The name of the column or attribute in the data source.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^[a-zA-Z][a-zA-Z0-9_.]*$
Required: Yes
- DateFieldFormat
-
The type of data stored in the column or attribute.
Type: String
Length Constraints: Minimum length of 4. Maximum length of 40.
Pattern:
^(?!\s).*(?<!\s)$
Required: No
- IndexFieldName
-
The name of the field in the index.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 30.
Pattern:
^\P{C}*$
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: