diff --git a/umn/source/managing_dis_streams/managing_stream_tags.rst b/umn/source/managing_dis_streams/managing_stream_tags.rst index 1251b5e..6721b38 100644 --- a/umn/source/managing_dis_streams/managing_stream_tags.rst +++ b/umn/source/managing_dis_streams/managing_stream_tags.rst @@ -15,21 +15,21 @@ A tag consists of a tag key and a tag value. :ref:`Table 1 \,|/ or start or end with a space. | | - +-----------------------+------------------------------------------------------------------------------------------------------------------------+-----------------------+ - | Tag value | A tag value contains a maximum of 43 characters. | Apache | - | | | | - | | A tag value cannot contain special characters =*<>\,|/ or start or end with a space. This parameter can be left blank. | | - +-----------------------+------------------------------------------------------------------------------------------------------------------------+-----------------------+ + +-----------------------+----------------------------------------------------------------------------------------------------------------------------+-----------------------+ + | Parameter | Rule | Example | + +=======================+============================================================================================================================+=======================+ + | Key | A tag key cannot be left blank. | Organization | + | | | | + | | A tag key must be unique for a stream. | | + | | | | + | | A tag key contains a maximum of 36 characters. | | + | | | | + | | A tag value cannot contain special characters ``=*<>\,|/`` or start or end with a space. | | + +-----------------------+----------------------------------------------------------------------------------------------------------------------------+-----------------------+ + | Tag value | A tag value contains a maximum of 43 characters. | Apache | + | | | | + | | A tag value cannot contain special characters ``=*<>\,|/`` or start or end with a space. This parameter can be left blank. | | + +-----------------------+----------------------------------------------------------------------------------------------------------------------------+-----------------------+ Adding a Tag to a Stream ------------------------