> 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 지원팀에 문의하세요.

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

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

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

## 공통 필드

다음 속성은 모든 리소스에서 공유되며 Panther의 어떤 정책에서든 참조할 수 있습니다:

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


---

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