kinesis_remove_tags_from_stream: Removes tags from the specified Kinesis data stream

View source: R/kinesis_operations.R

kinesis_remove_tags_from_streamR Documentation

Removes tags from the specified Kinesis data stream

Description

Removes tags from the specified Kinesis data stream. Removed tags are deleted and cannot be recovered after this operation successfully completes.

See https://www.paws-r-sdk.com/docs/kinesis_remove_tags_from_stream/ for full documentation.

Usage

kinesis_remove_tags_from_stream(StreamName = NULL, TagKeys, StreamARN = NULL)

Arguments

StreamName

The name of the stream.

TagKeys

[required] A list of tag keys. Each corresponding tag is removed from the stream.

StreamARN

The ARN of the stream.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.