404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.16.139.76: ~ $
**To describe a data stream consumer**

The following ``describe-stream-consumer`` example returns the description of the specified consumer, registered with the specified data stream. ::

    aws kinesis describe-stream-consumer \
        --stream-arn arn:aws:kinesis:us-west-2:012345678912:stream/samplestream \
        --consumer-name KinesisConsumerApplication

Output::

    {
        "ConsumerDescription": {
            "ConsumerName": "KinesisConsumerApplication",
            "ConsumerARN": "arn:aws:kinesis:us-west-2:123456789012:stream/samplestream/consumer/KinesisConsumerApplication:1572383852",
            "ConsumerStatus": "ACTIVE",
            "ConsumerCreationTimestamp": 1572383852.0,
            "StreamARN": "arn:aws:kinesis:us-west-2:123456789012:stream/samplestream"
        }
    }

For more information, see `Reading Data from Amazon Kinesis Data Streams <https://docs.aws.amazon.com/streams/latest/dev/building-consumers.html>`__ in the *Amazon Kinesis Data Streams Developer Guide*.

Filemanager

Name Type Size Permission Actions
add-tags-to-stream.rst File 480 B 0644
create-stream.rst File 449 B 0644
decrease-stream-retention-period.rst File 628 B 0644
delete-stream.rst File 403 B 0644
deregister-stream-consumer.rst File 627 B 0644
describe-limits.rst File 445 B 0644
describe-stream-consumer.rst File 1010 B 0644
describe-stream-summary.rst File 1013 B 0644
describe-stream.rst File 2.34 KB 0644
disable-enhanced-monitoring.rst File 905 B 0644
enable-enhanced-monitoring.rst File 911 B 0644
get-records.rst File 783 B 0644
get-shard-iterator.rst File 941 B 0644
increase-stream-retention-period.rst File 622 B 0644
list-shards.rst File 1.49 KB 0644
list-streams.rst File 468 B 0644
list-tags-for-stream.rst File 563 B 0644
merge-shards.rst File 621 B 0644
put-record.rst File 762 B 0644
put-records.rst File 1.08 KB 0644
register-stream-consumer.rst File 957 B 0644
remove-tags-from-stream.rst File 474 B 0644
split-shard.rst File 528 B 0644
start-stream-encryption.rst File 629 B 0644
stop-stream-encryption.rst File 630 B 0644
update-shard-count.rst File 689 B 0644