AWS::Kendra::Index JsonTokenTypeConfiguration
Provides the configuration information for the JSON token type.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "GroupAttributeField" :String, "UserNameAttributeField" :String}
YAML
GroupAttributeField:StringUserNameAttributeField:String
Properties
GroupAttributeField-
The group attribute field.
Required: Yes
Type: String
Minimum:
1Maximum:
2048Update requires: No interruption
UserNameAttributeField-
The user name attribute field.
Required: Yes
Type: String
Minimum:
1Maximum:
2048Update requires: No interruption