--- title: "ConfigurationLog" slug: "common-apidatatype-configurationlog" updated: 2026-07-23T09:04:15Z published: 2026-07-23T09:04:15Z canonical: "api.ncloud-docs.com/common-apidatatype-configurationlog" --- > ## Documentation Index > Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt > Use this file to discover all available pages before exploring further. # ConfigurationLog Classic 환경에서 이용 가능합니다. 설정 내역입니다. ## 구문 구문은 다음과 같습니다. ``` private String configurationNo; private String configurationActionName; private String parameters; private String launchConfigurationName; private String autoScalingGroupName; private String scheduledActionName; private Date settingTime; ``` ## 필드 필드에 대한 설명은 다음과 같습니다. | 필드 | 타입 | 필수 여부 | 설명 | | --- | --- | --- | --- | | `configurationNo` | String | Required | 설정 번호 - 오토 스케일링의 모든 설정 로그를 식별하기 위한 네이버 클라우드 플랫폼의 식별자 | | `configurationActionName` | String | Optional | 설정 액션 이름 - 오토 스케일링 관련 설정 시 요청된 액션 이름 | | `parameters` | String | Required | 사용자가 요청한 파라미터 | | `launchConfigurationName` | String | Optional | 론치 설정명 | | `autoScalingGroupName` | String | Optional | 오토 스케일링 그룹 이름 | | `scheduledActionName` | String | Optional | 스케줄 된 액션의 이름 | | `settingTime` | Date | Required | 설정 일시(YYYY-MM-DDThh:mm:ssZ) |