AWS::Kendra::Index DocumentMetadataConfiguration
Specifies the properties, such as relevance tuning and searchability, of an index field.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
Name
-
The name of the index field.
Required: Yes
Type: String
Minimum:
1
Maximum:
30
Update requires: No interruption
Relevance
-
Provides tuning parameters to determine how the field affects the search results.
Required: No
Type: Relevance
Update requires: No interruption
Search
-
Provides information about how the field is used during a search.
Required: No
Type: Search
Update requires: No interruption
Type
-
The data type of the index field.
Required: Yes
Type: String
Allowed values:
STRING_VALUE | STRING_LIST_VALUE | LONG_VALUE | DATE_VALUE
Update requires: No interruption