- 필수 기능
- 시작하기
- 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
backup_details
Type: STRUCT
Provider name: BackupDetails
Description: Contains the details of the backup created for the table.
backup_arn
STRING
BackupArn
backup_creation_date_time
TIMESTAMP
BackupCreationDateTime
backup_expiry_date_time
TIMESTAMP
BackupExpiryDateTime
SYSTEM
on-demand backup expires automatically 35 days after its creation.backup_name
STRING
BackupName
backup_size_bytes
INT64
BackupSizeBytes
backup_status
STRING
BackupStatus
backup_type
STRING
BackupType
USER
- You create and manage these using the on-demand backup feature.SYSTEM
- If you delete a table with point-in-time recovery enabled, a SYSTEM
backup is automatically created and is retained for 35 days (at no additional cost). System backups allow you to restore the deleted table to the state it was in just before the point of deletion.AWS_BACKUP
- On-demand backup created by you from Backup service.source_table_details
Type: STRUCT
Provider name: SourceTableDetails
Description: Contains the details of the table when the backup was created.
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.item_count
INT64
ItemCount
key_schema
UNORDERED_LIST_STRUCT
KeySchema
attribute_name
STRING
AttributeName
key_type
STRING
KeyType
HASH
- partition keyRANGE
- sort keyon_demand_throughput
STRUCT
OnDemandThroughput
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
STRUCT
ProvisionedThroughput
read_capacity_units
INT64
ReadCapacityUnits
ThrottlingException
. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide. If read/write capacity mode is PAY_PER_REQUEST
the value is set to 0.write_capacity_units
INT64
WriteCapacityUnits
ThrottlingException
. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide. If read/write capacity mode is PAY_PER_REQUEST
the value is set to 0.table_arn
STRING
TableArn
table_creation_date_time
TIMESTAMP
TableCreationDateTime
table_id
STRING
TableId
table_name
STRING
TableName
table_size_bytes
INT64
TableSizeBytes
source_table_feature_details
Type: STRUCT
Provider name: SourceTableFeatureDetails
Description: Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.
global_secondary_indexes
UNORDERED_LIST_STRUCT
GlobalSecondaryIndexes
index_name
STRING
IndexName
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
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 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. This limit only applies when you specify the ProjectionType of INCLUDE
. You still can specify the ProjectionType of ALL
to project all attributes from the source table, even if the table has more than 100 attributes.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
read_capacity_units
INT64
ReadCapacityUnits
ThrottlingException
. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide. If read/write capacity mode is PAY_PER_REQUEST
the value is set to 0.write_capacity_units
INT64
WriteCapacityUnits
ThrottlingException
. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide. If read/write capacity mode is PAY_PER_REQUEST
the value is set to 0.local_secondary_indexes
UNORDERED_LIST_STRUCT
LocalSecondaryIndexes
index_name
STRING
IndexName
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 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. This limit only applies when you specify the ProjectionType of INCLUDE
. You still can specify the ProjectionType of ALL
to project all attributes from the source table, even if the table has more than 100 attributes.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.sse_description
STRUCT
SSEDescription
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_description
STRUCT
StreamDescription
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.time_to_live_description
STRUCT
TimeToLiveDescription
attribute_name
STRING
AttributeName
time_to_live_status
STRING
TimeToLiveStatus
tags
Type: UNORDERED_LIST_STRING