AWS::Kendra::Index DocumentMetadataConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Kendra::Index DocumentMetadataConfiguration

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

Syntax

To declare this entity in your 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