PostgresqlInitConfigOptionRequest

PostgresqlInitConfigOptionRequest

NameDescriptionSchemaDefault
audit_enabled
optional
Audit usage state
Example : False
boolean
backup_option
optional
Backup setting option
any of [PostgresqlBackupOption, null]
database_encoding
optional
Database encoding
Example : UTF-8
any of [string, null]UTF-8
database_locale
optional
Database locale information
Example : C
any of [string, null]C
database_name
required
Database Name
Example :
Pattern : ^[a-zA-Z][a-zA-Z0-9]*$
Minimum length : 3
Maximum length : 20
string
database_port
optional
Database service port
Example : 2866
any of [integer, null]2866
database_user_name
required
Database User Name
Example :
Pattern : ^[a-z]*$
Minimum length : 2
Maximum length : 20
string
database_user_password
required
Database user password
Example :
Minimum length : 8
Maximum length : 30
string