1. Packages
  2. Aiven
  3. API Docs
  4. getPg
Aiven v6.13.0 published on Monday, Mar 25, 2024 by Pulumi

aiven.getPg

Explore with Pulumi AI

aiven logo
Aiven v6.13.0 published on Monday, Mar 25, 2024 by Pulumi

    The PG data source provides information about the existing Aiven PostgreSQL service.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as aiven from "@pulumi/aiven";
    
    const pg = aiven.getPg({
        project: data.aiven_project.pr1.project,
        serviceName: "my-pg1",
    });
    
    import pulumi
    import pulumi_aiven as aiven
    
    pg = aiven.get_pg(project=data["aiven_project"]["pr1"]["project"],
        service_name="my-pg1")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-aiven/sdk/v6/go/aiven"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := aiven.LookupPg(ctx, &aiven.LookupPgArgs{
    			Project:     data.Aiven_project.Pr1.Project,
    			ServiceName: "my-pg1",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Aiven = Pulumi.Aiven;
    
    return await Deployment.RunAsync(() => 
    {
        var pg = Aiven.GetPg.Invoke(new()
        {
            Project = data.Aiven_project.Pr1.Project,
            ServiceName = "my-pg1",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.aiven.AivenFunctions;
    import com.pulumi.aiven.inputs.GetPgArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var pg = AivenFunctions.getPg(GetPgArgs.builder()
                .project(data.aiven_project().pr1().project())
                .serviceName("my-pg1")
                .build());
    
        }
    }
    
    variables:
      pg:
        fn::invoke:
          Function: aiven:getPg
          Arguments:
            project: ${data.aiven_project.pr1.project}
            serviceName: my-pg1
    

    Using getPg

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getPg(args: GetPgArgs, opts?: InvokeOptions): Promise<GetPgResult>
    function getPgOutput(args: GetPgOutputArgs, opts?: InvokeOptions): Output<GetPgResult>
    def get_pg(project: Optional[str] = None,
               service_name: Optional[str] = None,
               opts: Optional[InvokeOptions] = None) -> GetPgResult
    def get_pg_output(project: Optional[pulumi.Input[str]] = None,
               service_name: Optional[pulumi.Input[str]] = None,
               opts: Optional[InvokeOptions] = None) -> Output[GetPgResult]
    func LookupPg(ctx *Context, args *LookupPgArgs, opts ...InvokeOption) (*LookupPgResult, error)
    func LookupPgOutput(ctx *Context, args *LookupPgOutputArgs, opts ...InvokeOption) LookupPgResultOutput

    > Note: This function is named LookupPg in the Go SDK.

    public static class GetPg 
    {
        public static Task<GetPgResult> InvokeAsync(GetPgArgs args, InvokeOptions? opts = null)
        public static Output<GetPgResult> Invoke(GetPgInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPgResult> getPg(GetPgArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aiven:index/getPg:getPg
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Project string
    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    ServiceName string
    Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
    Project string
    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    ServiceName string
    Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
    project String
    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    serviceName String
    Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
    project string
    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    serviceName string
    Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
    project str
    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    service_name str
    Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
    project String
    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    serviceName String
    Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.

    getPg Result

    The following output properties are available:

    AdditionalDiskSpace string
    Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
    CloudName string
    Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (aws, azure, do google, upcloud, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like here for Google and here for AWS.
    Components List<GetPgComponent>
    Service component information objects
    DiskSpace string
    Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
    DiskSpaceCap string
    The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
    DiskSpaceDefault string
    The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for disk_space
    DiskSpaceStep string
    The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. disk_space needs to increment from disk_space_default by increments of this size.
    DiskSpaceUsed string
    Disk space that service is currently using
    Id string
    The provider-assigned unique ID for this managed resource.
    MaintenanceWindowDow string
    Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
    MaintenanceWindowTime string
    Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
    PgUserConfigs List<GetPgPgUserConfig>
    Pg user configurable settings
    Pgs List<GetPgPg>
    PostgreSQL specific server provided values
    Plan string
    Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are hobbyist, startup-x, business-x and premium-x where x is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the Aiven pricing page.
    Project string
    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    ProjectVpcId string
    Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
    ServiceHost string
    The hostname of the service.
    ServiceIntegrations List<GetPgServiceIntegration>
    Service integrations to specify when creating a service. Not applied after initial service creation
    ServiceName string
    Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
    ServicePassword string
    Password used for connecting to the service, if applicable
    ServicePort int
    The port of the service
    ServiceType string
    Aiven internal service type code
    ServiceUri string
    URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
    ServiceUsername string
    Username used for connecting to the service, if applicable
    State string
    Service state. One of POWEROFF, REBALANCING, REBUILDING or RUNNING
    StaticIps List<string>
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    Tags List<GetPgTag>
    Tags are key-value pairs that allow you to categorize services.
    TechEmails List<GetPgTechEmail>
    Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
    TerminationProtection bool
    Prevents the service from being deleted. It is recommended to set this to true for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
    AdditionalDiskSpace string
    Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
    CloudName string
    Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (aws, azure, do google, upcloud, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like here for Google and here for AWS.
    Components []GetPgComponent
    Service component information objects
    DiskSpace string
    Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
    DiskSpaceCap string
    The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
    DiskSpaceDefault string
    The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for disk_space
    DiskSpaceStep string
    The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. disk_space needs to increment from disk_space_default by increments of this size.
    DiskSpaceUsed string
    Disk space that service is currently using
    Id string
    The provider-assigned unique ID for this managed resource.
    MaintenanceWindowDow string
    Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
    MaintenanceWindowTime string
    Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
    PgUserConfigs []GetPgPgUserConfig
    Pg user configurable settings
    Pgs []GetPgPg
    PostgreSQL specific server provided values
    Plan string
    Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are hobbyist, startup-x, business-x and premium-x where x is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the Aiven pricing page.
    Project string
    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    ProjectVpcId string
    Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
    ServiceHost string
    The hostname of the service.
    ServiceIntegrations []GetPgServiceIntegration
    Service integrations to specify when creating a service. Not applied after initial service creation
    ServiceName string
    Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
    ServicePassword string
    Password used for connecting to the service, if applicable
    ServicePort int
    The port of the service
    ServiceType string
    Aiven internal service type code
    ServiceUri string
    URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
    ServiceUsername string
    Username used for connecting to the service, if applicable
    State string
    Service state. One of POWEROFF, REBALANCING, REBUILDING or RUNNING
    StaticIps []string
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    Tags []GetPgTag
    Tags are key-value pairs that allow you to categorize services.
    TechEmails []GetPgTechEmail
    Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
    TerminationProtection bool
    Prevents the service from being deleted. It is recommended to set this to true for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
    additionalDiskSpace String
    Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
    cloudName String
    Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (aws, azure, do google, upcloud, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like here for Google and here for AWS.
    components List<GetPgComponent>
    Service component information objects
    diskSpace String
    Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
    diskSpaceCap String
    The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
    diskSpaceDefault String
    The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for disk_space
    diskSpaceStep String
    The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. disk_space needs to increment from disk_space_default by increments of this size.
    diskSpaceUsed String
    Disk space that service is currently using
    id String
    The provider-assigned unique ID for this managed resource.
    maintenanceWindowDow String
    Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
    maintenanceWindowTime String
    Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
    pgUserConfigs List<GetPgPgUserConfig>
    Pg user configurable settings
    pgs List<GetPgPg>
    PostgreSQL specific server provided values
    plan String
    Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are hobbyist, startup-x, business-x and premium-x where x is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the Aiven pricing page.
    project String
    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    projectVpcId String
    Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
    serviceHost String
    The hostname of the service.
    serviceIntegrations List<GetPgServiceIntegration>
    Service integrations to specify when creating a service. Not applied after initial service creation
    serviceName String
    Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
    servicePassword String
    Password used for connecting to the service, if applicable
    servicePort Integer
    The port of the service
    serviceType String
    Aiven internal service type code
    serviceUri String
    URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
    serviceUsername String
    Username used for connecting to the service, if applicable
    state String
    Service state. One of POWEROFF, REBALANCING, REBUILDING or RUNNING
    staticIps List<String>
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    tags List<GetPgTag>
    Tags are key-value pairs that allow you to categorize services.
    techEmails List<GetPgTechEmail>
    Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
    terminationProtection Boolean
    Prevents the service from being deleted. It is recommended to set this to true for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
    additionalDiskSpace string
    Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
    cloudName string
    Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (aws, azure, do google, upcloud, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like here for Google and here for AWS.
    components GetPgComponent[]
    Service component information objects
    diskSpace string
    Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
    diskSpaceCap string
    The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
    diskSpaceDefault string
    The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for disk_space
    diskSpaceStep string
    The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. disk_space needs to increment from disk_space_default by increments of this size.
    diskSpaceUsed string
    Disk space that service is currently using
    id string
    The provider-assigned unique ID for this managed resource.
    maintenanceWindowDow string
    Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
    maintenanceWindowTime string
    Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
    pgUserConfigs GetPgPgUserConfig[]
    Pg user configurable settings
    pgs GetPgPg[]
    PostgreSQL specific server provided values
    plan string
    Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are hobbyist, startup-x, business-x and premium-x where x is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the Aiven pricing page.
    project string
    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    projectVpcId string
    Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
    serviceHost string
    The hostname of the service.
    serviceIntegrations GetPgServiceIntegration[]
    Service integrations to specify when creating a service. Not applied after initial service creation
    serviceName string
    Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
    servicePassword string
    Password used for connecting to the service, if applicable
    servicePort number
    The port of the service
    serviceType string
    Aiven internal service type code
    serviceUri string
    URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
    serviceUsername string
    Username used for connecting to the service, if applicable
    state string
    Service state. One of POWEROFF, REBALANCING, REBUILDING or RUNNING
    staticIps string[]
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    tags GetPgTag[]
    Tags are key-value pairs that allow you to categorize services.
    techEmails GetPgTechEmail[]
    Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
    terminationProtection boolean
    Prevents the service from being deleted. It is recommended to set this to true for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
    additional_disk_space str
    Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
    cloud_name str
    Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (aws, azure, do google, upcloud, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like here for Google and here for AWS.
    components Sequence[GetPgComponent]
    Service component information objects
    disk_space str
    Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
    disk_space_cap str
    The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
    disk_space_default str
    The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for disk_space
    disk_space_step str
    The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. disk_space needs to increment from disk_space_default by increments of this size.
    disk_space_used str
    Disk space that service is currently using
    id str
    The provider-assigned unique ID for this managed resource.
    maintenance_window_dow str
    Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
    maintenance_window_time str
    Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
    pg_user_configs Sequence[GetPgPgUserConfig]
    Pg user configurable settings
    pgs Sequence[GetPgPg]
    PostgreSQL specific server provided values
    plan str
    Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are hobbyist, startup-x, business-x and premium-x where x is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the Aiven pricing page.
    project str
    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    project_vpc_id str
    Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
    service_host str
    The hostname of the service.
    service_integrations Sequence[GetPgServiceIntegration]
    Service integrations to specify when creating a service. Not applied after initial service creation
    service_name str
    Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
    service_password str
    Password used for connecting to the service, if applicable
    service_port int
    The port of the service
    service_type str
    Aiven internal service type code
    service_uri str
    URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
    service_username str
    Username used for connecting to the service, if applicable
    state str
    Service state. One of POWEROFF, REBALANCING, REBUILDING or RUNNING
    static_ips Sequence[str]
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    tags Sequence[GetPgTag]
    Tags are key-value pairs that allow you to categorize services.
    tech_emails Sequence[GetPgTechEmail]
    Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
    termination_protection bool
    Prevents the service from being deleted. It is recommended to set this to true for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
    additionalDiskSpace String
    Additional disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
    cloudName String
    Defines where the cloud provider and region where the service is hosted in. This can be changed freely after service is created. Changing the value will trigger a potentially lengthy migration process for the service. Format is cloud provider name (aws, azure, do google, upcloud, etc.), dash, and the cloud provider specific region name. These are documented on each Cloud provider's own support articles, like here for Google and here for AWS.
    components List<Property Map>
    Service component information objects
    diskSpace String
    Service disk space. Possible values depend on the service type, the cloud provider and the project. Therefore, reducing will result in the service rebalancing.
    diskSpaceCap String
    The maximum disk space of the service, possible values depend on the service type, the cloud provider and the project.
    diskSpaceDefault String
    The default disk space of the service, possible values depend on the service type, the cloud provider and the project. Its also the minimum value for disk_space
    diskSpaceStep String
    The default disk space step of the service, possible values depend on the service type, the cloud provider and the project. disk_space needs to increment from disk_space_default by increments of this size.
    diskSpaceUsed String
    Disk space that service is currently using
    id String
    The provider-assigned unique ID for this managed resource.
    maintenanceWindowDow String
    Day of week when maintenance operations should be performed. One monday, tuesday, wednesday, etc.
    maintenanceWindowTime String
    Time of day when maintenance operations should be performed. UTC time in HH:mm:ss format.
    pgUserConfigs List<Property Map>
    Pg user configurable settings
    pgs List<Property Map>
    PostgreSQL specific server provided values
    plan String
    Defines what kind of computing resources are allocated for the service. It can be changed after creation, though there are some restrictions when going to a smaller plan such as the new plan must have sufficient amount of disk space to store all current data and switching to a plan with fewer nodes might not be supported. The basic plan names are hobbyist, startup-x, business-x and premium-x where x is (roughly) the amount of memory on each node (also other attributes like number of CPUs and amount of disk space varies but naming is based on memory). The available options can be seem from the Aiven pricing page.
    project String
    Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
    projectVpcId String
    Specifies the VPC the service should run in. If the value is not set the service is not run inside a VPC. When set, the value should be given as a reference to set up dependencies correctly and the VPC must be in the same cloud and region as the service itself. Project can be freely moved to and from VPC after creation but doing so triggers migration to new servers so the operation can take significant amount of time to complete if the service has a lot of data.
    serviceHost String
    The hostname of the service.
    serviceIntegrations List<Property Map>
    Service integrations to specify when creating a service. Not applied after initial service creation
    serviceName String
    Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
    servicePassword String
    Password used for connecting to the service, if applicable
    servicePort Number
    The port of the service
    serviceType String
    Aiven internal service type code
    serviceUri String
    URI for connecting to the service. Service specific info is under "kafka", "pg", etc.
    serviceUsername String
    Username used for connecting to the service, if applicable
    state String
    Service state. One of POWEROFF, REBALANCING, REBUILDING or RUNNING
    staticIps List<String>
    Static IPs that are going to be associated with this service. Please assign a value using the 'toset' function. Once a static ip resource is in the 'assigned' state it cannot be unbound from the node again
    tags List<Property Map>
    Tags are key-value pairs that allow you to categorize services.
    techEmails List<Property Map>
    Defines the email addresses that will receive alerts about upcoming maintenance updates or warnings about service instability.
    terminationProtection Boolean
    Prevents the service from being deleted. It is recommended to set this to true for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.

    Supporting Types

    GetPgComponent

    Component string
    Service component name
    ConnectionUri string
    Connection info for connecting to the service component. This is a combination of host and port.
    Host string
    Host name for connecting to the service component
    KafkaAuthenticationMethod string
    Kafka authentication method. This is a value specific to the 'kafka' service component
    Port int
    Port number for connecting to the service component
    Route string
    Network access route
    Ssl bool
    Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
    Usage string
    DNS usage name
    Component string
    Service component name
    ConnectionUri string
    Connection info for connecting to the service component. This is a combination of host and port.
    Host string
    Host name for connecting to the service component
    KafkaAuthenticationMethod string
    Kafka authentication method. This is a value specific to the 'kafka' service component
    Port int
    Port number for connecting to the service component
    Route string
    Network access route
    Ssl bool
    Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
    Usage string
    DNS usage name
    component String
    Service component name
    connectionUri String
    Connection info for connecting to the service component. This is a combination of host and port.
    host String
    Host name for connecting to the service component
    kafkaAuthenticationMethod String
    Kafka authentication method. This is a value specific to the 'kafka' service component
    port Integer
    Port number for connecting to the service component
    route String
    Network access route
    ssl Boolean
    Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
    usage String
    DNS usage name
    component string
    Service component name
    connectionUri string
    Connection info for connecting to the service component. This is a combination of host and port.
    host string
    Host name for connecting to the service component
    kafkaAuthenticationMethod string
    Kafka authentication method. This is a value specific to the 'kafka' service component
    port number
    Port number for connecting to the service component
    route string
    Network access route
    ssl boolean
    Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
    usage string
    DNS usage name
    component str
    Service component name
    connection_uri str
    Connection info for connecting to the service component. This is a combination of host and port.
    host str
    Host name for connecting to the service component
    kafka_authentication_method str
    Kafka authentication method. This is a value specific to the 'kafka' service component
    port int
    Port number for connecting to the service component
    route str
    Network access route
    ssl bool
    Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
    usage str
    DNS usage name
    component String
    Service component name
    connectionUri String
    Connection info for connecting to the service component. This is a combination of host and port.
    host String
    Host name for connecting to the service component
    kafkaAuthenticationMethod String
    Kafka authentication method. This is a value specific to the 'kafka' service component
    port Number
    Port number for connecting to the service component
    route String
    Network access route
    ssl Boolean
    Whether the endpoint is encrypted or accepts plaintext. By default endpoints are always encrypted and this property is only included for service components they may disable encryption
    usage String
    DNS usage name

    GetPgPg

    Dbname string
    Primary PostgreSQL database name
    Host string
    PostgreSQL master node host IP or name
    MaxConnections int
    Connection limit
    Password string
    PostgreSQL admin user password
    Port int
    PostgreSQL port
    ReplicaUri string
    PostgreSQL replica URI for services with a replica
    Sslmode string
    PostgreSQL sslmode setting (currently always "require")
    Uri string
    PostgreSQL master connection URI
    User string
    PostgreSQL admin user name
    Dbname string
    Primary PostgreSQL database name
    Host string
    PostgreSQL master node host IP or name
    MaxConnections int
    Connection limit
    Password string
    PostgreSQL admin user password
    Port int
    PostgreSQL port
    ReplicaUri string
    PostgreSQL replica URI for services with a replica
    Sslmode string
    PostgreSQL sslmode setting (currently always "require")
    Uri string
    PostgreSQL master connection URI
    User string
    PostgreSQL admin user name
    dbname String
    Primary PostgreSQL database name
    host String
    PostgreSQL master node host IP or name
    maxConnections Integer
    Connection limit
    password String
    PostgreSQL admin user password
    port Integer
    PostgreSQL port
    replicaUri String
    PostgreSQL replica URI for services with a replica
    sslmode String
    PostgreSQL sslmode setting (currently always "require")
    uri String
    PostgreSQL master connection URI
    user String
    PostgreSQL admin user name
    dbname string
    Primary PostgreSQL database name
    host string
    PostgreSQL master node host IP or name
    maxConnections number
    Connection limit
    password string
    PostgreSQL admin user password
    port number
    PostgreSQL port
    replicaUri string
    PostgreSQL replica URI for services with a replica
    sslmode string
    PostgreSQL sslmode setting (currently always "require")
    uri string
    PostgreSQL master connection URI
    user string
    PostgreSQL admin user name
    dbname str
    Primary PostgreSQL database name
    host str
    PostgreSQL master node host IP or name
    max_connections int
    Connection limit
    password str
    PostgreSQL admin user password
    port int
    PostgreSQL port
    replica_uri str
    PostgreSQL replica URI for services with a replica
    sslmode str
    PostgreSQL sslmode setting (currently always "require")
    uri str
    PostgreSQL master connection URI
    user str
    PostgreSQL admin user name
    dbname String
    Primary PostgreSQL database name
    host String
    PostgreSQL master node host IP or name
    maxConnections Number
    Connection limit
    password String
    PostgreSQL admin user password
    port Number
    PostgreSQL port
    replicaUri String
    PostgreSQL replica URI for services with a replica
    sslmode String
    PostgreSQL sslmode setting (currently always "require")
    uri String
    PostgreSQL master connection URI
    user String
    PostgreSQL admin user name

    GetPgPgUserConfig

    AdditionalBackupRegions string
    Additional Cloud Regions for Backup Replication.
    AdminPassword string
    Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
    AdminUsername string
    Custom username for admin user. This must be set only when a new service is being created.
    BackupHour int
    The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.
    BackupMinute int
    The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
    EnableIpv6 bool
    Register AAAA DNS records for the service, and allow IPv6 packets to service ports.
    IpFilterObjects List<GetPgPgUserConfigIpFilterObject>
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
    IpFilterStrings List<string>
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
    IpFilters List<string>
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.

    Deprecated:Deprecated. Use ip_filter_string instead.

    Migration GetPgPgUserConfigMigration
    Migrate data from existing server
    Pg GetPgPgUserConfigPg
    postgresql.conf configuration values
    PgQualstats GetPgPgUserConfigPgQualstats
    System-wide settings for the pg_qualstats extension

    Deprecated:This property is deprecated.

    PgReadReplica bool
    Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
    PgServiceToForkFrom string
    Name of the PG Service from which to fork (deprecated, use service_to_fork_from). This has effect only when a new service is being created.
    PgStatMonitorEnable bool
    Enable the pg_stat_monitor extension. Enabling this extension will cause the cluster to be restarted.When this extension is enabled, pg_stat_statements results for utility commands are unreliable. The default value is false.
    PgVersion string
    PostgreSQL major version.
    Pgaudit GetPgPgUserConfigPgaudit
    System-wide settings for the pgaudit extension
    Pgbouncer GetPgPgUserConfigPgbouncer
    PGBouncer connection pooling settings
    Pglookout GetPgPgUserConfigPglookout
    System-wide settings for pglookout
    PrivateAccess GetPgPgUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    PrivatelinkAccess GetPgPgUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    ProjectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    PublicAccess GetPgPgUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    RecoveryTargetTime string
    Recovery target time when forking a service. This has effect only when a new service is being created.
    ServiceLog bool
    Store logs for the service so that they are available in the HTTP API and console.
    ServiceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    SharedBuffersPercentage double
    Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20%. This setting adjusts the shared_buffers configuration value.
    StaticIps bool
    Use static public IP addresses.
    SynchronousReplication string
    Synchronous replication type. Note that the service plan also needs to support synchronous replication.
    Timescaledb GetPgPgUserConfigTimescaledb
    System-wide settings for the timescaledb extension
    Variant string
    Variant of the PostgreSQL service, may affect the features that are exposed by default.
    WorkMem int
    Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075%!o(MISSING)f total RAM (up to 32MB).
    AdditionalBackupRegions string
    Additional Cloud Regions for Backup Replication.
    AdminPassword string
    Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
    AdminUsername string
    Custom username for admin user. This must be set only when a new service is being created.
    BackupHour int
    The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.
    BackupMinute int
    The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
    EnableIpv6 bool
    Register AAAA DNS records for the service, and allow IPv6 packets to service ports.
    IpFilterObjects []GetPgPgUserConfigIpFilterObject
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
    IpFilterStrings []string
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
    IpFilters []string
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.

    Deprecated:Deprecated. Use ip_filter_string instead.

    Migration GetPgPgUserConfigMigration
    Migrate data from existing server
    Pg GetPgPgUserConfigPg
    postgresql.conf configuration values
    PgQualstats GetPgPgUserConfigPgQualstats
    System-wide settings for the pg_qualstats extension

    Deprecated:This property is deprecated.

    PgReadReplica bool
    Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
    PgServiceToForkFrom string
    Name of the PG Service from which to fork (deprecated, use service_to_fork_from). This has effect only when a new service is being created.
    PgStatMonitorEnable bool
    Enable the pg_stat_monitor extension. Enabling this extension will cause the cluster to be restarted.When this extension is enabled, pg_stat_statements results for utility commands are unreliable. The default value is false.
    PgVersion string
    PostgreSQL major version.
    Pgaudit GetPgPgUserConfigPgaudit
    System-wide settings for the pgaudit extension
    Pgbouncer GetPgPgUserConfigPgbouncer
    PGBouncer connection pooling settings
    Pglookout GetPgPgUserConfigPglookout
    System-wide settings for pglookout
    PrivateAccess GetPgPgUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    PrivatelinkAccess GetPgPgUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    ProjectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    PublicAccess GetPgPgUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    RecoveryTargetTime string
    Recovery target time when forking a service. This has effect only when a new service is being created.
    ServiceLog bool
    Store logs for the service so that they are available in the HTTP API and console.
    ServiceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    SharedBuffersPercentage float64
    Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20%. This setting adjusts the shared_buffers configuration value.
    StaticIps bool
    Use static public IP addresses.
    SynchronousReplication string
    Synchronous replication type. Note that the service plan also needs to support synchronous replication.
    Timescaledb GetPgPgUserConfigTimescaledb
    System-wide settings for the timescaledb extension
    Variant string
    Variant of the PostgreSQL service, may affect the features that are exposed by default.
    WorkMem int
    Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075%!o(MISSING)f total RAM (up to 32MB).
    additionalBackupRegions String
    Additional Cloud Regions for Backup Replication.
    adminPassword String
    Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
    adminUsername String
    Custom username for admin user. This must be set only when a new service is being created.
    backupHour Integer
    The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.
    backupMinute Integer
    The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
    enableIpv6 Boolean
    Register AAAA DNS records for the service, and allow IPv6 packets to service ports.
    ipFilterObjects List<GetPgPgUserConfigIpFilterObject>
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
    ipFilterStrings List<String>
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
    ipFilters List<String>
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.

    Deprecated:Deprecated. Use ip_filter_string instead.

    migration GetPgPgUserConfigMigration
    Migrate data from existing server
    pg GetPgPgUserConfigPg
    postgresql.conf configuration values
    pgQualstats GetPgPgUserConfigPgQualstats
    System-wide settings for the pg_qualstats extension

    Deprecated:This property is deprecated.

    pgReadReplica Boolean
    Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
    pgServiceToForkFrom String
    Name of the PG Service from which to fork (deprecated, use service_to_fork_from). This has effect only when a new service is being created.
    pgStatMonitorEnable Boolean
    Enable the pg_stat_monitor extension. Enabling this extension will cause the cluster to be restarted.When this extension is enabled, pg_stat_statements results for utility commands are unreliable. The default value is false.
    pgVersion String
    PostgreSQL major version.
    pgaudit GetPgPgUserConfigPgaudit
    System-wide settings for the pgaudit extension
    pgbouncer GetPgPgUserConfigPgbouncer
    PGBouncer connection pooling settings
    pglookout GetPgPgUserConfigPglookout
    System-wide settings for pglookout
    privateAccess GetPgPgUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelinkAccess GetPgPgUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    projectToForkFrom String
    Name of another project to fork a service from. This has effect only when a new service is being created.
    publicAccess GetPgPgUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    recoveryTargetTime String
    Recovery target time when forking a service. This has effect only when a new service is being created.
    serviceLog Boolean
    Store logs for the service so that they are available in the HTTP API and console.
    serviceToForkFrom String
    Name of another service to fork from. This has effect only when a new service is being created.
    sharedBuffersPercentage Double
    Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20%. This setting adjusts the shared_buffers configuration value.
    staticIps Boolean
    Use static public IP addresses.
    synchronousReplication String
    Synchronous replication type. Note that the service plan also needs to support synchronous replication.
    timescaledb GetPgPgUserConfigTimescaledb
    System-wide settings for the timescaledb extension
    variant String
    Variant of the PostgreSQL service, may affect the features that are exposed by default.
    workMem Integer
    Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075%!o(MISSING)f total RAM (up to 32MB).
    additionalBackupRegions string
    Additional Cloud Regions for Backup Replication.
    adminPassword string
    Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
    adminUsername string
    Custom username for admin user. This must be set only when a new service is being created.
    backupHour number
    The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.
    backupMinute number
    The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
    enableIpv6 boolean
    Register AAAA DNS records for the service, and allow IPv6 packets to service ports.
    ipFilterObjects GetPgPgUserConfigIpFilterObject[]
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
    ipFilterStrings string[]
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
    ipFilters string[]
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.

    Deprecated:Deprecated. Use ip_filter_string instead.

    migration GetPgPgUserConfigMigration
    Migrate data from existing server
    pg GetPgPgUserConfigPg
    postgresql.conf configuration values
    pgQualstats GetPgPgUserConfigPgQualstats
    System-wide settings for the pg_qualstats extension

    Deprecated:This property is deprecated.

    pgReadReplica boolean
    Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
    pgServiceToForkFrom string
    Name of the PG Service from which to fork (deprecated, use service_to_fork_from). This has effect only when a new service is being created.
    pgStatMonitorEnable boolean
    Enable the pg_stat_monitor extension. Enabling this extension will cause the cluster to be restarted.When this extension is enabled, pg_stat_statements results for utility commands are unreliable. The default value is false.
    pgVersion string
    PostgreSQL major version.
    pgaudit GetPgPgUserConfigPgaudit
    System-wide settings for the pgaudit extension
    pgbouncer GetPgPgUserConfigPgbouncer
    PGBouncer connection pooling settings
    pglookout GetPgPgUserConfigPglookout
    System-wide settings for pglookout
    privateAccess GetPgPgUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelinkAccess GetPgPgUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    projectToForkFrom string
    Name of another project to fork a service from. This has effect only when a new service is being created.
    publicAccess GetPgPgUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    recoveryTargetTime string
    Recovery target time when forking a service. This has effect only when a new service is being created.
    serviceLog boolean
    Store logs for the service so that they are available in the HTTP API and console.
    serviceToForkFrom string
    Name of another service to fork from. This has effect only when a new service is being created.
    sharedBuffersPercentage number
    Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20%. This setting adjusts the shared_buffers configuration value.
    staticIps boolean
    Use static public IP addresses.
    synchronousReplication string
    Synchronous replication type. Note that the service plan also needs to support synchronous replication.
    timescaledb GetPgPgUserConfigTimescaledb
    System-wide settings for the timescaledb extension
    variant string
    Variant of the PostgreSQL service, may affect the features that are exposed by default.
    workMem number
    Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075%!o(MISSING)f total RAM (up to 32MB).
    additional_backup_regions str
    Additional Cloud Regions for Backup Replication.
    admin_password str
    Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
    admin_username str
    Custom username for admin user. This must be set only when a new service is being created.
    backup_hour int
    The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.
    backup_minute int
    The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
    enable_ipv6 bool
    Register AAAA DNS records for the service, and allow IPv6 packets to service ports.
    ip_filter_objects Sequence[GetPgPgUserConfigIpFilterObject]
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
    ip_filter_strings Sequence[str]
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
    ip_filters Sequence[str]
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.

    Deprecated:Deprecated. Use ip_filter_string instead.

    migration GetPgPgUserConfigMigration
    Migrate data from existing server
    pg GetPgPgUserConfigPg
    postgresql.conf configuration values
    pg_qualstats GetPgPgUserConfigPgQualstats
    System-wide settings for the pg_qualstats extension

    Deprecated:This property is deprecated.

    pg_read_replica bool
    Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
    pg_service_to_fork_from str
    Name of the PG Service from which to fork (deprecated, use service_to_fork_from). This has effect only when a new service is being created.
    pg_stat_monitor_enable bool
    Enable the pg_stat_monitor extension. Enabling this extension will cause the cluster to be restarted.When this extension is enabled, pg_stat_statements results for utility commands are unreliable. The default value is false.
    pg_version str
    PostgreSQL major version.
    pgaudit GetPgPgUserConfigPgaudit
    System-wide settings for the pgaudit extension
    pgbouncer GetPgPgUserConfigPgbouncer
    PGBouncer connection pooling settings
    pglookout GetPgPgUserConfigPglookout
    System-wide settings for pglookout
    private_access GetPgPgUserConfigPrivateAccess
    Allow access to selected service ports from private networks
    privatelink_access GetPgPgUserConfigPrivatelinkAccess
    Allow access to selected service components through Privatelink
    project_to_fork_from str
    Name of another project to fork a service from. This has effect only when a new service is being created.
    public_access GetPgPgUserConfigPublicAccess
    Allow access to selected service ports from the public Internet
    recovery_target_time str
    Recovery target time when forking a service. This has effect only when a new service is being created.
    service_log bool
    Store logs for the service so that they are available in the HTTP API and console.
    service_to_fork_from str
    Name of another service to fork from. This has effect only when a new service is being created.
    shared_buffers_percentage float
    Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20%. This setting adjusts the shared_buffers configuration value.
    static_ips bool
    Use static public IP addresses.
    synchronous_replication str
    Synchronous replication type. Note that the service plan also needs to support synchronous replication.
    timescaledb GetPgPgUserConfigTimescaledb
    System-wide settings for the timescaledb extension
    variant str
    Variant of the PostgreSQL service, may affect the features that are exposed by default.
    work_mem int
    Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075%!o(MISSING)f total RAM (up to 32MB).
    additionalBackupRegions String
    Additional Cloud Regions for Backup Replication.
    adminPassword String
    Custom password for admin user. Defaults to random string. This must be set only when a new service is being created.
    adminUsername String
    Custom username for admin user. This must be set only when a new service is being created.
    backupHour Number
    The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed.
    backupMinute Number
    The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed.
    enableIpv6 Boolean
    Register AAAA DNS records for the service, and allow IPv6 packets to service ports.
    ipFilterObjects List<Property Map>
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'
    ipFilterStrings List<String>
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.
    ipFilters List<String>
    Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'.

    Deprecated:Deprecated. Use ip_filter_string instead.

    migration Property Map
    Migrate data from existing server
    pg Property Map
    postgresql.conf configuration values
    pgQualstats Property Map
    System-wide settings for the pg_qualstats extension

    Deprecated:This property is deprecated.

    pgReadReplica Boolean
    Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead).
    pgServiceToForkFrom String
    Name of the PG Service from which to fork (deprecated, use service_to_fork_from). This has effect only when a new service is being created.
    pgStatMonitorEnable Boolean
    Enable the pg_stat_monitor extension. Enabling this extension will cause the cluster to be restarted.When this extension is enabled, pg_stat_statements results for utility commands are unreliable. The default value is false.
    pgVersion String
    PostgreSQL major version.
    pgaudit Property Map
    System-wide settings for the pgaudit extension
    pgbouncer Property Map
    PGBouncer connection pooling settings
    pglookout Property Map
    System-wide settings for pglookout
    privateAccess Property Map
    Allow access to selected service ports from private networks
    privatelinkAccess Property Map
    Allow access to selected service components through Privatelink
    projectToForkFrom String
    Name of another project to fork a service from. This has effect only when a new service is being created.
    publicAccess Property Map
    Allow access to selected service ports from the public Internet
    recoveryTargetTime String
    Recovery target time when forking a service. This has effect only when a new service is being created.
    serviceLog Boolean
    Store logs for the service so that they are available in the HTTP API and console.
    serviceToForkFrom String
    Name of another service to fork from. This has effect only when a new service is being created.
    sharedBuffersPercentage Number
    Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20%. This setting adjusts the shared_buffers configuration value.
    staticIps Boolean
    Use static public IP addresses.
    synchronousReplication String
    Synchronous replication type. Note that the service plan also needs to support synchronous replication.
    timescaledb Property Map
    System-wide settings for the timescaledb extension
    variant String
    Variant of the PostgreSQL service, may affect the features that are exposed by default.
    workMem Number
    Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075%!o(MISSING)f total RAM (up to 32MB).

    GetPgPgUserConfigIpFilterObject

    Network string
    CIDR address block.
    Description string
    Description for IP filter list entry.
    Network string
    CIDR address block.
    Description string
    Description for IP filter list entry.
    network String
    CIDR address block.
    description String
    Description for IP filter list entry.
    network string
    CIDR address block.
    description string
    Description for IP filter list entry.
    network str
    CIDR address block.
    description str
    Description for IP filter list entry.
    network String
    CIDR address block.
    description String
    Description for IP filter list entry.

    GetPgPgUserConfigMigration

    Host string
    Hostname or IP address of the server where to migrate data from.
    Port int
    Port number of the server where to migrate data from.
    Dbname string
    Database name for bootstrapping the initial connection.
    IgnoreDbs string
    Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment).
    Method string
    The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
    Password string
    Password for authentication with the server where to migrate data from.
    Ssl bool
    The server where to migrate data from is secured with SSL. The default value is true.
    Username string
    User name for authentication with the server where to migrate data from.
    Host string
    Hostname or IP address of the server where to migrate data from.
    Port int
    Port number of the server where to migrate data from.
    Dbname string
    Database name for bootstrapping the initial connection.
    IgnoreDbs string
    Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment).
    Method string
    The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
    Password string
    Password for authentication with the server where to migrate data from.
    Ssl bool
    The server where to migrate data from is secured with SSL. The default value is true.
    Username string
    User name for authentication with the server where to migrate data from.
    host String
    Hostname or IP address of the server where to migrate data from.
    port Integer
    Port number of the server where to migrate data from.
    dbname String
    Database name for bootstrapping the initial connection.
    ignoreDbs String
    Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment).
    method String
    The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
    password String
    Password for authentication with the server where to migrate data from.
    ssl Boolean
    The server where to migrate data from is secured with SSL. The default value is true.
    username String
    User name for authentication with the server where to migrate data from.
    host string
    Hostname or IP address of the server where to migrate data from.
    port number
    Port number of the server where to migrate data from.
    dbname string
    Database name for bootstrapping the initial connection.
    ignoreDbs string
    Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment).
    method string
    The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
    password string
    Password for authentication with the server where to migrate data from.
    ssl boolean
    The server where to migrate data from is secured with SSL. The default value is true.
    username string
    User name for authentication with the server where to migrate data from.
    host str
    Hostname or IP address of the server where to migrate data from.
    port int
    Port number of the server where to migrate data from.
    dbname str
    Database name for bootstrapping the initial connection.
    ignore_dbs str
    Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment).
    method str
    The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
    password str
    Password for authentication with the server where to migrate data from.
    ssl bool
    The server where to migrate data from is secured with SSL. The default value is true.
    username str
    User name for authentication with the server where to migrate data from.
    host String
    Hostname or IP address of the server where to migrate data from.
    port Number
    Port number of the server where to migrate data from.
    dbname String
    Database name for bootstrapping the initial connection.
    ignoreDbs String
    Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment).
    method String
    The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types).
    password String
    Password for authentication with the server where to migrate data from.
    ssl Boolean
    The server where to migrate data from is secured with SSL. The default value is true.
    username String
    User name for authentication with the server where to migrate data from.

    GetPgPgUserConfigPg

    AutovacuumAnalyzeScaleFactor double
    Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20%!o(MISSING)f table size).
    AutovacuumAnalyzeThreshold int
    Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50 tuples.
    AutovacuumFreezeMaxAge int
    Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted.
    AutovacuumMaxWorkers int
    Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is three. This parameter can only be set at server start.
    AutovacuumNaptime int
    Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is one minute.
    AutovacuumVacuumCostDelay int
    Specifies the cost delay value that will be used in automatic VACUUM operations. If -1 is specified, the regular vacuum_cost_delay value will be used. The default value is 20 milliseconds.
    AutovacuumVacuumCostLimit int
    Specifies the cost limit value that will be used in automatic VACUUM operations. If -1 is specified (which is the default), the regular vacuum_cost_limit value will be used.
    AutovacuumVacuumScaleFactor double
    Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20%!o(MISSING)f table size).
    AutovacuumVacuumThreshold int
    Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50 tuples.
    BgwriterDelay int
    Specifies the delay between activity rounds for the background writer in milliseconds. Default is 200.
    BgwriterFlushAfter int
    Whenever more than bgwriter_flush_after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes, default is 512. Setting of 0 disables forced writeback.
    BgwriterLruMaxpages int
    In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. Default is 100.
    BgwriterLruMultiplier double
    The average recent need for new buffers is multiplied by bgwriter_lru_multiplier to arrive at an estimate of the number that will be needed during the next round, (up to bgwriter_lru_maxpages). 1.0 represents a “just in time” policy of writing exactly the number of buffers predicted to be needed. Larger values provide some cushion against spikes in demand, while smaller values intentionally leave writes to be done by server processes. The default is 2.0.
    DeadlockTimeout int
    This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition.
    DefaultToastCompression string
    Specifies the default TOAST compression method for values of compressible columns (the default is lz4).
    IdleInTransactionSessionTimeout int
    Time out sessions with open transactions after this number of milliseconds.
    Jit bool
    Controls system-wide use of Just-in-Time Compilation (JIT).
    LogAutovacuumMinDuration int
    Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds. Setting this to zero logs all autovacuum actions. Minus-one (the default) disables logging autovacuum actions.
    LogErrorVerbosity string
    Controls the amount of detail written in the server log for each message that is logged.
    LogLinePrefix string
    Choose from one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze etc.
    LogMinDurationStatement int
    Log statements that take more than this number of milliseconds to run, -1 disables.
    LogTempFiles int
    Log statements for each temporary file created larger than this number of kilobytes, -1 disables.
    MaxFilesPerProcess int
    PostgreSQL maximum number of files that can be open per process.
    MaxLocksPerTransaction int
    PostgreSQL maximum locks per transaction.
    MaxLogicalReplicationWorkers int
    PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers).
    MaxParallelWorkers int
    Sets the maximum number of workers that the system can support for parallel queries.
    MaxParallelWorkersPerGather int
    Sets the maximum number of workers that can be started by a single Gather or Gather Merge node.
    MaxPredLocksPerTransaction int
    PostgreSQL maximum predicate locks per transaction.
    MaxPreparedTransactions int
    PostgreSQL maximum prepared transactions.
    MaxReplicationSlots int
    PostgreSQL maximum replication slots.
    MaxSlotWalKeepSize int
    PostgreSQL maximum WAL size (MB) reserved for replication slots. Default is -1 (unlimited). wal_keep_size minimum WAL size setting takes precedence over this.
    MaxStackDepth int
    Maximum depth of the stack in bytes.
    MaxStandbyArchiveDelay int
    Max standby archive delay in milliseconds.
    MaxStandbyStreamingDelay int
    Max standby streaming delay in milliseconds.
    MaxWalSenders int
    PostgreSQL maximum WAL senders.
    MaxWorkerProcesses int
    Sets the maximum number of background processes that the system can support.
    PgPartmanBgwDotInterval int
    Sets the time interval to run pg_partman's scheduled tasks.
    PgPartmanBgwDotRole string
    Controls which role to use for pg_partman's scheduled background tasks.
    PgStatMonitorDotPgsmEnableQueryPlan bool
    Enables or disables query plan monitoring.
    PgStatMonitorDotPgsmMaxBuckets int
    Sets the maximum number of buckets .
    PgStatStatementsDotTrack string
    Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top.
    TempFileLimit int
    PostgreSQL temporary file limit in KiB, -1 for unlimited.
    Timezone string
    PostgreSQL service timezone.
    TrackActivityQuerySize int
    Specifies the number of bytes reserved to track the currently executing command for each active session.
    TrackCommitTimestamp string
    Record commit time of transactions.
    TrackFunctions string
    Enables tracking of function call counts and time used.
    TrackIoTiming string
    Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms.
    WalSenderTimeout int
    Terminate replication connections that are inactive for longer than this amount of time, in milliseconds. Setting this value to zero disables the timeout.
    WalWriterDelay int
    WAL flush interval in milliseconds. Note that setting this value to lower than the default 200ms may negatively impact performance.
    AutovacuumAnalyzeScaleFactor float64
    Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20%!o(MISSING)f table size).
    AutovacuumAnalyzeThreshold int
    Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50 tuples.
    AutovacuumFreezeMaxAge int
    Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted.
    AutovacuumMaxWorkers int
    Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is three. This parameter can only be set at server start.
    AutovacuumNaptime int
    Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is one minute.
    AutovacuumVacuumCostDelay int
    Specifies the cost delay value that will be used in automatic VACUUM operations. If -1 is specified, the regular vacuum_cost_delay value will be used. The default value is 20 milliseconds.
    AutovacuumVacuumCostLimit int
    Specifies the cost limit value that will be used in automatic VACUUM operations. If -1 is specified (which is the default), the regular vacuum_cost_limit value will be used.
    AutovacuumVacuumScaleFactor float64
    Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20%!o(MISSING)f table size).
    AutovacuumVacuumThreshold int
    Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50 tuples.
    BgwriterDelay int
    Specifies the delay between activity rounds for the background writer in milliseconds. Default is 200.
    BgwriterFlushAfter int
    Whenever more than bgwriter_flush_after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes, default is 512. Setting of 0 disables forced writeback.
    BgwriterLruMaxpages int
    In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. Default is 100.
    BgwriterLruMultiplier float64
    The average recent need for new buffers is multiplied by bgwriter_lru_multiplier to arrive at an estimate of the number that will be needed during the next round, (up to bgwriter_lru_maxpages). 1.0 represents a “just in time” policy of writing exactly the number of buffers predicted to be needed. Larger values provide some cushion against spikes in demand, while smaller values intentionally leave writes to be done by server processes. The default is 2.0.
    DeadlockTimeout int
    This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition.
    DefaultToastCompression string
    Specifies the default TOAST compression method for values of compressible columns (the default is lz4).
    IdleInTransactionSessionTimeout int
    Time out sessions with open transactions after this number of milliseconds.
    Jit bool
    Controls system-wide use of Just-in-Time Compilation (JIT).
    LogAutovacuumMinDuration int
    Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds. Setting this to zero logs all autovacuum actions. Minus-one (the default) disables logging autovacuum actions.
    LogErrorVerbosity string
    Controls the amount of detail written in the server log for each message that is logged.
    LogLinePrefix string
    Choose from one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze etc.
    LogMinDurationStatement int
    Log statements that take more than this number of milliseconds to run, -1 disables.
    LogTempFiles int
    Log statements for each temporary file created larger than this number of kilobytes, -1 disables.
    MaxFilesPerProcess int
    PostgreSQL maximum number of files that can be open per process.
    MaxLocksPerTransaction int
    PostgreSQL maximum locks per transaction.
    MaxLogicalReplicationWorkers int
    PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers).
    MaxParallelWorkers int
    Sets the maximum number of workers that the system can support for parallel queries.
    MaxParallelWorkersPerGather int
    Sets the maximum number of workers that can be started by a single Gather or Gather Merge node.
    MaxPredLocksPerTransaction int
    PostgreSQL maximum predicate locks per transaction.
    MaxPreparedTransactions int
    PostgreSQL maximum prepared transactions.
    MaxReplicationSlots int
    PostgreSQL maximum replication slots.
    MaxSlotWalKeepSize int
    PostgreSQL maximum WAL size (MB) reserved for replication slots. Default is -1 (unlimited). wal_keep_size minimum WAL size setting takes precedence over this.
    MaxStackDepth int
    Maximum depth of the stack in bytes.
    MaxStandbyArchiveDelay int
    Max standby archive delay in milliseconds.
    MaxStandbyStreamingDelay int
    Max standby streaming delay in milliseconds.
    MaxWalSenders int
    PostgreSQL maximum WAL senders.
    MaxWorkerProcesses int
    Sets the maximum number of background processes that the system can support.
    PgPartmanBgwDotInterval int
    Sets the time interval to run pg_partman's scheduled tasks.
    PgPartmanBgwDotRole string
    Controls which role to use for pg_partman's scheduled background tasks.
    PgStatMonitorDotPgsmEnableQueryPlan bool
    Enables or disables query plan monitoring.
    PgStatMonitorDotPgsmMaxBuckets int
    Sets the maximum number of buckets .
    PgStatStatementsDotTrack string
    Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top.
    TempFileLimit int
    PostgreSQL temporary file limit in KiB, -1 for unlimited.
    Timezone string
    PostgreSQL service timezone.
    TrackActivityQuerySize int
    Specifies the number of bytes reserved to track the currently executing command for each active session.
    TrackCommitTimestamp string
    Record commit time of transactions.
    TrackFunctions string
    Enables tracking of function call counts and time used.
    TrackIoTiming string
    Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms.
    WalSenderTimeout int
    Terminate replication connections that are inactive for longer than this amount of time, in milliseconds. Setting this value to zero disables the timeout.
    WalWriterDelay int
    WAL flush interval in milliseconds. Note that setting this value to lower than the default 200ms may negatively impact performance.
    autovacuumAnalyzeScaleFactor Double
    Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20%!o(MISSING)f table size).
    autovacuumAnalyzeThreshold Integer
    Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50 tuples.
    autovacuumFreezeMaxAge Integer
    Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted.
    autovacuumMaxWorkers Integer
    Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is three. This parameter can only be set at server start.
    autovacuumNaptime Integer
    Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is one minute.
    autovacuumVacuumCostDelay Integer
    Specifies the cost delay value that will be used in automatic VACUUM operations. If -1 is specified, the regular vacuum_cost_delay value will be used. The default value is 20 milliseconds.
    autovacuumVacuumCostLimit Integer
    Specifies the cost limit value that will be used in automatic VACUUM operations. If -1 is specified (which is the default), the regular vacuum_cost_limit value will be used.
    autovacuumVacuumScaleFactor Double
    Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20%!o(MISSING)f table size).
    autovacuumVacuumThreshold Integer
    Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50 tuples.
    bgwriterDelay Integer
    Specifies the delay between activity rounds for the background writer in milliseconds. Default is 200.
    bgwriterFlushAfter Integer
    Whenever more than bgwriter_flush_after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes, default is 512. Setting of 0 disables forced writeback.
    bgwriterLruMaxpages Integer
    In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. Default is 100.
    bgwriterLruMultiplier Double
    The average recent need for new buffers is multiplied by bgwriter_lru_multiplier to arrive at an estimate of the number that will be needed during the next round, (up to bgwriter_lru_maxpages). 1.0 represents a “just in time” policy of writing exactly the number of buffers predicted to be needed. Larger values provide some cushion against spikes in demand, while smaller values intentionally leave writes to be done by server processes. The default is 2.0.
    deadlockTimeout Integer
    This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition.
    defaultToastCompression String
    Specifies the default TOAST compression method for values of compressible columns (the default is lz4).
    idleInTransactionSessionTimeout Integer
    Time out sessions with open transactions after this number of milliseconds.
    jit Boolean
    Controls system-wide use of Just-in-Time Compilation (JIT).
    logAutovacuumMinDuration Integer
    Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds. Setting this to zero logs all autovacuum actions. Minus-one (the default) disables logging autovacuum actions.
    logErrorVerbosity String
    Controls the amount of detail written in the server log for each message that is logged.
    logLinePrefix String
    Choose from one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze etc.
    logMinDurationStatement Integer
    Log statements that take more than this number of milliseconds to run, -1 disables.
    logTempFiles Integer
    Log statements for each temporary file created larger than this number of kilobytes, -1 disables.
    maxFilesPerProcess Integer
    PostgreSQL maximum number of files that can be open per process.
    maxLocksPerTransaction Integer
    PostgreSQL maximum locks per transaction.
    maxLogicalReplicationWorkers Integer
    PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers).
    maxParallelWorkers Integer
    Sets the maximum number of workers that the system can support for parallel queries.
    maxParallelWorkersPerGather Integer
    Sets the maximum number of workers that can be started by a single Gather or Gather Merge node.
    maxPredLocksPerTransaction Integer
    PostgreSQL maximum predicate locks per transaction.
    maxPreparedTransactions Integer
    PostgreSQL maximum prepared transactions.
    maxReplicationSlots Integer
    PostgreSQL maximum replication slots.
    maxSlotWalKeepSize Integer
    PostgreSQL maximum WAL size (MB) reserved for replication slots. Default is -1 (unlimited). wal_keep_size minimum WAL size setting takes precedence over this.
    maxStackDepth Integer
    Maximum depth of the stack in bytes.
    maxStandbyArchiveDelay Integer
    Max standby archive delay in milliseconds.
    maxStandbyStreamingDelay Integer
    Max standby streaming delay in milliseconds.
    maxWalSenders Integer
    PostgreSQL maximum WAL senders.
    maxWorkerProcesses Integer
    Sets the maximum number of background processes that the system can support.
    pgPartmanBgwDotInterval Integer
    Sets the time interval to run pg_partman's scheduled tasks.
    pgPartmanBgwDotRole String
    Controls which role to use for pg_partman's scheduled background tasks.
    pgStatMonitorDotPgsmEnableQueryPlan Boolean
    Enables or disables query plan monitoring.
    pgStatMonitorDotPgsmMaxBuckets Integer
    Sets the maximum number of buckets .
    pgStatStatementsDotTrack String
    Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top.
    tempFileLimit Integer
    PostgreSQL temporary file limit in KiB, -1 for unlimited.
    timezone String
    PostgreSQL service timezone.
    trackActivityQuerySize Integer
    Specifies the number of bytes reserved to track the currently executing command for each active session.
    trackCommitTimestamp String
    Record commit time of transactions.
    trackFunctions String
    Enables tracking of function call counts and time used.
    trackIoTiming String
    Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms.
    walSenderTimeout Integer
    Terminate replication connections that are inactive for longer than this amount of time, in milliseconds. Setting this value to zero disables the timeout.
    walWriterDelay Integer
    WAL flush interval in milliseconds. Note that setting this value to lower than the default 200ms may negatively impact performance.
    autovacuumAnalyzeScaleFactor number
    Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20%!o(MISSING)f table size).
    autovacuumAnalyzeThreshold number
    Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50 tuples.
    autovacuumFreezeMaxAge number
    Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted.
    autovacuumMaxWorkers number
    Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is three. This parameter can only be set at server start.
    autovacuumNaptime number
    Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is one minute.
    autovacuumVacuumCostDelay number
    Specifies the cost delay value that will be used in automatic VACUUM operations. If -1 is specified, the regular vacuum_cost_delay value will be used. The default value is 20 milliseconds.
    autovacuumVacuumCostLimit number
    Specifies the cost limit value that will be used in automatic VACUUM operations. If -1 is specified (which is the default), the regular vacuum_cost_limit value will be used.
    autovacuumVacuumScaleFactor number
    Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20%!o(MISSING)f table size).
    autovacuumVacuumThreshold number
    Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50 tuples.
    bgwriterDelay number
    Specifies the delay between activity rounds for the background writer in milliseconds. Default is 200.
    bgwriterFlushAfter number
    Whenever more than bgwriter_flush_after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes, default is 512. Setting of 0 disables forced writeback.
    bgwriterLruMaxpages number
    In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. Default is 100.
    bgwriterLruMultiplier number
    The average recent need for new buffers is multiplied by bgwriter_lru_multiplier to arrive at an estimate of the number that will be needed during the next round, (up to bgwriter_lru_maxpages). 1.0 represents a “just in time” policy of writing exactly the number of buffers predicted to be needed. Larger values provide some cushion against spikes in demand, while smaller values intentionally leave writes to be done by server processes. The default is 2.0.
    deadlockTimeout number
    This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition.
    defaultToastCompression string
    Specifies the default TOAST compression method for values of compressible columns (the default is lz4).
    idleInTransactionSessionTimeout number
    Time out sessions with open transactions after this number of milliseconds.
    jit boolean
    Controls system-wide use of Just-in-Time Compilation (JIT).
    logAutovacuumMinDuration number
    Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds. Setting this to zero logs all autovacuum actions. Minus-one (the default) disables logging autovacuum actions.
    logErrorVerbosity string
    Controls the amount of detail written in the server log for each message that is logged.
    logLinePrefix string
    Choose from one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze etc.
    logMinDurationStatement number
    Log statements that take more than this number of milliseconds to run, -1 disables.
    logTempFiles number
    Log statements for each temporary file created larger than this number of kilobytes, -1 disables.
    maxFilesPerProcess number
    PostgreSQL maximum number of files that can be open per process.
    maxLocksPerTransaction number
    PostgreSQL maximum locks per transaction.
    maxLogicalReplicationWorkers number
    PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers).
    maxParallelWorkers number
    Sets the maximum number of workers that the system can support for parallel queries.
    maxParallelWorkersPerGather number
    Sets the maximum number of workers that can be started by a single Gather or Gather Merge node.
    maxPredLocksPerTransaction number
    PostgreSQL maximum predicate locks per transaction.
    maxPreparedTransactions number
    PostgreSQL maximum prepared transactions.
    maxReplicationSlots number
    PostgreSQL maximum replication slots.
    maxSlotWalKeepSize number
    PostgreSQL maximum WAL size (MB) reserved for replication slots. Default is -1 (unlimited). wal_keep_size minimum WAL size setting takes precedence over this.
    maxStackDepth number
    Maximum depth of the stack in bytes.
    maxStandbyArchiveDelay number
    Max standby archive delay in milliseconds.
    maxStandbyStreamingDelay number
    Max standby streaming delay in milliseconds.
    maxWalSenders number
    PostgreSQL maximum WAL senders.
    maxWorkerProcesses number
    Sets the maximum number of background processes that the system can support.
    pgPartmanBgwDotInterval number
    Sets the time interval to run pg_partman's scheduled tasks.
    pgPartmanBgwDotRole string
    Controls which role to use for pg_partman's scheduled background tasks.
    pgStatMonitorDotPgsmEnableQueryPlan boolean
    Enables or disables query plan monitoring.
    pgStatMonitorDotPgsmMaxBuckets number
    Sets the maximum number of buckets .
    pgStatStatementsDotTrack string
    Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top.
    tempFileLimit number
    PostgreSQL temporary file limit in KiB, -1 for unlimited.
    timezone string
    PostgreSQL service timezone.
    trackActivityQuerySize number
    Specifies the number of bytes reserved to track the currently executing command for each active session.
    trackCommitTimestamp string
    Record commit time of transactions.
    trackFunctions string
    Enables tracking of function call counts and time used.
    trackIoTiming string
    Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms.
    walSenderTimeout number
    Terminate replication connections that are inactive for longer than this amount of time, in milliseconds. Setting this value to zero disables the timeout.
    walWriterDelay number
    WAL flush interval in milliseconds. Note that setting this value to lower than the default 200ms may negatively impact performance.
    autovacuum_analyze_scale_factor float
    Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20%!o(MISSING)f table size).
    autovacuum_analyze_threshold int
    Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50 tuples.
    autovacuum_freeze_max_age int
    Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted.
    autovacuum_max_workers int
    Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is three. This parameter can only be set at server start.
    autovacuum_naptime int
    Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is one minute.
    autovacuum_vacuum_cost_delay int
    Specifies the cost delay value that will be used in automatic VACUUM operations. If -1 is specified, the regular vacuum_cost_delay value will be used. The default value is 20 milliseconds.
    autovacuum_vacuum_cost_limit int
    Specifies the cost limit value that will be used in automatic VACUUM operations. If -1 is specified (which is the default), the regular vacuum_cost_limit value will be used.
    autovacuum_vacuum_scale_factor float
    Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20%!o(MISSING)f table size).
    autovacuum_vacuum_threshold int
    Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50 tuples.
    bgwriter_delay int
    Specifies the delay between activity rounds for the background writer in milliseconds. Default is 200.
    bgwriter_flush_after int
    Whenever more than bgwriter_flush_after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes, default is 512. Setting of 0 disables forced writeback.
    bgwriter_lru_maxpages int
    In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. Default is 100.
    bgwriter_lru_multiplier float
    The average recent need for new buffers is multiplied by bgwriter_lru_multiplier to arrive at an estimate of the number that will be needed during the next round, (up to bgwriter_lru_maxpages). 1.0 represents a “just in time” policy of writing exactly the number of buffers predicted to be needed. Larger values provide some cushion against spikes in demand, while smaller values intentionally leave writes to be done by server processes. The default is 2.0.
    deadlock_timeout int
    This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition.
    default_toast_compression str
    Specifies the default TOAST compression method for values of compressible columns (the default is lz4).
    idle_in_transaction_session_timeout int
    Time out sessions with open transactions after this number of milliseconds.
    jit bool
    Controls system-wide use of Just-in-Time Compilation (JIT).
    log_autovacuum_min_duration int
    Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds. Setting this to zero logs all autovacuum actions. Minus-one (the default) disables logging autovacuum actions.
    log_error_verbosity str
    Controls the amount of detail written in the server log for each message that is logged.
    log_line_prefix str
    Choose from one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze etc.
    log_min_duration_statement int
    Log statements that take more than this number of milliseconds to run, -1 disables.
    log_temp_files int
    Log statements for each temporary file created larger than this number of kilobytes, -1 disables.
    max_files_per_process int
    PostgreSQL maximum number of files that can be open per process.
    max_locks_per_transaction int
    PostgreSQL maximum locks per transaction.
    max_logical_replication_workers int
    PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers).
    max_parallel_workers int
    Sets the maximum number of workers that the system can support for parallel queries.
    max_parallel_workers_per_gather int
    Sets the maximum number of workers that can be started by a single Gather or Gather Merge node.
    max_pred_locks_per_transaction int
    PostgreSQL maximum predicate locks per transaction.
    max_prepared_transactions int
    PostgreSQL maximum prepared transactions.
    max_replication_slots int
    PostgreSQL maximum replication slots.
    max_slot_wal_keep_size int
    PostgreSQL maximum WAL size (MB) reserved for replication slots. Default is -1 (unlimited). wal_keep_size minimum WAL size setting takes precedence over this.
    max_stack_depth int
    Maximum depth of the stack in bytes.
    max_standby_archive_delay int
    Max standby archive delay in milliseconds.
    max_standby_streaming_delay int
    Max standby streaming delay in milliseconds.
    max_wal_senders int
    PostgreSQL maximum WAL senders.
    max_worker_processes int
    Sets the maximum number of background processes that the system can support.
    pg_partman_bgw_dot_interval int
    Sets the time interval to run pg_partman's scheduled tasks.
    pg_partman_bgw_dot_role str
    Controls which role to use for pg_partman's scheduled background tasks.
    pg_stat_monitor_dot_pgsm_enable_query_plan bool
    Enables or disables query plan monitoring.
    pg_stat_monitor_dot_pgsm_max_buckets int
    Sets the maximum number of buckets .
    pg_stat_statements_dot_track str
    Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top.
    temp_file_limit int
    PostgreSQL temporary file limit in KiB, -1 for unlimited.
    timezone str
    PostgreSQL service timezone.
    track_activity_query_size int
    Specifies the number of bytes reserved to track the currently executing command for each active session.
    track_commit_timestamp str
    Record commit time of transactions.
    track_functions str
    Enables tracking of function call counts and time used.
    track_io_timing str
    Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms.
    wal_sender_timeout int
    Terminate replication connections that are inactive for longer than this amount of time, in milliseconds. Setting this value to zero disables the timeout.
    wal_writer_delay int
    WAL flush interval in milliseconds. Note that setting this value to lower than the default 200ms may negatively impact performance.
    autovacuumAnalyzeScaleFactor Number
    Specifies a fraction of the table size to add to autovacuum_analyze_threshold when deciding whether to trigger an ANALYZE. The default is 0.2 (20%!o(MISSING)f table size).
    autovacuumAnalyzeThreshold Number
    Specifies the minimum number of inserted, updated or deleted tuples needed to trigger an ANALYZE in any one table. The default is 50 tuples.
    autovacuumFreezeMaxAge Number
    Specifies the maximum age (in transactions) that a table's pg_class.relfrozenxid field can attain before a VACUUM operation is forced to prevent transaction ID wraparound within the table. Note that the system will launch autovacuum processes to prevent wraparound even when autovacuum is otherwise disabled. This parameter will cause the server to be restarted.
    autovacuumMaxWorkers Number
    Specifies the maximum number of autovacuum processes (other than the autovacuum launcher) that may be running at any one time. The default is three. This parameter can only be set at server start.
    autovacuumNaptime Number
    Specifies the minimum delay between autovacuum runs on any given database. The delay is measured in seconds, and the default is one minute.
    autovacuumVacuumCostDelay Number
    Specifies the cost delay value that will be used in automatic VACUUM operations. If -1 is specified, the regular vacuum_cost_delay value will be used. The default value is 20 milliseconds.
    autovacuumVacuumCostLimit Number
    Specifies the cost limit value that will be used in automatic VACUUM operations. If -1 is specified (which is the default), the regular vacuum_cost_limit value will be used.
    autovacuumVacuumScaleFactor Number
    Specifies a fraction of the table size to add to autovacuum_vacuum_threshold when deciding whether to trigger a VACUUM. The default is 0.2 (20%!o(MISSING)f table size).
    autovacuumVacuumThreshold Number
    Specifies the minimum number of updated or deleted tuples needed to trigger a VACUUM in any one table. The default is 50 tuples.
    bgwriterDelay Number
    Specifies the delay between activity rounds for the background writer in milliseconds. Default is 200.
    bgwriterFlushAfter Number
    Whenever more than bgwriter_flush_after bytes have been written by the background writer, attempt to force the OS to issue these writes to the underlying storage. Specified in kilobytes, default is 512. Setting of 0 disables forced writeback.
    bgwriterLruMaxpages Number
    In each round, no more than this many buffers will be written by the background writer. Setting this to zero disables background writing. Default is 100.
    bgwriterLruMultiplier Number
    The average recent need for new buffers is multiplied by bgwriter_lru_multiplier to arrive at an estimate of the number that will be needed during the next round, (up to bgwriter_lru_maxpages). 1.0 represents a “just in time” policy of writing exactly the number of buffers predicted to be needed. Larger values provide some cushion against spikes in demand, while smaller values intentionally leave writes to be done by server processes. The default is 2.0.
    deadlockTimeout Number
    This is the amount of time, in milliseconds, to wait on a lock before checking to see if there is a deadlock condition.
    defaultToastCompression String
    Specifies the default TOAST compression method for values of compressible columns (the default is lz4).
    idleInTransactionSessionTimeout Number
    Time out sessions with open transactions after this number of milliseconds.
    jit Boolean
    Controls system-wide use of Just-in-Time Compilation (JIT).
    logAutovacuumMinDuration Number
    Causes each action executed by autovacuum to be logged if it ran for at least the specified number of milliseconds. Setting this to zero logs all autovacuum actions. Minus-one (the default) disables logging autovacuum actions.
    logErrorVerbosity String
    Controls the amount of detail written in the server log for each message that is logged.
    logLinePrefix String
    Choose from one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze etc.
    logMinDurationStatement Number
    Log statements that take more than this number of milliseconds to run, -1 disables.
    logTempFiles Number
    Log statements for each temporary file created larger than this number of kilobytes, -1 disables.
    maxFilesPerProcess Number
    PostgreSQL maximum number of files that can be open per process.
    maxLocksPerTransaction Number
    PostgreSQL maximum locks per transaction.
    maxLogicalReplicationWorkers Number
    PostgreSQL maximum logical replication workers (taken from the pool of max_parallel_workers).
    maxParallelWorkers Number
    Sets the maximum number of workers that the system can support for parallel queries.
    maxParallelWorkersPerGather Number
    Sets the maximum number of workers that can be started by a single Gather or Gather Merge node.
    maxPredLocksPerTransaction Number
    PostgreSQL maximum predicate locks per transaction.
    maxPreparedTransactions Number
    PostgreSQL maximum prepared transactions.
    maxReplicationSlots Number
    PostgreSQL maximum replication slots.
    maxSlotWalKeepSize Number
    PostgreSQL maximum WAL size (MB) reserved for replication slots. Default is -1 (unlimited). wal_keep_size minimum WAL size setting takes precedence over this.
    maxStackDepth Number
    Maximum depth of the stack in bytes.
    maxStandbyArchiveDelay Number
    Max standby archive delay in milliseconds.
    maxStandbyStreamingDelay Number
    Max standby streaming delay in milliseconds.
    maxWalSenders Number
    PostgreSQL maximum WAL senders.
    maxWorkerProcesses Number
    Sets the maximum number of background processes that the system can support.
    pgPartmanBgwDotInterval Number
    Sets the time interval to run pg_partman's scheduled tasks.
    pgPartmanBgwDotRole String
    Controls which role to use for pg_partman's scheduled background tasks.
    pgStatMonitorDotPgsmEnableQueryPlan Boolean
    Enables or disables query plan monitoring.
    pgStatMonitorDotPgsmMaxBuckets Number
    Sets the maximum number of buckets .
    pgStatStatementsDotTrack String
    Controls which statements are counted. Specify top to track top-level statements (those issued directly by clients), all to also track nested statements (such as statements invoked within functions), or none to disable statement statistics collection. The default value is top.
    tempFileLimit Number
    PostgreSQL temporary file limit in KiB, -1 for unlimited.
    timezone String
    PostgreSQL service timezone.
    trackActivityQuerySize Number
    Specifies the number of bytes reserved to track the currently executing command for each active session.
    trackCommitTimestamp String
    Record commit time of transactions.
    trackFunctions String
    Enables tracking of function call counts and time used.
    trackIoTiming String
    Enables timing of database I/O calls. This parameter is off by default, because it will repeatedly query the operating system for the current time, which may cause significant overhead on some platforms.
    walSenderTimeout Number
    Terminate replication connections that are inactive for longer than this amount of time, in milliseconds. Setting this value to zero disables the timeout.
    walWriterDelay Number
    WAL flush interval in milliseconds. Note that setting this value to lower than the default 200ms may negatively impact performance.

    GetPgPgUserConfigPgQualstats

    Enabled bool
    Enable / Disable pg_qualstats. The default value is false.

    Deprecated:This property is deprecated.

    MinErrEstimateNum int
    Error estimation num threshold to save quals. The default value is 0.

    Deprecated:This property is deprecated.

    MinErrEstimateRatio int
    Error estimation ratio threshold to save quals. The default value is 0.

    Deprecated:This property is deprecated.

    TrackConstants bool
    Enable / Disable pg_qualstats constants tracking. The default value is true.

    Deprecated:This property is deprecated.

    TrackPgCatalog bool
    Track quals on system catalogs too. The default value is false.

    Deprecated:This property is deprecated.

    Enabled bool
    Enable / Disable pg_qualstats. The default value is false.

    Deprecated:This property is deprecated.

    MinErrEstimateNum int
    Error estimation num threshold to save quals. The default value is 0.

    Deprecated:This property is deprecated.

    MinErrEstimateRatio int
    Error estimation ratio threshold to save quals. The default value is 0.

    Deprecated:This property is deprecated.

    TrackConstants bool
    Enable / Disable pg_qualstats constants tracking. The default value is true.

    Deprecated:This property is deprecated.

    TrackPgCatalog bool
    Track quals on system catalogs too. The default value is false.

    Deprecated:This property is deprecated.

    enabled Boolean
    Enable / Disable pg_qualstats. The default value is false.

    Deprecated:This property is deprecated.

    minErrEstimateNum Integer
    Error estimation num threshold to save quals. The default value is 0.

    Deprecated:This property is deprecated.

    minErrEstimateRatio Integer
    Error estimation ratio threshold to save quals. The default value is 0.

    Deprecated:This property is deprecated.

    trackConstants Boolean
    Enable / Disable pg_qualstats constants tracking. The default value is true.

    Deprecated:This property is deprecated.

    trackPgCatalog Boolean
    Track quals on system catalogs too. The default value is false.

    Deprecated:This property is deprecated.

    enabled boolean
    Enable / Disable pg_qualstats. The default value is false.

    Deprecated:This property is deprecated.

    minErrEstimateNum number
    Error estimation num threshold to save quals. The default value is 0.

    Deprecated:This property is deprecated.

    minErrEstimateRatio number
    Error estimation ratio threshold to save quals. The default value is 0.

    Deprecated:This property is deprecated.

    trackConstants boolean
    Enable / Disable pg_qualstats constants tracking. The default value is true.

    Deprecated:This property is deprecated.

    trackPgCatalog boolean
    Track quals on system catalogs too. The default value is false.

    Deprecated:This property is deprecated.

    enabled bool
    Enable / Disable pg_qualstats. The default value is false.

    Deprecated:This property is deprecated.

    min_err_estimate_num int
    Error estimation num threshold to save quals. The default value is 0.

    Deprecated:This property is deprecated.

    min_err_estimate_ratio int
    Error estimation ratio threshold to save quals. The default value is 0.

    Deprecated:This property is deprecated.

    track_constants bool
    Enable / Disable pg_qualstats constants tracking. The default value is true.

    Deprecated:This property is deprecated.

    track_pg_catalog bool
    Track quals on system catalogs too. The default value is false.

    Deprecated:This property is deprecated.

    enabled Boolean
    Enable / Disable pg_qualstats. The default value is false.

    Deprecated:This property is deprecated.

    minErrEstimateNum Number
    Error estimation num threshold to save quals. The default value is 0.

    Deprecated:This property is deprecated.

    minErrEstimateRatio Number
    Error estimation ratio threshold to save quals. The default value is 0.

    Deprecated:This property is deprecated.

    trackConstants Boolean
    Enable / Disable pg_qualstats constants tracking. The default value is true.

    Deprecated:This property is deprecated.

    trackPgCatalog Boolean
    Track quals on system catalogs too. The default value is false.

    Deprecated:This property is deprecated.

    GetPgPgUserConfigPgaudit

    FeatureEnabled bool
    Enable pgaudit extension. When enabled, pgaudit extension will be automatically installed.Otherwise, extension will be uninstalled but auditing configurations will be preserved. The default value is false.
    LogCatalog bool
    Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog. The default value is true.
    LogClient bool
    Specifies whether log messages will be visible to a client process such as psql. The default value is false.
    LogLevel string
    Specifies the log level that will be used for log entries. The default value is log.
    LogMaxStringLength int
    Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation. The default value is -1.
    LogNestedStatements bool
    This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun. The default value is true.
    LogParameter bool
    Specifies that audit logging should include the parameters that were passed with the statement. The default value is false.
    LogParameterMaxSize int
    Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with . The default value is 0.
    LogRelation bool
    Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement. The default value is false.
    LogRows bool
    Specifies that audit logging should include the rows retrieved or affected by a statement. When enabled the rows field will be included after the parameter field. The default value is false.
    LogStatement bool
    Specifies whether logging will include the statement text and parameters (if enabled). The default value is true.
    LogStatementOnce bool
    Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry. The default value is false.
    Logs List<string>
    Specifies which classes of statements will be logged by session audit logging.
    Role string
    Specifies the master role to use for object audit logging.
    FeatureEnabled bool
    Enable pgaudit extension. When enabled, pgaudit extension will be automatically installed.Otherwise, extension will be uninstalled but auditing configurations will be preserved. The default value is false.
    LogCatalog bool
    Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog. The default value is true.
    LogClient bool
    Specifies whether log messages will be visible to a client process such as psql. The default value is false.
    LogLevel string
    Specifies the log level that will be used for log entries. The default value is log.
    LogMaxStringLength int
    Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation. The default value is -1.
    LogNestedStatements bool
    This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun. The default value is true.
    LogParameter bool
    Specifies that audit logging should include the parameters that were passed with the statement. The default value is false.
    LogParameterMaxSize int
    Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with . The default value is 0.
    LogRelation bool
    Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement. The default value is false.
    LogRows bool
    Specifies that audit logging should include the rows retrieved or affected by a statement. When enabled the rows field will be included after the parameter field. The default value is false.
    LogStatement bool
    Specifies whether logging will include the statement text and parameters (if enabled). The default value is true.
    LogStatementOnce bool
    Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry. The default value is false.
    Logs []string
    Specifies which classes of statements will be logged by session audit logging.
    Role string
    Specifies the master role to use for object audit logging.
    featureEnabled Boolean
    Enable pgaudit extension. When enabled, pgaudit extension will be automatically installed.Otherwise, extension will be uninstalled but auditing configurations will be preserved. The default value is false.
    logCatalog Boolean
    Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog. The default value is true.
    logClient Boolean
    Specifies whether log messages will be visible to a client process such as psql. The default value is false.
    logLevel String
    Specifies the log level that will be used for log entries. The default value is log.
    logMaxStringLength Integer
    Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation. The default value is -1.
    logNestedStatements Boolean
    This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun. The default value is true.
    logParameter Boolean
    Specifies that audit logging should include the parameters that were passed with the statement. The default value is false.
    logParameterMaxSize Integer
    Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with . The default value is 0.
    logRelation Boolean
    Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement. The default value is false.
    logRows Boolean
    Specifies that audit logging should include the rows retrieved or affected by a statement. When enabled the rows field will be included after the parameter field. The default value is false.
    logStatement Boolean
    Specifies whether logging will include the statement text and parameters (if enabled). The default value is true.
    logStatementOnce Boolean
    Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry. The default value is false.
    logs List<String>
    Specifies which classes of statements will be logged by session audit logging.
    role String
    Specifies the master role to use for object audit logging.
    featureEnabled boolean
    Enable pgaudit extension. When enabled, pgaudit extension will be automatically installed.Otherwise, extension will be uninstalled but auditing configurations will be preserved. The default value is false.
    logCatalog boolean
    Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog. The default value is true.
    logClient boolean
    Specifies whether log messages will be visible to a client process such as psql. The default value is false.
    logLevel string
    Specifies the log level that will be used for log entries. The default value is log.
    logMaxStringLength number
    Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation. The default value is -1.
    logNestedStatements boolean
    This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun. The default value is true.
    logParameter boolean
    Specifies that audit logging should include the parameters that were passed with the statement. The default value is false.
    logParameterMaxSize number
    Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with . The default value is 0.
    logRelation boolean
    Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement. The default value is false.
    logRows boolean
    Specifies that audit logging should include the rows retrieved or affected by a statement. When enabled the rows field will be included after the parameter field. The default value is false.
    logStatement boolean
    Specifies whether logging will include the statement text and parameters (if enabled). The default value is true.
    logStatementOnce boolean
    Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry. The default value is false.
    logs string[]
    Specifies which classes of statements will be logged by session audit logging.
    role string
    Specifies the master role to use for object audit logging.
    feature_enabled bool
    Enable pgaudit extension. When enabled, pgaudit extension will be automatically installed.Otherwise, extension will be uninstalled but auditing configurations will be preserved. The default value is false.
    log_catalog bool
    Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog. The default value is true.
    log_client bool
    Specifies whether log messages will be visible to a client process such as psql. The default value is false.
    log_level str
    Specifies the log level that will be used for log entries. The default value is log.
    log_max_string_length int
    Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation. The default value is -1.
    log_nested_statements bool
    This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun. The default value is true.
    log_parameter bool
    Specifies that audit logging should include the parameters that were passed with the statement. The default value is false.
    log_parameter_max_size int
    Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with . The default value is 0.
    log_relation bool
    Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement. The default value is false.
    log_rows bool
    Specifies that audit logging should include the rows retrieved or affected by a statement. When enabled the rows field will be included after the parameter field. The default value is false.
    log_statement bool
    Specifies whether logging will include the statement text and parameters (if enabled). The default value is true.
    log_statement_once bool
    Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry. The default value is false.
    logs Sequence[str]
    Specifies which classes of statements will be logged by session audit logging.
    role str
    Specifies the master role to use for object audit logging.
    featureEnabled Boolean
    Enable pgaudit extension. When enabled, pgaudit extension will be automatically installed.Otherwise, extension will be uninstalled but auditing configurations will be preserved. The default value is false.
    logCatalog Boolean
    Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog. The default value is true.
    logClient Boolean
    Specifies whether log messages will be visible to a client process such as psql. The default value is false.
    logLevel String
    Specifies the log level that will be used for log entries. The default value is log.
    logMaxStringLength Number
    Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation. The default value is -1.
    logNestedStatements Boolean
    This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun. The default value is true.
    logParameter Boolean
    Specifies that audit logging should include the parameters that were passed with the statement. The default value is false.
    logParameterMaxSize Number
    Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with . The default value is 0.
    logRelation Boolean
    Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement. The default value is false.
    logRows Boolean
    Specifies that audit logging should include the rows retrieved or affected by a statement. When enabled the rows field will be included after the parameter field. The default value is false.
    logStatement Boolean
    Specifies whether logging will include the statement text and parameters (if enabled). The default value is true.
    logStatementOnce Boolean
    Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry. The default value is false.
    logs List<String>
    Specifies which classes of statements will be logged by session audit logging.
    role String
    Specifies the master role to use for object audit logging.

    GetPgPgUserConfigPgbouncer

    AutodbIdleTimeout int
    If the automatically created database pools have been unused this many seconds, they are freed. If 0 then timeout is disabled. (seconds). The default value is 3600.
    AutodbMaxDbConnections int
    Do not allow more than this many server connections per database (regardless of user). Setting it to 0 means unlimited.
    AutodbPoolMode string
    PGBouncer pool mode. The default value is transaction.
    AutodbPoolSize int
    If non-zero then create automatically a pool of that size per user when a pool doesn't exist. The default value is 0.
    IgnoreStartupParameters List<string>
    List of parameters to ignore when given in startup packet.
    MinPoolSize int
    Add more server connections to pool if below this number. Improves behavior when usual load comes suddenly back after period of total inactivity. The value is effectively capped at the pool size. The default value is 0.
    ServerIdleTimeout int
    If a server connection has been idle more than this many seconds it will be dropped. If 0 then timeout is disabled. (seconds). The default value is 600.
    ServerLifetime int
    The pooler will close an unused server connection that has been connected longer than this. (seconds). The default value is 3600.
    ServerResetQueryAlways bool
    Run server_reset_query (DISCARD ALL) in all pooling modes. The default value is false.
    AutodbIdleTimeout int
    If the automatically created database pools have been unused this many seconds, they are freed. If 0 then timeout is disabled. (seconds). The default value is 3600.
    AutodbMaxDbConnections int
    Do not allow more than this many server connections per database (regardless of user). Setting it to 0 means unlimited.
    AutodbPoolMode string
    PGBouncer pool mode. The default value is transaction.
    AutodbPoolSize int
    If non-zero then create automatically a pool of that size per user when a pool doesn't exist. The default value is 0.
    IgnoreStartupParameters []string
    List of parameters to ignore when given in startup packet.
    MinPoolSize int
    Add more server connections to pool if below this number. Improves behavior when usual load comes suddenly back after period of total inactivity. The value is effectively capped at the pool size. The default value is 0.
    ServerIdleTimeout int
    If a server connection has been idle more than this many seconds it will be dropped. If 0 then timeout is disabled. (seconds). The default value is 600.
    ServerLifetime int
    The pooler will close an unused server connection that has been connected longer than this. (seconds). The default value is 3600.
    ServerResetQueryAlways bool
    Run server_reset_query (DISCARD ALL) in all pooling modes. The default value is false.
    autodbIdleTimeout Integer
    If the automatically created database pools have been unused this many seconds, they are freed. If 0 then timeout is disabled. (seconds). The default value is 3600.
    autodbMaxDbConnections Integer
    Do not allow more than this many server connections per database (regardless of user). Setting it to 0 means unlimited.
    autodbPoolMode String
    PGBouncer pool mode. The default value is transaction.
    autodbPoolSize Integer
    If non-zero then create automatically a pool of that size per user when a pool doesn't exist. The default value is 0.
    ignoreStartupParameters List<String>
    List of parameters to ignore when given in startup packet.
    minPoolSize Integer
    Add more server connections to pool if below this number. Improves behavior when usual load comes suddenly back after period of total inactivity. The value is effectively capped at the pool size. The default value is 0.
    serverIdleTimeout Integer
    If a server connection has been idle more than this many seconds it will be dropped. If 0 then timeout is disabled. (seconds). The default value is 600.
    serverLifetime Integer
    The pooler will close an unused server connection that has been connected longer than this. (seconds). The default value is 3600.
    serverResetQueryAlways Boolean
    Run server_reset_query (DISCARD ALL) in all pooling modes. The default value is false.
    autodbIdleTimeout number
    If the automatically created database pools have been unused this many seconds, they are freed. If 0 then timeout is disabled. (seconds). The default value is 3600.
    autodbMaxDbConnections number
    Do not allow more than this many server connections per database (regardless of user). Setting it to 0 means unlimited.
    autodbPoolMode string
    PGBouncer pool mode. The default value is transaction.
    autodbPoolSize number
    If non-zero then create automatically a pool of that size per user when a pool doesn't exist. The default value is 0.
    ignoreStartupParameters string[]
    List of parameters to ignore when given in startup packet.
    minPoolSize number
    Add more server connections to pool if below this number. Improves behavior when usual load comes suddenly back after period of total inactivity. The value is effectively capped at the pool size. The default value is 0.
    serverIdleTimeout number
    If a server connection has been idle more than this many seconds it will be dropped. If 0 then timeout is disabled. (seconds). The default value is 600.
    serverLifetime number
    The pooler will close an unused server connection that has been connected longer than this. (seconds). The default value is 3600.
    serverResetQueryAlways boolean
    Run server_reset_query (DISCARD ALL) in all pooling modes. The default value is false.
    autodb_idle_timeout int
    If the automatically created database pools have been unused this many seconds, they are freed. If 0 then timeout is disabled. (seconds). The default value is 3600.
    autodb_max_db_connections int
    Do not allow more than this many server connections per database (regardless of user). Setting it to 0 means unlimited.
    autodb_pool_mode str
    PGBouncer pool mode. The default value is transaction.
    autodb_pool_size int
    If non-zero then create automatically a pool of that size per user when a pool doesn't exist. The default value is 0.
    ignore_startup_parameters Sequence[str]
    List of parameters to ignore when given in startup packet.
    min_pool_size int
    Add more server connections to pool if below this number. Improves behavior when usual load comes suddenly back after period of total inactivity. The value is effectively capped at the pool size. The default value is 0.
    server_idle_timeout int
    If a server connection has been idle more than this many seconds it will be dropped. If 0 then timeout is disabled. (seconds). The default value is 600.
    server_lifetime int
    The pooler will close an unused server connection that has been connected longer than this. (seconds). The default value is 3600.
    server_reset_query_always bool
    Run server_reset_query (DISCARD ALL) in all pooling modes. The default value is false.
    autodbIdleTimeout Number
    If the automatically created database pools have been unused this many seconds, they are freed. If 0 then timeout is disabled. (seconds). The default value is 3600.
    autodbMaxDbConnections Number
    Do not allow more than this many server connections per database (regardless of user). Setting it to 0 means unlimited.
    autodbPoolMode String
    PGBouncer pool mode. The default value is transaction.
    autodbPoolSize Number
    If non-zero then create automatically a pool of that size per user when a pool doesn't exist. The default value is 0.
    ignoreStartupParameters List<String>
    List of parameters to ignore when given in startup packet.
    minPoolSize Number
    Add more server connections to pool if below this number. Improves behavior when usual load comes suddenly back after period of total inactivity. The value is effectively capped at the pool size. The default value is 0.
    serverIdleTimeout Number
    If a server connection has been idle more than this many seconds it will be dropped. If 0 then timeout is disabled. (seconds). The default value is 600.
    serverLifetime Number
    The pooler will close an unused server connection that has been connected longer than this. (seconds). The default value is 3600.
    serverResetQueryAlways Boolean
    Run server_reset_query (DISCARD ALL) in all pooling modes. The default value is false.

    GetPgPgUserConfigPglookout

    MaxFailoverReplicationTimeLag int
    Number of seconds of master unavailability before triggering database failover to standby. The default value is 60.
    MaxFailoverReplicationTimeLag int
    Number of seconds of master unavailability before triggering database failover to standby. The default value is 60.
    maxFailoverReplicationTimeLag Integer
    Number of seconds of master unavailability before triggering database failover to standby. The default value is 60.
    maxFailoverReplicationTimeLag number
    Number of seconds of master unavailability before triggering database failover to standby. The default value is 60.
    max_failover_replication_time_lag int
    Number of seconds of master unavailability before triggering database failover to standby. The default value is 60.
    maxFailoverReplicationTimeLag Number
    Number of seconds of master unavailability before triggering database failover to standby. The default value is 60.

    GetPgPgUserConfigPrivateAccess

    Pg bool
    Allow clients to connect to pg with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
    Pgbouncer bool
    Allow clients to connect to pgbouncer with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
    Prometheus bool
    Allow clients to connect to prometheus with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
    Pg bool
    Allow clients to connect to pg with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
    Pgbouncer bool
    Allow clients to connect to pgbouncer with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
    Prometheus bool
    Allow clients to connect to prometheus with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
    pg Boolean
    Allow clients to connect to pg with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
    pgbouncer Boolean
    Allow clients to connect to pgbouncer with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
    prometheus Boolean
    Allow clients to connect to prometheus with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
    pg boolean
    Allow clients to connect to pg with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
    pgbouncer boolean
    Allow clients to connect to pgbouncer with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
    prometheus boolean
    Allow clients to connect to prometheus with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
    pg bool
    Allow clients to connect to pg with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
    pgbouncer bool
    Allow clients to connect to pgbouncer with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
    prometheus bool
    Allow clients to connect to prometheus with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
    pg Boolean
    Allow clients to connect to pg with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
    pgbouncer Boolean
    Allow clients to connect to pgbouncer with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.
    prometheus Boolean
    Allow clients to connect to prometheus with a DNS name that always resolves to the service's private IP addresses. Only available in certain network locations.

    GetPgPgUserConfigPrivatelinkAccess

    Pg bool
    Enable pg.
    Pgbouncer bool
    Enable pgbouncer.
    Prometheus bool
    Enable prometheus.
    Pg bool
    Enable pg.
    Pgbouncer bool
    Enable pgbouncer.
    Prometheus bool
    Enable prometheus.
    pg Boolean
    Enable pg.
    pgbouncer Boolean
    Enable pgbouncer.
    prometheus Boolean
    Enable prometheus.
    pg boolean
    Enable pg.
    pgbouncer boolean
    Enable pgbouncer.
    prometheus boolean
    Enable prometheus.
    pg bool
    Enable pg.
    pgbouncer bool
    Enable pgbouncer.
    prometheus bool
    Enable prometheus.
    pg Boolean
    Enable pg.
    pgbouncer Boolean
    Enable pgbouncer.
    prometheus Boolean
    Enable prometheus.

    GetPgPgUserConfigPublicAccess

    Pg bool
    Allow clients to connect to pg from the public internet for service nodes that are in a project VPC or another type of private network.
    Pgbouncer bool
    Allow clients to connect to pgbouncer from the public internet for service nodes that are in a project VPC or another type of private network.
    Prometheus bool
    Allow clients to connect to prometheus from the public internet for service nodes that are in a project VPC or another type of private network.
    Pg bool
    Allow clients to connect to pg from the public internet for service nodes that are in a project VPC or another type of private network.
    Pgbouncer bool
    Allow clients to connect to pgbouncer from the public internet for service nodes that are in a project VPC or another type of private network.
    Prometheus bool
    Allow clients to connect to prometheus from the public internet for service nodes that are in a project VPC or another type of private network.
    pg Boolean
    Allow clients to connect to pg from the public internet for service nodes that are in a project VPC or another type of private network.
    pgbouncer Boolean
    Allow clients to connect to pgbouncer from the public internet for service nodes that are in a project VPC or another type of private network.
    prometheus Boolean
    Allow clients to connect to prometheus from the public internet for service nodes that are in a project VPC or another type of private network.
    pg boolean
    Allow clients to connect to pg from the public internet for service nodes that are in a project VPC or another type of private network.
    pgbouncer boolean
    Allow clients to connect to pgbouncer from the public internet for service nodes that are in a project VPC or another type of private network.
    prometheus boolean
    Allow clients to connect to prometheus from the public internet for service nodes that are in a project VPC or another type of private network.
    pg bool
    Allow clients to connect to pg from the public internet for service nodes that are in a project VPC or another type of private network.
    pgbouncer bool
    Allow clients to connect to pgbouncer from the public internet for service nodes that are in a project VPC or another type of private network.
    prometheus bool
    Allow clients to connect to prometheus from the public internet for service nodes that are in a project VPC or another type of private network.
    pg Boolean
    Allow clients to connect to pg from the public internet for service nodes that are in a project VPC or another type of private network.
    pgbouncer Boolean
    Allow clients to connect to pgbouncer from the public internet for service nodes that are in a project VPC or another type of private network.
    prometheus Boolean
    Allow clients to connect to prometheus from the public internet for service nodes that are in a project VPC or another type of private network.

    GetPgPgUserConfigTimescaledb

    MaxBackgroundWorkers int
    The number of background workers for timescaledb operations. You should configure this setting to the sum of your number of databases and the total number of concurrent background workers you want running at any given point in time. The default value is 16.
    MaxBackgroundWorkers int
    The number of background workers for timescaledb operations. You should configure this setting to the sum of your number of databases and the total number of concurrent background workers you want running at any given point in time. The default value is 16.
    maxBackgroundWorkers Integer
    The number of background workers for timescaledb operations. You should configure this setting to the sum of your number of databases and the total number of concurrent background workers you want running at any given point in time. The default value is 16.
    maxBackgroundWorkers number
    The number of background workers for timescaledb operations. You should configure this setting to the sum of your number of databases and the total number of concurrent background workers you want running at any given point in time. The default value is 16.
    max_background_workers int
    The number of background workers for timescaledb operations. You should configure this setting to the sum of your number of databases and the total number of concurrent background workers you want running at any given point in time. The default value is 16.
    maxBackgroundWorkers Number
    The number of background workers for timescaledb operations. You should configure this setting to the sum of your number of databases and the total number of concurrent background workers you want running at any given point in time. The default value is 16.

    GetPgServiceIntegration

    IntegrationType string
    Type of the service integration. The only supported value at the moment is read_replica
    SourceServiceName string
    Name of the source service
    IntegrationType string
    Type of the service integration. The only supported value at the moment is read_replica
    SourceServiceName string
    Name of the source service
    integrationType String
    Type of the service integration. The only supported value at the moment is read_replica
    sourceServiceName String
    Name of the source service
    integrationType string
    Type of the service integration. The only supported value at the moment is read_replica
    sourceServiceName string
    Name of the source service
    integration_type str
    Type of the service integration. The only supported value at the moment is read_replica
    source_service_name str
    Name of the source service
    integrationType String
    Type of the service integration. The only supported value at the moment is read_replica
    sourceServiceName String
    Name of the source service

    GetPgTag

    Key string
    Service tag key
    Value string
    Service tag value
    Key string
    Service tag key
    Value string
    Service tag value
    key String
    Service tag key
    value String
    Service tag value
    key string
    Service tag key
    value string
    Service tag value
    key str
    Service tag key
    value str
    Service tag value
    key String
    Service tag key
    value String
    Service tag value

    GetPgTechEmail

    Email string
    An email address to contact for technical issues
    Email string
    An email address to contact for technical issues
    email String
    An email address to contact for technical issues
    email string
    An email address to contact for technical issues
    email str
    An email address to contact for technical issues
    email String
    An email address to contact for technical issues

    Package Details

    Repository
    Aiven pulumi/pulumi-aiven
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the aiven Terraform Provider.
    aiven logo
    Aiven v6.13.0 published on Monday, Mar 25, 2024 by Pulumi