이 페이지에서는 커스텀 백엔드가 지원하는 Google Cloud Deployment Manager의 커스텀 유형을 만드는 방법을 설명합니다.
작업 기능은 Deployment Manager가 호출할 수 있는 API 메서드의 범위를 확장하는 알파 기능입니다. 이 기능은 지원되지 않으므로 지원되는 대안으로 작업의 기존 사용을 마이그레이션하는 것이 좋습니다. storage.buckets.setIamPolicy와 같은 일부 작업은 Deployment Manager 리소스 유형에 해당하며 이 리소스 유형을 사용하여 작업을 대체할 수 있습니다.
배포에서 기존 지원되는 Deployment Manager 리소스 유형으로 대체할 수 없는 작업을 사용해야 하는 경우 이 가이드에 따라 이러한 작업을 대체하기 위해 커스텀 백엔드로 커스텀 유형을 만드세요.
커스텀 백엔드를 만드는 개발 작업을 줄이는 한 가지 방법은 Cloud Run 함수를 사용하는 것입니다. 개발 프로세스의 일부로 다른 서버리스 솔루션을 이미 사용하고 있다면 해당 솔루션을 사용하는 것이 더 효율적일 수 있습니다. Cloud Run 함수를 커스텀 유형 공급자의 백엔드로 사용하는 방법에 대한 개요를 보려면 커스텀 유형 공급자 예시 구현을 참조하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-04-09(UTC)"],[[["This guide details the process of creating custom types in Google Cloud Deployment Manager, backed by custom backends, to replace unsupported Actions."],["Custom backends can be implemented by building a RESTful service or leveraging serverless solutions like Cloud Run functions, Cloud Run, or App Engine."],["To integrate a third-party API, you must first create a custom type provider."],["The actions feature is now unsupported, which means that existing Actions need to be replaced with supported alternatives or by creating a custom type with a custom backend."],["Utilizing Cloud Run functions can streamline the development of a custom backend for a custom type provider."]]],[]]