You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Kinesis::Types::UpdateShardCountInputWhen passing UpdateShardCountInput as input to an Aws::Client method, you can use a vanilla Hash:
{
stream_name: "StreamName", target_shard_count: 1, scaling_type: "UNIFORM_SCALING", }
Instance Attribute Summary collapse
The scaling type.
The name of the stream.
The new number of shards.
The scaling type. Uniform scaling creates shards of equal size.
Possible values:
The new number of shards. This value has the following default limits. By default, you cannot do the following:
Set this value to more than double your current shard count for a stream.
Set this value below half your current shard count for a stream.
Set this value to more than 500 shards in a stream (the default limit for shard count per stream is 500 per account per region), unless you request a limit increase.
Scale a stream with more than 500 shards down unless you set this value to less than 500 shards.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4