> For the complete documentation index, see [llms.txt](https://docs.panther.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.panther.com/ko/cloud-scanning/cloud-resource-attributes/aws/dynamodb-table.md).

# DynamoDB 테이블

## 리소스 유형

`AWS.DynamoDB.Table`

## 리소스 ID 형식

DynamoDB 테이블의 경우 리소스 ID는 ARN입니다.

`arn:aws:dynamodb:us-east-2:123456789012:table/example-table`

## 배경

이 리소스는 AWS DynamoDB 테이블의 스냅샷을 나타냅니다.

## 필드

<table data-header-hidden><thead><tr><th width="300.37282229965155">필드</th><th>유형</th><th>설명</th></tr></thead><tbody><tr><td>필드</td><td>유형</td><td>설명</td></tr><tr><td><code>속성 정의</code></td><td><code>목록</code></td><td>테이블 및 인덱스의 키 스키마를 설명하는 속성입니다.</td></tr><tr><td><code>요금 모드 요약</code></td><td><code>맵</code></td><td>읽기/쓰기 처리량 모드에 대한 세부 정보입니다.</td></tr><tr><td><code>전역 보조 인덱스</code></td><td><code>목록</code></td><td>전역 보조 인덱스입니다.</td></tr><tr><td><code>항목 수</code></td><td><code>정수</code></td><td>지정된 테이블의 항목 수입니다.</td></tr><tr><td><code>키 스키마</code></td><td><code>목록</code></td><td>테이블의 기본 키 구조입니다.</td></tr><tr><td><code>최신 스트림 ARN</code></td><td><code>문자열</code></td><td>이 테이블의 최신 스트림을 고유하게 식별하는 ARN입니다.</td></tr><tr><td><code>최신 스트림 레이블</code></td><td><code>문자열</code></td><td>이 스트림의 ISO 8601 형식 타임스탬프입니다.</td></tr><tr><td><code>로컬 보조 인덱스</code></td><td><code>목록</code></td><td>테이블의 하나 이상의 로컬 보조 인덱스입니다.</td></tr><tr><td><code>프로비저닝된 처리량</code></td><td><code>맵</code></td><td>읽기 및 쓰기 용량 단위와 증가 및 감소에 대한 데이터를 포함하는 테이블의 프로비저닝된 처리량 설정입니다.</td></tr><tr><td><code>복원 요약</code></td><td><code>맵</code></td><td>복원에 대한 세부 정보입니다.</td></tr><tr><td><code>SSE 설명</code></td><td><code>맵</code></td><td>지정된 테이블의 서버 측 암호화 상태에 대한 설명입니다.</td></tr><tr><td><code>스트림 사양</code></td><td><code>맵</code></td><td>테이블의 현재 DynamoDB Streams 구성입니다.</td></tr><tr><td><code>테이블 크기 바이트</code></td><td><code>정수</code></td><td>지정된 테이블의 총 크기(바이트)입니다.</td></tr><tr><td><code>테이블 상태</code></td><td><code>문자열</code></td><td>테이블의 현재 상태</td></tr><tr><td><code>자동 확장 설명</code></td><td><code>목록</code></td><td>트래픽 패턴에 따라 프로비저닝된 처리량 용량을 동적으로 조정하는 방법의 구성 세부 정보입니다</td></tr><tr><td><code>TTL 설명</code></td><td><code>맵</code></td><td>지정된 테이블의 TTL(Time to Live) 상태에 대한 설명입니다.</td></tr></tbody></table>

## 예시

```javascript
{
    "AccountId": "123456789012",
    "Arn": "arn:aws:dynamodb:us-east-2:123456789012:table/example-table",
    "AttributeDefinitions": [
        {
            "AttributeName": "Attribute1",
            "AttributeType": "S"
        }
    ],
    "AutoScalingDescriptions": [
        {
            "CreationTime": "2019-01-01T00:00:00Z",
            "MaxCapacity": 40000,
            "MinCapacity": 5,
            "ResourceId": "table/example-table",
            "RoleARN": "arn:aws:iam::123456789012:role/aws-service-role/dynamodb.application-autoscaling.amazonaws.com/AWSServiceRoleForApplicationAutoScaling_DynamoDBTable",
            "ScalableDimension": "dynamodb:table:ReadCapacityUnits",
            "ServiceNamespace": "dynamodb",
            "SuspendedState": {
                "DynamicScalingInSuspended": false,
                "DynamicScalingOutSuspended": false,
                "ScheduledScalingSuspended": false
            }
        },
        {
            "CreationTime": "2019-01-01T00:00:00Z",
            "MaxCapacity": 40000,
            "MinCapacity": 5,
            "ResourceId": "table/example-table",
            "RoleARN": "arn:aws:iam::123456789012:role/aws-service-role/dynamodb.application-autoscaling.amazonaws.com/AWSServiceRoleForApplicationAutoScaling_DynamoDBTable",
            "ScalableDimension": "dynamodb:table:WriteCapacityUnits",
            "ServiceNamespace": "dynamodb",
            "SuspendedState": {
                "DynamicScalingInSuspended": false,
                "DynamicScalingOutSuspended": false,
                "ScheduledScalingSuspended": false
            }
        }
    ],
    "BillingModeSummary": null,
    "GlobalSecondaryIndexes": null,
    "Id": "1111-2222",
    "ItemCount": 0,
    "KeySchema": [
        {
            "AttributeName": "Attribute1",
            "KeyType": "HASH"
        }
    ],
    "LatestStreamArn": "arn:aws:dynamodb:us-east-2:123456789012:table/example-table/stream/2019-01-01T00:00:00.000",
    "LatestStreamLabel": "2019-01-01T00:00:00.000",
    "LocalSecondaryIndexes": null,
    "Name": "example-table",
    "ProvisionedThroughput": {
        "LastDecreaseDateTime": null,
        "LastIncreaseDateTime": null,
        "NumberOfDecreasesToday": 0,
        "ReadCapacityUnits": 5,
        "WriteCapacityUnits": 5
    },
    "Region": "us-east-2",
    "ResourceId": "arn:aws:dynamodb:us-east-2:123456789012:table/example-table",
    "ResourceType": "AWS.DynamoDB.Table",
    "RestoreSummary": null,
    "SSEDescription": null,
    "StreamSpecification": {
        "StreamEnabled": true,
        "StreamViewType": "NEW_AND_OLD_IMAGES"
    },
    "TableSizeBytes": 0,
    "TableStatus": "ACTIVE",
    "Tags": null,
    "TimeCreated": "2019-01-01T00:00:00.000Z",
    "TimeToLiveDescription": {
        "AttributeName": null,
        "TimeToLiveStatus": "DISABLED"
    }
}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.panther.com/ko/cloud-scanning/cloud-resource-attributes/aws/dynamodb-table.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
