> 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.md).

# 클라우드 리소스 속성

## 개요

AWS 계정을 Panther에 처음 연결하면 모든 리소스가 스캔되고 정의된 [정책](/ko/detections/policies.md).

다음을 참조하세요 [지원되는 리소스 목록은 여기에서](/ko/cloud-scanning/cloud-resource-attributes/aws.md). 지원되는 리소스의 각 문서 페이지에는 해당 스키마와 각 속성에 대한 설명이 포함되어 있습니다. 다음을 참조할 수 있습니다. [공통 필드](#common-fields) 아래는 모든 리소스에서 공통으로 사용되므로 어떤 정책에서든 참조할 수 있습니다.

새 리소스에 대한 기능 요청을 제출하려면 Panther Support에 문의해 주세요.

{% hint style="info" %}
A **리소스** 은(는) EC2 인스턴스, S3 버킷, IAM 사용자 등과 같은 AWS 계정 내의 엔터티입니다.

A **메타 리소스** 계정 전체에 대해 특정 서비스에 대한 컨텍스트를 제공하며, 해당 서비스가 구성되었는지 여부를 파악하는 데 유용합니다. 예를 들어, CloudTrail 메타 리소스를 사용하면 계정에 CloudTrail이 최소 하나는 설정되어 있는지 확인할 수 있습니다.
{% endhint %}

{% hint style="warning" %}
각 리소스는 400KB로 제한됩니다. 이 제한을 초과하는 리소스는 저장되지 않습니다.
{% endhint %}

## 공통 필드

다음 속성은 모든 리소스에서 공통으로 사용되며 Panther의 모든 정책에서 참조할 수 있습니다:

| 필드 이름          | 설명                                                                                                                                          |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| `AccountId`    | 리소스가 존재하는 AWS 계정의 ID                                                                                                                        |
| `Arn`          | 존재하는 경우, 완전한 Amazon 리소스 이름                                                                                                                  |
| `Id`           | 존재하는 경우 AWS 고유 식별자                                                                                                                          |
| `이름`           | 존재하는 경우 AWS 이름                                                                                                                              |
| `Region`       | 리소스가 존재하는 리전이며, 값은 `GLOBAL_REGION` 리소스가 리전 기반이 아닌 경우                                                                                        |
| `ResourceId`   | Panther 고유 식별자                                                                                                                              |
| `ResourceType` | 리소스의 분류로, 예를 들면 `AWS.EC2.Instance`                                                                                                          |
| `Tags`         | 존재하는 경우 AWS 리소스에 할당될 수 있는 키/값 쌍 레이블의 맵                                                                                                      |
| `TimeCreated`  | 하나의 [RFC3339](https://tools.ietf.org/html/rfc3339) 리소스가 생성된 시점을 나타내는 타임스탬프입니다. 이 정보가 AWS API에서 제공되지 않거나, 메타 리소스와 같이 적용되지 않는 경우에는 설정되지 않습니다. |


---

# 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.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.
