Command option Sample:aws kinesis split-shard

Search command sample in the internet.It is the result.

Splits a shard into two new shards in the Kinesis data stream, toincrease the stream's capacity to ingest and transport data.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/kinesis/split-shard.html

aws kinesis split-shard --stream-name split-merge-test \
    Kinesis Shard Splitting & Merging by Example — Brandur Leach : http://brandur.org/kinesis-by-example
aws kinesis split-shard --stream-name
    aws/kinesis-stream-shard-split-merge.sh at master 揃 suzryo/aws 揃 GitHub : http://github.com/suzryo/aws/blob/master/kinesis/kinesis-stream-shard-split-merge/kinesis-stream-shard-split-merge.sh

aws のオプション一覧