1. Packages
  2. Volcengine
  3. API Docs
  4. rds_postgresql
  5. InstanceParameterLogs
Volcengine v0.0.43 published on Friday, Jan 16, 2026 by Volcengine
volcengine logo
Volcengine v0.0.43 published on Friday, Jan 16, 2026 by Volcengine
    Deprecated: volcengine.rds_postgresql.InstanceParameterLogs has been deprecated in favor of volcengine.rds_postgresql.getInstanceParameterLogs

    Use this data source to query detailed information of rds postgresql instance parameter logs

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as volcengine from "@pulumi/volcengine";
    
    const example = volcengine.rds_postgresql.getInstanceParameterLogs({
        endTime: "2025-12-15T23:59:59.999Z",
        instanceId: "postgres-72715e0d9f58",
        startTime: "2025-12-01T00:00:00.000Z",
    });
    
    import pulumi
    import pulumi_volcengine as volcengine
    
    example = volcengine.rds_postgresql.get_instance_parameter_logs(end_time="2025-12-15T23:59:59.999Z",
        instance_id="postgres-72715e0d9f58",
        start_time="2025-12-01T00:00:00.000Z")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    	"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/rds_postgresql"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := rds_postgresql.GetInstanceParameterLogs(ctx, &rds_postgresql.GetInstanceParameterLogsArgs{
    			EndTime:    "2025-12-15T23:59:59.999Z",
    			InstanceId: "postgres-72715e0d9f58",
    			StartTime:  "2025-12-01T00:00:00.000Z",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Volcengine = Pulumi.Volcengine;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Volcengine.Rds_postgresql.GetInstanceParameterLogs.Invoke(new()
        {
            EndTime = "2025-12-15T23:59:59.999Z",
            InstanceId = "postgres-72715e0d9f58",
            StartTime = "2025-12-01T00:00:00.000Z",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.volcengine.rds_postgresql.Rds_postgresqlFunctions;
    import com.pulumi.volcengine.rds_postgresql.inputs.GetInstanceParameterLogsArgs;
    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 example = Rds_postgresqlFunctions.getInstanceParameterLogs(GetInstanceParameterLogsArgs.builder()
                .endTime("2025-12-15T23:59:59.999Z")
                .instanceId("postgres-72715e0d9f58")
                .startTime("2025-12-01T00:00:00.000Z")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: volcengine:rds_postgresql:getInstanceParameterLogs
          Arguments:
            endTime: 2025-12-15T23:59:59.999Z
            instanceId: postgres-72715e0d9f58
            startTime: 2025-12-01T00:00:00.000Z
    

    Using InstanceParameterLogs

    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 instanceParameterLogs(args: InstanceParameterLogsArgs, opts?: InvokeOptions): Promise<InstanceParameterLogsResult>
    function instanceParameterLogsOutput(args: InstanceParameterLogsOutputArgs, opts?: InvokeOptions): Output<InstanceParameterLogsResult>
    def instance_parameter_logs(end_time: Optional[str] = None,
                                instance_id: Optional[str] = None,
                                output_file: Optional[str] = None,
                                start_time: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> InstanceParameterLogsResult
    def instance_parameter_logs_output(end_time: Optional[pulumi.Input[str]] = None,
                                instance_id: Optional[pulumi.Input[str]] = None,
                                output_file: Optional[pulumi.Input[str]] = None,
                                start_time: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[InstanceParameterLogsResult]
    func InstanceParameterLogs(ctx *Context, args *InstanceParameterLogsArgs, opts ...InvokeOption) (*InstanceParameterLogsResult, error)
    func InstanceParameterLogsOutput(ctx *Context, args *InstanceParameterLogsOutputArgs, opts ...InvokeOption) InstanceParameterLogsResultOutput
    public static class InstanceParameterLogs 
    {
        public static Task<InstanceParameterLogsResult> InvokeAsync(InstanceParameterLogsArgs args, InvokeOptions? opts = null)
        public static Output<InstanceParameterLogsResult> Invoke(InstanceParameterLogsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<InstanceParameterLogsResult> instanceParameterLogs(InstanceParameterLogsArgs args, InvokeOptions options)
    public static Output<InstanceParameterLogsResult> instanceParameterLogs(InstanceParameterLogsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcengine:rds_postgresql:InstanceParameterLogs
      arguments:
        # arguments dictionary

    The following arguments are supported:

    EndTime string
    The end time of the query. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
    InstanceId string
    The ID of the PostgreSQL instance.
    StartTime string
    The start time of the query. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
    OutputFile string
    File name where to save data source results.
    EndTime string
    The end time of the query. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
    InstanceId string
    The ID of the PostgreSQL instance.
    StartTime string
    The start time of the query. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
    OutputFile string
    File name where to save data source results.
    endTime String
    The end time of the query. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
    instanceId String
    The ID of the PostgreSQL instance.
    startTime String
    The start time of the query. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
    outputFile String
    File name where to save data source results.
    endTime string
    The end time of the query. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
    instanceId string
    The ID of the PostgreSQL instance.
    startTime string
    The start time of the query. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
    outputFile string
    File name where to save data source results.
    end_time str
    The end time of the query. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
    instance_id str
    The ID of the PostgreSQL instance.
    start_time str
    The start time of the query. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
    output_file str
    File name where to save data source results.
    endTime String
    The end time of the query. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
    instanceId String
    The ID of the PostgreSQL instance.
    startTime String
    The start time of the query. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
    outputFile String
    File name where to save data source results.

    InstanceParameterLogs Result

    The following output properties are available:

    EndTime string
    Id string
    The provider-assigned unique ID for this managed resource.
    InstanceId string
    ParameterChangeLogs List<InstanceParameterLogsParameterChangeLog>
    The collection of parameter change logs.
    StartTime string
    TotalCount int
    The total count of query.
    OutputFile string
    EndTime string
    Id string
    The provider-assigned unique ID for this managed resource.
    InstanceId string
    ParameterChangeLogs []InstanceParameterLogsParameterChangeLog
    The collection of parameter change logs.
    StartTime string
    TotalCount int
    The total count of query.
    OutputFile string
    endTime String
    id String
    The provider-assigned unique ID for this managed resource.
    instanceId String
    parameterChangeLogs List<InstanceParameterLogsParameterChangeLog>
    The collection of parameter change logs.
    startTime String
    totalCount Integer
    The total count of query.
    outputFile String
    endTime string
    id string
    The provider-assigned unique ID for this managed resource.
    instanceId string
    parameterChangeLogs InstanceParameterLogsParameterChangeLog[]
    The collection of parameter change logs.
    startTime string
    totalCount number
    The total count of query.
    outputFile string
    end_time str
    id str
    The provider-assigned unique ID for this managed resource.
    instance_id str
    parameter_change_logs Sequence[InstanceParameterLogsParameterChangeLog]
    The collection of parameter change logs.
    start_time str
    total_count int
    The total count of query.
    output_file str
    endTime String
    id String
    The provider-assigned unique ID for this managed resource.
    instanceId String
    parameterChangeLogs List<Property Map>
    The collection of parameter change logs.
    startTime String
    totalCount Number
    The total count of query.
    outputFile String

    Supporting Types

    InstanceParameterLogsParameterChangeLog

    ModifyTime string
    The time when the parameter was last modified. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
    Name string
    The name of the parameter.
    NewValue string
    The new value of the parameter.
    OldValue string
    The old value of the parameter.
    Status string
    The status of the parameter. Applied: Already in effect. Invalid: Not in effect. Syncing: Being applied, not yet in effect.
    ModifyTime string
    The time when the parameter was last modified. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
    Name string
    The name of the parameter.
    NewValue string
    The new value of the parameter.
    OldValue string
    The old value of the parameter.
    Status string
    The status of the parameter. Applied: Already in effect. Invalid: Not in effect. Syncing: Being applied, not yet in effect.
    modifyTime String
    The time when the parameter was last modified. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
    name String
    The name of the parameter.
    newValue String
    The new value of the parameter.
    oldValue String
    The old value of the parameter.
    status String
    The status of the parameter. Applied: Already in effect. Invalid: Not in effect. Syncing: Being applied, not yet in effect.
    modifyTime string
    The time when the parameter was last modified. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
    name string
    The name of the parameter.
    newValue string
    The new value of the parameter.
    oldValue string
    The old value of the parameter.
    status string
    The status of the parameter. Applied: Already in effect. Invalid: Not in effect. Syncing: Being applied, not yet in effect.
    modify_time str
    The time when the parameter was last modified. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
    name str
    The name of the parameter.
    new_value str
    The new value of the parameter.
    old_value str
    The old value of the parameter.
    status str
    The status of the parameter. Applied: Already in effect. Invalid: Not in effect. Syncing: Being applied, not yet in effect.
    modifyTime String
    The time when the parameter was last modified. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
    name String
    The name of the parameter.
    newValue String
    The new value of the parameter.
    oldValue String
    The old value of the parameter.
    status String
    The status of the parameter. Applied: Already in effect. Invalid: Not in effect. Syncing: Being applied, not yet in effect.

    Package Details

    Repository
    volcengine volcengine/pulumi-volcengine
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the volcengine Terraform Provider.
    volcengine logo
    Volcengine v0.0.43 published on Friday, Jan 16, 2026 by Volcengine
      Meet Neo: Your AI Platform Teammate