> 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/cloudformation-stack.md).

# CloudFormation 스택

## 리소스 유형

`AWS.CloudFormation.Stack`

## 리소스 ID 형식

CloudFormation 스택의 경우 리소스 ID는 ARN입니다.

`arn:aws:cloudformation:ap-northeast-2:123456789012:stack/example-stack/11111111`

## 배경

스택은 템플릿 내에서 코드로 관리할 수 있는 AWS 리소스의 모음입니다.

## 필드

| 필드            | 유형      | 설명                                                                                                                                  |
| ------------- | ------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| `기능`          | `목록`    | AWS CloudFormation이 스택을 생성하기 위해 필요한 특정 기능입니다.                                                                                       |
| `변경 세트 ID`    | `문자열`   | 변경 세트의 ID입니다.                                                                                                                       |
| `삭제 시간`       | `타임스탬프` | 스택이 삭제된 시간입니다.                                                                                                                      |
| `설명`          | `문자열`   | 스택과 연결된 사용자 정의 설명입니다.                                                                                                               |
| `롤백 비활성화`     | `불리언`   | <p>스택 생성 실패 시 롤백을 활성화 또는 비활성화하는 부울 값: <code>true</code>롤백을 비활성화합니다,</p><p><code>false</code> 롤백을 활성화합니다.</p>                        |
| `드리프트 정보`     | `맵`     | [정보](https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_StackDriftInformation.html) 스택의 실제 구성이 예상 구성과 다른지 여부에 대한 |
| `종료 보호 활성화`   | `불리언`   | 스택에 대해 종료 보호가 활성화되어 있는지 여부입니다.                                                                                                      |
| `마지막 업데이트 시간` | `타임스탬프` | 스택이 마지막으로 업데이트된 시간입니다. 이 필드는 스택이 최소 한 번 이상 업데이트된 경우에만 반환됩니다.                                                                        |
| `알림 ARN`      | `목록`    | 스택 관련 이벤트가 게시되는 SNS 주제 ARN입니다.                                                                                                      |
| `출력`          | `목록`    | 목록 [출력](https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_Output.html) 구조.                                      |
| `매개변수`        | `목록`    | Parameter 구조의 목록입니다.                                                                                                                |
| `상위 ID`       | `문자열`   | 이 스택의 직접 상위 항목의 ID입니다.                                                                                                              |
| `역할 ARN`      | `문자열`   | 연결된 IAM 서비스 역할입니다.                                                                                                                  |
| `롤백 구성`       | `맵`     | CloudFormation이 스택 생성 및 업데이트 작업 중, 그리고 이후 지정된 모니터링 기간 동안 모니터링할 롤백 트리거입니다.                                                           |
| `루트 ID`       | `문자열`   | 중첩 스택이 궁극적으로 속하는 최상위 스택의 ID입니다.                                                                                                     |
| `스택 상태`       | `문자열`   | 스택의 현재 상태입니다.                                                                                                                       |
| `스택 상태 사유`    | `문자열`   | 스택 상태와 관련된 성공/실패 메시지입니다.                                                                                                            |
| `분 단위 시간 초과`  | `정수`    | 스택 생성이 완료되어야 하는 시간입니다.                                                                                                              |
| `드리프트`        | `목록`    | 드리프트가 발생한 리소스에 대한 세부 정보입니다.                                                                                                         |

```javascript
{
    "AccountId": "123456789012",
    "Arn": "arn:aws:cloudformation:ap-northeast-2:123456789012:stack/example-stack",
    "Capabilities": null,
    "ChangeSetId": null,
    "DeletionTime": null,
    "Description": "이는 예제 스택입니다",
    "DisableRollback": false,
    "DriftInformation": {
        "LastCheckTimestamp": "2019-01-01T00:00:00.00Z",
        "StackDriftStatus": "IN_SYNC"
    },
    "Drifts": null,
    "EnableTerminationProtection": null,
    "Id": "arn:aws:cloudformation:ap-northeast-2:123456789012:stack/example-stack",
    "LastUpdatedTime": null,
    "Name": "example-stack",
    "NotificationARNs": [
        "arn:aws:sns:ap-northeast-2:123456789012:example-topic"
    ],
    "Outputs": null,
    "Parameters": [
        {
            "ParameterKey": "Parameter1",
            "ParameterValue": "Value1",
            "ResolvedValue": null,
            "UsePreviousValue": null
        },
        {
            "ParameterKey": "Parameter2",
            "ParameterValue": "Value2",
            "ResolvedValue": null,
            "UsePreviousValue": null
        }
    ],
    "ParentId": null,
    "Region": "ap-northeast-2",
    "ResourceId": "arn:aws:cloudformation:ap-northeast-2:123456789012:stack/example-stack",
    "ResourceType": "AWS.CloudFormation.Stack",
    "RoleARN": null,
    "RollbackConfiguration": {
        "MonitoringTimeInMinutes": null,
        "RollbackTriggers": null
    },
    "RootId": null,
    "StackStatus": "CREATE_COMPLETE",
    "StackStatusReason": null,
    "Tags": null,
    "TimeCreated": "2019-01-01T00:00:00.000Z",
    "TimeoutInMinutes": null
}
```


---

# 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/cloudformation-stack.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.
