- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
account_id
Type: STRING
consumer_count
Type: INT32
Provider name: ConsumerCount
Description: The number of enhanced fan-out consumers registered with the stream.
encryption_type
Type: STRING
Provider name: EncryptionType
Description: The encryption type used. This value is one of the following:
KMS
NONE
enhanced_monitoring
Type: UNORDERED_LIST_STRUCT
Provider name: EnhancedMonitoring
Description: Represents the current enhanced monitoring settings of the stream.
shard_level_metrics
UNORDERED_LIST_STRING
ShardLevelMetrics
ALL
” enhances every metric.IncomingBytes
IncomingRecords
OutgoingBytes
OutgoingRecords
WriteProvisionedThroughputExceeded
ReadProvisionedThroughputExceeded
IteratorAgeMilliseconds
ALL
key_id
Type: STRING
Provider name: KeyId
Description: The GUID for the customer-managed Amazon Web Services KMS key to use for encryption. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by “alias/".You can also use a master key owned by Kinesis Data Streams by specifying the alias aws/kinesis
.
arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012
arn:aws:kms:us-east-1:123456789012:alias/MyAliasName
12345678-1234-1234-1234-123456789012
alias/MyAliasName
alias/aws/kinesis
open_shard_count
Type: INT32
Provider name: OpenShardCount
Description: The number of open shards in the stream.
retention_period_hours
Type: INT32
Provider name: RetentionPeriodHours
Description: The current retention period, in hours.
stream_arn
Type: STRING
Provider name: StreamARN
Description: The Amazon Resource Name (ARN) for the stream being described.
stream_creation_timestamp
Type: TIMESTAMP
Provider name: StreamCreationTimestamp
Description: The approximate time that the stream was created.
stream_mode_details
Type: STRUCT
Provider name: StreamModeDetails
Description: Specifies the capacity mode to which you want to set your data stream. Currently, in Kinesis Data Streams, you can choose between an on-demand ycapacity mode and a provisioned capacity mode for your data streams.
stream_mode
STRING
StreamMode
stream_name
Type: STRING
Provider name: StreamName
Description: The name of the stream being described.
stream_status
Type: STRING
Provider name: StreamStatus
Description: The current status of the stream being described. The stream status is one of the following states:
CREATING
- The stream is being created. Kinesis Data Streams immediately returns and sets StreamStatus
to CREATING
.DELETING
- The stream is being deleted. The specified stream is in the DELETING
state until Kinesis Data Streams completes the deletion.ACTIVE
- The stream exists and is ready for read and write operations or deletion. You should perform read and write operations only on an ACTIVE
stream.UPDATING
- Shards in the stream are being merged or split. Read and write operations continue to work while the stream is in the UPDATING
state.tags
Type: UNORDERED_LIST_STRING