aws.kinesis.describe_limits
Example SQL Queries
SELECT * FROMaws.kinesis.describe_limits;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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| on_demand_stream_count Indicates the number of data streams with the on-demand capacity mode. | BIGINT |
| on_demand_stream_count_limit The maximum number of data streams with the on-demand capacity mode. | BIGINT |
| open_shard_count The number of open shards. | BIGINT |
| shard_limit The maximum number of shards. | BIGINT |