Skip to content

kinesis update-shard-count

Update shard count

Description

Update shard count of given stream

Synopsis

kinesis update-shard-count
    [--site <site>]
    [--region <region>]
    <name>
    <count>

Arguments

site - (string)

     Site where this command will be executed
     Example: --site "site-1"
     Default: input.site      Attributes: optional

region - (string)

     AWS region for the service
     Example: --region "region-1"
     Default: _None_      Attributes: optional

name - (string)

     Name of the stream
     Example: "name-1"
     Default: _None_      Attributes: required

count - (int)

     Target shard count
     Example: 1
     Default: _None_      Attributes: required

Examples

kinesis update-shard-count --region "region-1" "name-1" 1

Access Control

To use this command, you need access to the following:

Field Value
Action "update"
Service Type "kinesis"
Service Instance
Namespace
Object Type "stream"
Object ID name

Please see Access Control for details.