Describe Limits
kinesis_describe_limits | R Documentation |
Describes the shard limits and usage for the account¶
Description¶
Describes the shard limits and usage for the account.
If you update your account limits, the old limits might be returned for a few minutes.
This operation has a limit of one transaction per second per account.
Usage¶
Value¶
A list with the following syntax:
list(
ShardLimit = 123,
OpenShardCount = 123,
OnDemandStreamCount = 123,
OnDemandStreamCountLimit = 123
)