Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

AWS::Kendra::DataSource DocumentAttributeValue

Focus mode
AWS::Kendra::DataSource DocumentAttributeValue - AWS CloudFormation
Filter View

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

Syntax

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

On this page

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.