ResourceGroupCreateRequest
ResourceGroupCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description required | 리소스 그룹 설명 Example : resource group 1 | any of [string, null] | |
| name required | 리소스 그룹명 Example : resource-group-1Pattern : ^[가-힣ㄱ-ㅎㅏ-ㅣa-zA-Z0-9+=,.\@_-]+$Minimum length : 3Maximum length : 64 | string | |
| region optional | 리전 Example : kr-west1 | any of [string, null] | |
| resource_types optional | 자원 유형 목록 (service:resource_type) Example : ["resourcemanager:resource-group", "loggingaudit:trail"] | any of [array[string], null] | |
| tags optional | 태그 목록 Example : [{"key": "key1", "value": "value1"}, {"key": "key2", "value": "value2"}] | any of [array[Tag], null] |