- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`account_id
Type: STRING
creation_request_date_time
Type: TIMESTAMP
Provider name: CreationRequestDateTime
Description: The date and time when the request to create this stream was issued.
key_schema
Type: UNORDERED_LIST_STRUCT
Provider name: KeySchema
Description: The key attribute(s) of the stream’s DynamoDB table.
attribute_name
STRING
AttributeName
key_type
STRING
KeyType
HASH
- partition keyRANGE
- sort keylast_evaluated_shard_id
Type: STRING
Provider name: LastEvaluatedShardId
Description: The shard ID of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request. If LastEvaluatedShardId
is empty, then the “last page” of results has been processed and there is currently no more data to be retrieved. If LastEvaluatedShardId
is not empty, it does not necessarily mean that there is more data in the result set. The only way to know when you have reached the end of the result set is when LastEvaluatedShardId
is empty.
shards
Type: UNORDERED_LIST_STRUCT
Provider name: Shards
Description: The shards that comprise the stream.
parent_shard_id
STRING
ParentShardId
sequence_number_range
STRUCT
SequenceNumberRange
ending_sequence_number
STRING
EndingSequenceNumber
starting_sequence_number
STRING
StartingSequenceNumber
shard_id
STRING
ShardId
stream_arn
Type: STRING
Provider name: StreamArn
Description: The Amazon Resource Name (ARN) for the stream.
stream_label
Type: STRING
Provider name: StreamLabel
Description: A timestamp, in ISO 8601 format, for this stream. Note that LatestStreamLabel
is not a unique identifier for the stream, because it is possible that a stream from another table might have the same timestamp. However, the combination of the following three elements is guaranteed to be unique:
StreamLabel
stream_status
Type: STRING
Provider name: StreamStatus
Description: Indicates the current status of the stream:
ENABLING
- Streams is currently being enabled on the DynamoDB table.ENABLED
- the stream is enabled.DISABLING
- Streams is currently being disabled on the DynamoDB table.DISABLED
- the stream is disabled.stream_view_type
Type: STRING
Provider name: StreamViewType
Description: Indicates the format of the records within this stream:
KEYS_ONLY
- only the key attributes of items that were modified in the DynamoDB table.NEW_IMAGE
- entire items from the table, as they appeared after they were modified.OLD_IMAGE
- entire items from the table, as they appeared before they were modified.NEW_AND_OLD_IMAGES
- both the new and the old images of the items from the table.table_name
Type: STRING
Provider name: TableName
Description: The DynamoDB table with which the stream is associated.
tags
Type: UNORDERED_LIST_STRING