- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
account_id
Type: STRING
archival_summary
Type: STRUCT
Provider name: ArchivalSummary
Description: Contains information about the table archive.
archival_backup_arn
STRING
ArchivalBackupArn
archival_date_time
TIMESTAMP
ArchivalDateTime
archival_reason
STRING
ArchivalReason
INACCESSIBLE_ENCRYPTION_CREDENTIALS
- The table was archived due to the table’s KMS key being inaccessible for more than seven days. An On-Demand backup was created at the archival time.attribute_definitions
Type: UNORDERED_LIST_STRUCT
Provider name: AttributeDefinitions
Description: An array of AttributeDefinition
objects. Each of these objects describes one attribute in the table and index key schema. Each AttributeDefinition
object in this array is composed of:
AttributeName
- The name of the attribute.AttributeType
- The data type for the attribute.attribute_name
STRING
AttributeName
attribute_type
STRING
AttributeType
S
- the attribute is of type StringN
- the attribute is of type NumberB
- the attribute is of type Binarybilling_mode_summary
Type: STRUCT
Provider name: BillingModeSummary
Description: Contains the details for the read/write capacity mode.
billing_mode
STRING
BillingMode
PROVISIONED
- Sets the read/write capacity mode to PROVISIONED
. We recommend using PROVISIONED
for predictable workloads.PAY_PER_REQUEST
- Sets the read/write capacity mode to PAY_PER_REQUEST
. We recommend using PAY_PER_REQUEST
for unpredictable workloads.last_update_to_pay_per_request_date_time
TIMESTAMP
LastUpdateToPayPerRequestDateTime
PAY_PER_REQUEST
was last set as the read/write capacity mode.continuous_backups_description
Type: STRUCT
Provider name: ContinuousBackupsDescription
Description: Represents the continuous backups and point in time recovery settings on the table.
continuous_backups_status
STRING
ContinuousBackupsStatus
ContinuousBackupsStatus
can be one of the following states: ENABLED, DISABLEDpoint_in_time_recovery_description
STRUCT
PointInTimeRecoveryDescription
earliest_restorable_date_time
TIMESTAMP
EarliestRestorableDateTime
latest_restorable_date_time
TIMESTAMP
LatestRestorableDateTime
LatestRestorableDateTime
is typically 5 minutes before the current time.point_in_time_recovery_status
STRING
PointInTimeRecoveryStatus
ENABLED
- Point in time recovery is enabled.DISABLED
- Point in time recovery is disabled.creation_date_time
Type: TIMESTAMP
Provider name: CreationDateTime
Description: The date and time when the table was created, in UNIX epoch time format.
deletion_protection_enabled
Type: BOOLEAN
Provider name: DeletionProtectionEnabled
Description: Indicates whether deletion protection is enabled (true) or disabled (false) on the table.
global_secondary_indexes
Type: UNORDERED_LIST_STRUCT
Provider name: GlobalSecondaryIndexes
Description: The global secondary indexes, if any, on the table. Each index is scoped to a given partition key value. If the table is in the DELETING
state, no information about indexes will be returned.
backfilling
BOOLEAN
Backfilling
Backfilling
is false. You can delete an index that is being created during the Backfilling
phase when IndexStatus
is set to CREATING and Backfilling
is true. You can’t delete the index that is being created when IndexStatus
is set to CREATING and Backfilling
is false. CreateTable
operation, the Backfilling
attribute does not appear in the DescribeTable
output.index_arn
STRING
IndexArn
index_name
STRING
IndexName
index_size_bytes
INT64
IndexSizeBytes
index_status
STRING
IndexStatus
CREATING
- The index is being created.UPDATING
- The index is being updated.DELETING
- The index is being deleted.ACTIVE
- The index is ready for use.item_count
INT64
ItemCount
key_schema
UNORDERED_LIST_STRUCT
KeySchema
HASH
- partition keyRANGE
- sort keyattribute_name
STRING
AttributeName
key_type
STRING
KeyType
HASH
- partition keyRANGE
- sort keyon_demand_throughput
STRUCT
OnDemandThroughput
MaxReadRequestUnits
, MaxWriteRequestUnits
, or both.max_read_request_units
INT64
MaxReadRequestUnits
OnDemandThroughput
on your table, set the value of MaxReadRequestUnits
as greater than or equal to 1. To remove the maximum OnDemandThroughput
that is currently set on your table, set the value of MaxReadRequestUnits
to -1.max_write_request_units
INT64
MaxWriteRequestUnits
OnDemandThroughput
on your table, set the value of MaxWriteRequestUnits
as greater than or equal to 1. To remove the maximum OnDemandThroughput
that is currently set on your table, set the value of MaxWriteRequestUnits
to -1.projection
STRUCT
Projection
non_key_attributes
UNORDERED_LIST_STRING
NonKeyAttributes
NonKeyAttributes
summed across all of the local secondary indexes, must not exceed 100. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.projection_type
STRING
ProjectionType
KEYS_ONLY
- Only the index and primary keys are projected into the index.INCLUDE
- In addition to the attributes described in KEYS_ONLY
, the secondary index will include other non-key attributes that you specify.ALL
- All of the table attributes are projected into the index.ALL
is selected by default.provisioned_throughput
STRUCT
ProvisionedThroughput
last_decrease_date_time
TIMESTAMP
LastDecreaseDateTime
last_increase_date_time
TIMESTAMP
LastIncreaseDateTime
number_of_decreases_today
INT64
NumberOfDecreasesToday
read_capacity_units
INT64
ReadCapacityUnits
ThrottlingException
. Eventually consistent reads require less effort than strongly consistent reads, so a setting of 50 ReadCapacityUnits
per second provides 100 eventually consistent ReadCapacityUnits
per second.write_capacity_units
INT64
WriteCapacityUnits
ThrottlingException
.global_table_version
Type: STRING
Provider name: GlobalTableVersion
Description: Represents the version of global tables in use, if the table is replicated across Amazon Web Services Regions.
item_count
Type: INT64
Provider name: ItemCount
Description: The number of items in the specified table. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.
key_schema
Type: UNORDERED_LIST_STRUCT
Provider name: KeySchema
Description: The primary key structure for the table. Each KeySchemaElement
consists of:
AttributeName
- The name of the attribute.KeyType
- The role of the attribute:HASH
- partition keyRANGE
- sort keyattribute_name
STRING
AttributeName
key_type
STRING
KeyType
HASH
- partition keyRANGE
- sort keylatest_stream_arn
Type: STRING
Provider name: LatestStreamArn
Description: The Amazon Resource Name (ARN) that uniquely identifies the latest stream for this table.
latest_stream_label
Type: STRING
Provider name: LatestStreamLabel
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
local_secondary_indexes
Type: UNORDERED_LIST_STRUCT
Provider name: LocalSecondaryIndexes
Description: Represents one or more local secondary indexes on the table. Each index is scoped to a given partition key value. Tables with one or more local secondary indexes are subject to an item collection size limit, where the amount of data within a given item collection cannot exceed 10 GB. If the table is in the DELETING
state, no information about indexes will be returned.
index_arn
STRING
IndexArn
index_name
STRING
IndexName
index_size_bytes
INT64
IndexSizeBytes
item_count
INT64
ItemCount
key_schema
UNORDERED_LIST_STRUCT
KeySchema
HASH
- partition keyRANGE
- sort keyattribute_name
STRING
AttributeName
key_type
STRING
KeyType
HASH
- partition keyRANGE
- sort keyprojection
STRUCT
Projection
non_key_attributes
UNORDERED_LIST_STRING
NonKeyAttributes
NonKeyAttributes
summed across all of the local secondary indexes, must not exceed 100. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.projection_type
STRING
ProjectionType
KEYS_ONLY
- Only the index and primary keys are projected into the index.INCLUDE
- In addition to the attributes described in KEYS_ONLY
, the secondary index will include other non-key attributes that you specify.ALL
- All of the table attributes are projected into the index.ALL
is selected by default.on_demand_throughput
Type: STRUCT
Provider name: OnDemandThroughput
Description: The maximum number of read and write units for the specified on-demand table. If you use this parameter, you must specify MaxReadRequestUnits
, MaxWriteRequestUnits
, or both.
max_read_request_units
INT64
MaxReadRequestUnits
OnDemandThroughput
on your table, set the value of MaxReadRequestUnits
as greater than or equal to 1. To remove the maximum OnDemandThroughput
that is currently set on your table, set the value of MaxReadRequestUnits
to -1.max_write_request_units
INT64
MaxWriteRequestUnits
OnDemandThroughput
on your table, set the value of MaxWriteRequestUnits
as greater than or equal to 1. To remove the maximum OnDemandThroughput
that is currently set on your table, set the value of MaxWriteRequestUnits
to -1.provisioned_throughput
Type: STRUCT
Provider name: ProvisionedThroughput
Description: The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.
last_decrease_date_time
TIMESTAMP
LastDecreaseDateTime
last_increase_date_time
TIMESTAMP
LastIncreaseDateTime
number_of_decreases_today
INT64
NumberOfDecreasesToday
read_capacity_units
INT64
ReadCapacityUnits
ThrottlingException
. Eventually consistent reads require less effort than strongly consistent reads, so a setting of 50 ReadCapacityUnits
per second provides 100 eventually consistent ReadCapacityUnits
per second.write_capacity_units
INT64
WriteCapacityUnits
ThrottlingException
.replicas
Type: UNORDERED_LIST_STRUCT
Provider name: Replicas
Description: Represents replicas of the table.
global_secondary_indexes
UNORDERED_LIST_STRUCT
GlobalSecondaryIndexes
index_name
STRING
IndexName
on_demand_throughput_override
STRUCT
OnDemandThroughputOverride
max_read_request_units
INT64
MaxReadRequestUnits
provisioned_throughput_override
STRUCT
ProvisionedThroughputOverride
read_capacity_units
INT64
ReadCapacityUnits
kms_master_key_id
STRING
KMSMasterKeyId
on_demand_throughput_override
STRUCT
OnDemandThroughputOverride
max_read_request_units
INT64
MaxReadRequestUnits
provisioned_throughput_override
STRUCT
ProvisionedThroughputOverride
read_capacity_units
INT64
ReadCapacityUnits
region_name
STRING
RegionName
replica_inaccessible_date_time
TIMESTAMP
ReplicaInaccessibleDateTime
ReplicaStatus
property.replica_status
STRING
ReplicaStatus
CREATING
- The replica is being created.UPDATING
- The replica is being updated.DELETING
- The replica is being deleted.ACTIVE
- The replica is ready for use.REGION_DISABLED
- The replica is inaccessible because the Amazon Web Services Region has been disabled. INACCESSIBLE_ENCRYPTION_CREDENTIALS
- The KMS key used to encrypt the table is inaccessible. replica_status_description
STRING
ReplicaStatusDescription
replica_status_percent_progress
STRING
ReplicaStatusPercentProgress
replica_table_class_summary
STRUCT
ReplicaTableClassSummary
last_update_date_time
TIMESTAMP
LastUpdateDateTime
table_class
STRING
TableClass
STANDARD
and STANDARD_INFREQUENT_ACCESS
.restore_summary
Type: STRUCT
Provider name: RestoreSummary
Description: Contains details for the restore.
restore_date_time
TIMESTAMP
RestoreDateTime
restore_in_progress
BOOLEAN
RestoreInProgress
source_backup_arn
STRING
SourceBackupArn
source_table_arn
STRING
SourceTableArn
sse_description
Type: STRUCT
Provider name: SSEDescription
Description: The description of the server-side encryption status on the specified table.
inaccessible_encryption_date_time
TIMESTAMP
InaccessibleEncryptionDateTime
kms_master_key_arn
STRING
KMSMasterKeyArn
sse_type
STRING
SSEType
KMS
- Server-side encryption that uses Key Management Service. The key is stored in your account and is managed by KMS (KMS charges apply).status
STRING
Status
ENABLED
- Server-side encryption is enabled.UPDATING
- Server-side encryption is being updated.stream_specification
Type: STRUCT
Provider name: StreamSpecification
Description: The current DynamoDB Streams configuration for the table.
stream_enabled
BOOLEAN
StreamEnabled
stream_view_type
STRING
StreamViewType
StreamViewType
determines what information is written to the stream for this table. Valid values for StreamViewType
are:KEYS_ONLY
- Only the key attributes of the modified item are written to the stream.NEW_IMAGE
- The entire item, as it appears after it was modified, is written to the stream.OLD_IMAGE
- The entire item, as it appeared before it was modified, is written to the stream.NEW_AND_OLD_IMAGES
- Both the new and the old item images of the item are written to the stream.table_arn
Type: STRING
Provider name: TableArn
Description: The Amazon Resource Name (ARN) that uniquely identifies the table.
table_class_summary
Type: STRUCT
Provider name: TableClassSummary
Description: Contains details of the table class.
last_update_date_time
TIMESTAMP
LastUpdateDateTime
table_class
STRING
TableClass
STANDARD
and STANDARD_INFREQUENT_ACCESS
.table_id
Type: STRING
Provider name: TableId
Description: Unique identifier for the table for which the backup was created.
table_name
Type: STRING
Provider name: TableName
Description: The name of the table.
table_size_bytes
Type: INT64
Provider name: TableSizeBytes
Description: The total size of the specified table, in bytes. DynamoDB updates this value approximately every six hours. Recent changes might not be reflected in this value.
table_status
Type: STRING
Provider name: TableStatus
Description: The current state of the table:
CREATING
- The table is being created.UPDATING
- The table/index configuration is being updated. The table/index remains available for data operations when UPDATING
.DELETING
- The table is being deleted.ACTIVE
- The table is ready for use.INACCESSIBLE_ENCRYPTION_CREDENTIALS
- The KMS key used to encrypt the table in inaccessible. Table operations may fail due to failure to use the KMS key. DynamoDB will initiate the table archival process when a table’s KMS key remains inaccessible for more than seven days.ARCHIVING
- The table is being archived. Operations are not allowed until archival is complete.ARCHIVED
- The table has been archived. See the ArchivalReason for more information.tags
Type: UNORDERED_LIST_STRING