From dfaf57a24a31387cd767ebecabfb81d3ced82af7 Mon Sep 17 00:00:00 2001 From: OpenTelekomCloud Proposal Bot Date: Wed, 19 Oct 2022 22:07:27 +0000 Subject: [PATCH] Update content --- .../managing_stream_tags.rst | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) 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 ------------------------