kinesis_deregister_stream_consumer: To deregister a consumer, provide its ARN

View source: R/kinesis_operations.R

kinesis_deregister_stream_consumerR Documentation

To deregister a consumer, provide its ARN

Description

To deregister a consumer, provide its ARN. Alternatively, you can provide the ARN of the data stream and the name you gave the consumer when you registered it. You may also provide all three parameters, as long as they don't conflict with each other. If you don't know the name or ARN of the consumer that you want to deregister, you can use the list_stream_consumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its name and ARN.

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

Usage

kinesis_deregister_stream_consumer(
  StreamARN = NULL,
  ConsumerName = NULL,
  ConsumerARN = NULL
)

Arguments

StreamARN

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.

ConsumerName

The name that you gave to the consumer.

ConsumerARN

The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.


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