AWS::Kendra::Index DocumentMetadataConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Kendra::Index DocumentMetadataConfiguration

Specifies the properties, such as relevance tuning and searchability, of an index field.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Name" : String, "Relevance" : Relevance, "Search" : Search, "Type" : String }

YAML

Name: String Relevance: Relevance Search: Search Type: String

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

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