VerticaInitConfigOptionRequest
VerticaInitConfigOptionRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| backup_option optional | Backup setting option | any of [BackupSettingExcludingArchiveRequest, null] | |
| database_locale optional | Database locale information Example : ko_KR.utf8 | any of [string, null] | ko_KR.utf8 |
| database_name required | Database Name Example : Pattern : ^[a-zA-Z][a-zA-Z0-9]*$Minimum length : 3Maximum length : 20 | string | |
| database_user_name required | Database User Name Example : Pattern : ^[a-z]*$Minimum length : 2Maximum length : 20 | string | |
| database_user_password required | Database user password Example : Minimum length : 8Maximum length : 30 | string |