AWS::Kendra::DataSource DocumentAttributeValue - 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::DataSource DocumentAttributeValue

The value of a document attribute. You can only provide one value for a document attribute.

Syntax

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

JSON

{ "DateValue" : String, "LongValue" : Integer, "StringListValue" : [ String, ... ], "StringValue" : String }

YAML

DateValue: String LongValue: Integer StringListValue: - String StringValue: String

Properties

DateValue

A date expressed as an ISO 8601 string.

It is important for the time zone to be included in the ISO 8601 date-time format. For example, 2012-03-25T12:30:10+01:00 is the ISO 8601 date-time format for March 25th 2012 at 12:30PM (plus 10 seconds) in Central European Time.

Required: No

Type: String

Update requires: No interruption

LongValue

A long integer value.

Required: No

Type: Integer

Update requires: No interruption

StringListValue

A list of strings. The default maximum length or number of strings is 10.

Required: No

Type: Array of String

Update requires: No interruption

StringValue

A string, such as "department".

Required: No

Type: String

Minimum: 1

Maximum: 2048

Update requires: No interruption