This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QBusiness::Index DocumentAttributeConfiguration
Configuration information for document attributes. Document attributes are metadata or fields associated with your documents. For example, the company department name associated with each document.
For more information, see Understanding document attributes.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
- Name
- 
                    The name of the document attribute. Required: No Type: String Pattern: ^[a-zA-Z0-9_][a-zA-Z0-9_-]*$Minimum: 1Maximum: 30Update requires: No interruption 
- Search
- 
                    Information about whether the document attribute can be used by an end user to search for information on their web experience. Required: No Type: String Allowed values: ENABLED | DISABLEDUpdate requires: No interruption 
- Type
- 
                    The type of document attribute. Required: No Type: String Allowed values: STRING | STRING_LIST | NUMBER | DATEUpdate requires: No interruption