/AWS1/CL_KNV=>TAGSTREAM()
¶
About TagStream¶
Adds one or more tags to a stream. A tag is a key-value pair (the value is optional) that you can define and assign to Amazon Web Services resources. If you specify a tag that already exists, the tag value is replaced with the value that you specify in the request. For more information, see Using Cost Allocation Tags in the Billing and Cost Management and Cost Management User Guide.
You must provide either the StreamName
or the
StreamARN
.
This operation requires permission for the KinesisVideo:TagStream
action.
A Kinesis video stream can support up to 50 tags.
Method Signature¶
IMPORTING¶
Required arguments:¶
IT_TAGS
TYPE /AWS1/CL_KNVRESOURCETAGS_W=>TT_RESOURCETAGS
TT_RESOURCETAGS
¶
A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).
Optional arguments:¶
IV_STREAMARN
TYPE /AWS1/KNVRESOURCEARN
/AWS1/KNVRESOURCEARN
¶
The Amazon Resource Name (ARN) of the resource that you want to add the tag or tags to.
IV_STREAMNAME
TYPE /AWS1/KNVSTREAMNAME
/AWS1/KNVSTREAMNAME
¶
The name of the stream that you want to add the tag or tags to.