AWS::QBusiness::DataAccessor DocumentAttribute
A document attribute or metadata field.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Name" :
String
, "Value" :DocumentAttributeValue
}
YAML
Name:
String
Value:DocumentAttributeValue
Properties
Name
-
The identifier for the attribute.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9_][a-zA-Z0-9_-]*$
Minimum:
1
Maximum:
200
Update requires: No interruption
Value
-
The value of the attribute.
Required: Yes
Type: DocumentAttributeValue
Update requires: No interruption