v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1428150135.9 KB

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.

post/tagStream

Request body

StreamARNstring

The Amazon Resource Name (ARN) of the resource that you want to add the tag or tags to.

StreamNamestring

The name of the stream that you want to add the tag or tags to.

Tagsobject required

A list of tags to associate with the specified stream. Each tag is a key-value pair (the value is optional).

Response

Success

TagStreamOutput required