Module: AWSCDK::Kinesis::ShardLevelMetrics

Defined in:
kinesis/shard_level_metrics.rb

Overview

Enhanced shard-level metrics.

Constant Summary collapse

INCOMING_BYTES =
Deprecated.
Note:

Default:

The number of bytes successfully put to the shard over the specified time period.

Jsii::Enum.new("aws-cdk-lib.aws_kinesis.ShardLevelMetrics", "INCOMING_BYTES")
INCOMING_RECORDS =
Deprecated.
Note:

Default:

The number of records successfully put to the shard over the specified time period.

Jsii::Enum.new("aws-cdk-lib.aws_kinesis.ShardLevelMetrics", "INCOMING_RECORDS")
ITERATOR_AGE_MILLISECONDS =
Deprecated.
Note:

Default:

The age of the last record in all GetRecords calls made against a shard, measured over the specified time period.

Jsii::Enum.new("aws-cdk-lib.aws_kinesis.ShardLevelMetrics", "ITERATOR_AGE_MILLISECONDS")
OUTGOING_BYTES =
Deprecated.
Note:

Default:

The number of bytes retrieved from the shard, measured over the specified time period.

Jsii::Enum.new("aws-cdk-lib.aws_kinesis.ShardLevelMetrics", "OUTGOING_BYTES")
OUTGOING_RECORDS =
Deprecated.
Note:

Default:

The number of records retrieved from the shard, measured over the specified time period.

Jsii::Enum.new("aws-cdk-lib.aws_kinesis.ShardLevelMetrics", "OUTGOING_RECORDS")
READ_PROVISIONED_THROUGHPUT_EXCEEDED =
Deprecated.
Note:

Default:

The number of GetRecords calls throttled for the shard over the specified time period.

Jsii::Enum.new("aws-cdk-lib.aws_kinesis.ShardLevelMetrics", "READ_PROVISIONED_THROUGHPUT_EXCEEDED")
WRITE_PROVISIONED_THROUGHPUT_EXCEEDED =
Deprecated.
Note:

Default:

The number of records rejected due to throttling for the shard over the specified time period.

Jsii::Enum.new("aws-cdk-lib.aws_kinesis.ShardLevelMetrics", "WRITE_PROVISIONED_THROUGHPUT_EXCEEDED")
ALL =
Deprecated.
Note:

Default:

All metrics.

Jsii::Enum.new("aws-cdk-lib.aws_kinesis.ShardLevelMetrics", "ALL")