> 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>AttributeDefinitions</code></td><td><code>리스트</code></td><td>테이블과 인덱스의 키 스키마를 설명하는 속성입니다.</td></tr><tr><td><code>BillingModeSummary</code></td><td><code>맵</code></td><td>읽기/쓰기 용량 모드에 대한 세부 정보입니다.</td></tr><tr><td><code>GlobalSecondaryIndexes</code></td><td><code>리스트</code></td><td>전역 보조 인덱스입니다.</td></tr><tr><td><code>ItemCount</code></td><td><code>정수</code></td><td>지정된 테이블의 항목 수입니다.</td></tr><tr><td><code>KeySchema</code></td><td><code>리스트</code></td><td>테이블의 기본 키 구조입니다.</td></tr><tr><td><code>LatestStreamArn</code></td><td><code>문자열</code></td><td>이 테이블의 최신 스트림을 고유하게 식별하는 ARN입니다.</td></tr><tr><td><code>LatestStreamLabel</code></td><td><code>문자열</code></td><td>이 스트림의 ISO 8601 형식 타임스탬프입니다.</td></tr><tr><td><code>LocalSecondaryIndexes</code></td><td><code>리스트</code></td><td>테이블의 하나 이상의 로컬 보조 인덱스입니다.</td></tr><tr><td><code>ProvisionedThroughput</code></td><td><code>맵</code></td><td>읽기 및 쓰기 용량 단위와 증가 및 감소에 대한 데이터로 구성된 테이블의 프로비저닝된 처리량 설정입니다.</td></tr><tr><td><code>RestoreSummary</code></td><td><code>맵</code></td><td>복원에 대한 세부 정보입니다.</td></tr><tr><td><code>SSEDescription</code></td><td><code>맵</code></td><td>지정된 테이블의 서버 측 암호화 상태에 대한 설명입니다.</td></tr><tr><td><code>StreamSpecification</code></td><td><code>맵</code></td><td>테이블의 현재 DynamoDB Streams 구성입니다.</td></tr><tr><td><code>TableSizeBytes</code></td><td><code>정수</code></td><td>지정된 테이블의 총 크기(바이트)입니다.</td></tr><tr><td><code>TableStatus</code></td><td><code>문자열</code></td><td>테이블의 현재 상태</td></tr><tr><td><code>AutoScalingDescriptions</code></td><td><code>리스트</code></td><td>트래픽 패턴에 따라 프로비저닝된 처리량 용량을 동적으로 조정하는 방식의 구성 세부 정보</td></tr><tr><td><code>TimeToLiveDescription</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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
