Skip to content

Qbusiness  >  Structures  >  Tag

Tag

Structure Class

Tag dataclass

A list of key/value pairs that identify an index, FAQ, or data source. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.

Attributes

key instance-attribute
key: str

The key for the tag. Keys are not case sensitive and must be unique for the Amazon Q Business application or data source.

value instance-attribute
value: str

The value associated with the tag. The value may be an empty string but it can't be null.