Volcengine v0.0.43 published on Friday, Jan 16, 2026 by Volcengine
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) InstanceParameterLogsResultOutputpublic 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 dictionaryThe following arguments are supported:
- End
Time string - The end time of the query. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- Instance
Id string - The ID of the PostgreSQL instance.
- Start
Time string - The start time of the query. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- Output
File string - File name where to save data source results.
- End
Time string - The end time of the query. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- Instance
Id string - The ID of the PostgreSQL instance.
- Start
Time string - The start time of the query. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- Output
File string - File name where to save data source results.
- end
Time String - The end time of the query. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- instance
Id String - The ID of the PostgreSQL instance.
- start
Time String - The start time of the query. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- output
File String - File name where to save data source results.
- end
Time string - The end time of the query. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- instance
Id string - The ID of the PostgreSQL instance.
- start
Time string - The start time of the query. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- output
File 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.
- end
Time String - The end time of the query. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- instance
Id String - The ID of the PostgreSQL instance.
- start
Time String - The start time of the query. Format: yyyy-MM-ddTHH:mm:ss.sssZ (UTC time).
- output
File String - File name where to save data source results.
InstanceParameterLogs Result
The following output properties are available:
- End
Time string - Id string
- The provider-assigned unique ID for this managed resource.
- Instance
Id string - Parameter
Change List<InstanceLogs Parameter Logs Parameter Change Log> - The collection of parameter change logs.
- Start
Time string - Total
Count int - The total count of query.
- Output
File string
- End
Time string - Id string
- The provider-assigned unique ID for this managed resource.
- Instance
Id string - Parameter
Change []InstanceLogs Parameter Logs Parameter Change Log - The collection of parameter change logs.
- Start
Time string - Total
Count int - The total count of query.
- Output
File string
- end
Time String - id String
- The provider-assigned unique ID for this managed resource.
- instance
Id String - parameter
Change List<InstanceLogs Parameter Logs Parameter Change Log> - The collection of parameter change logs.
- start
Time String - total
Count Integer - The total count of query.
- output
File String
- end
Time string - id string
- The provider-assigned unique ID for this managed resource.
- instance
Id string - parameter
Change InstanceLogs Parameter Logs Parameter Change Log[] - The collection of parameter change logs.
- start
Time string - total
Count number - The total count of query.
- output
File string
- end_
time str - id str
- The provider-assigned unique ID for this managed resource.
- instance_
id str - parameter_
change_ Sequence[Instancelogs Parameter Logs Parameter Change Log] - The collection of parameter change logs.
- start_
time str - total_
count int - The total count of query.
- output_
file str
- end
Time String - id String
- The provider-assigned unique ID for this managed resource.
- instance
Id String - parameter
Change List<Property Map>Logs - The collection of parameter change logs.
- start
Time String - total
Count Number - The total count of query.
- output
File String
Supporting Types
InstanceParameterLogsParameterChangeLog
- Modify
Time 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.
- New
Value string - The new value of the parameter.
- Old
Value 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 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.
- New
Value string - The new value of the parameter.
- Old
Value 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 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.
- new
Value String - The new value of the parameter.
- old
Value 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 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.
- new
Value string - The new value of the parameter.
- old
Value 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.
- modify
Time 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.
- new
Value String - The new value of the parameter.
- old
Value 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
volcengineTerraform Provider.
Volcengine v0.0.43 published on Friday, Jan 16, 2026 by Volcengine
