@akamai/openapi-ts
    Preparing search index...

    Variable getDatabasesPostgresqlConfigResponseSchemaConst

    getDatabasesPostgresqlConfigResponseSchema: ZodObject<
        {
            pg: ZodObject<
                {
                    autovacuum_analyze_scale_factor: ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    autovacuum_analyze_threshold: ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    autovacuum_max_workers: ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    autovacuum_naptime: ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    autovacuum_vacuum_cost_delay: ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    autovacuum_vacuum_cost_limit: ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    autovacuum_vacuum_scale_factor: ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    autovacuum_vacuum_threshold: ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    bgwriter_delay: ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    bgwriter_flush_after: ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    bgwriter_lru_maxpages: ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    bgwriter_lru_multiplier: ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    deadlock_timeout: ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    default_toast_compression: ZodObject<
                        {
                            description: ZodString;
                            enum: ZodString;
                            example: ZodString;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    idle_in_transaction_session_timeout: ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    jit: ZodObject<
                        {
                            description: ZodString;
                            example: ZodString;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    max_files_per_process: ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    max_locks_per_transaction: ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    max_logical_replication_workers: ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    max_parallel_workers: ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    max_parallel_workers_per_gather: ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    max_pred_locks_per_transaction: ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    max_replication_slots: ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    max_slot_wal_keep_size: ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    max_stack_depth: ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    max_standby_archive_delay: ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    max_standby_streaming_delay: ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    max_wal_senders: ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    max_worker_processes: ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    password_encryption: ZodObject<
                        {
                            description: ZodString;
                            enum: ZodString;
                            example: ZodString;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    "pg_partman_bgw.interval": ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    "pg_partman_bgw.role": ZodObject<
                        {
                            description: ZodString;
                            example: ZodString;
                            maxLength: ZodInt;
                            pattern: ZodString;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    "pg_stat_monitor.pgsm_enable_query_plan": ZodObject<
                        {
                            description: ZodString;
                            example: ZodString;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    "pg_stat_monitor.pgsm_max_buckets": ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    "pg_stat_statements.track": ZodObject<
                        {
                            description: ZodString;
                            enum: ZodString;
                            example: ZodString;
                            requires_restart: ZodBoolean;
                            type: ZodArray<ZodInt>;
                        },
                        $strip,
                    >;
                    temp_file_limit: ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    timezone: ZodObject<
                        {
                            description: ZodString;
                            example: ZodString;
                            maxLength: ZodInt;
                            pattern: ZodString;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    track_activity_query_size: ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    track_commit_timestamp: ZodObject<
                        {
                            description: ZodString;
                            enum: ZodString;
                            example: ZodString;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    track_functions: ZodObject<
                        {
                            description: ZodString;
                            enum: ZodString;
                            example: ZodString;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    track_io_timing: ZodObject<
                        {
                            description: ZodString;
                            enum: ZodString;
                            example: ZodString;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    wal_sender_timeout: ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                    wal_writer_delay: ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                },
                $strip,
            >;
            pg_stat_monitor_enable: ZodObject<
                {
                    description: ZodString;
                    requires_restart: ZodBoolean;
                    type: ZodString;
                },
                $strip,
            >;
            pglookout: ZodObject<
                {
                    max_failover_replication_time_lag: ZodObject<
                        {
                            description: ZodString;
                            example: ZodInt;
                            maximum: ZodInt;
                            minimum: ZodInt;
                            requires_restart: ZodBoolean;
                            type: ZodString;
                        },
                        $strip,
                    >;
                },
                $strip,
            >;
            shared_buffers_percentage: ZodObject<
                {
                    description: ZodString;
                    example: ZodInt;
                    maximum: ZodInt;
                    minimum: ZodInt;
                    requires_restart: ZodBoolean;
                    type: ZodString;
                },
                $strip,
            >;
            work_mem: ZodObject<
                {
                    description: ZodString;
                    example: ZodInt;
                    maximum: ZodInt;
                    minimum: ZodInt;
                    requires_restart: ZodBoolean;
                    type: ZodString;
                },
                $strip,
            >;
        },
        $strip,
    > = ...

    Available advanced parameters for a PostgreSQL Managed Database.