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.InstanceParameters has been deprecated in favor of volcengine.rds_postgresql.getInstanceParameters
Use this data source to query detailed information of rds postgresql instance parameters
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const example = volcengine.rds_postgresql.getInstanceParameters({
instanceId: "postgres-72715e0d9f58",
parameterName: "wal_level",
});
import pulumi
import pulumi_volcengine as volcengine
example = volcengine.rds_postgresql.get_instance_parameters(instance_id="postgres-72715e0d9f58",
parameter_name="wal_level")
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.GetInstanceParameters(ctx, &rds_postgresql.GetInstanceParametersArgs{
InstanceId: "postgres-72715e0d9f58",
ParameterName: pulumi.StringRef("wal_level"),
}, 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.GetInstanceParameters.Invoke(new()
{
InstanceId = "postgres-72715e0d9f58",
ParameterName = "wal_level",
});
});
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.GetInstanceParametersArgs;
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.getInstanceParameters(GetInstanceParametersArgs.builder()
.instanceId("postgres-72715e0d9f58")
.parameterName("wal_level")
.build());
}
}
variables:
example:
fn::invoke:
Function: volcengine:rds_postgresql:getInstanceParameters
Arguments:
instanceId: postgres-72715e0d9f58
parameterName: wal_level
Using InstanceParameters
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 instanceParameters(args: InstanceParametersArgs, opts?: InvokeOptions): Promise<InstanceParametersResult>
function instanceParametersOutput(args: InstanceParametersOutputArgs, opts?: InvokeOptions): Output<InstanceParametersResult>def instance_parameters(instance_id: Optional[str] = None,
output_file: Optional[str] = None,
parameter_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> InstanceParametersResult
def instance_parameters_output(instance_id: Optional[pulumi.Input[str]] = None,
output_file: Optional[pulumi.Input[str]] = None,
parameter_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[InstanceParametersResult]func InstanceParameters(ctx *Context, args *InstanceParametersArgs, opts ...InvokeOption) (*InstanceParametersResult, error)
func InstanceParametersOutput(ctx *Context, args *InstanceParametersOutputArgs, opts ...InvokeOption) InstanceParametersResultOutputpublic static class InstanceParameters
{
public static Task<InstanceParametersResult> InvokeAsync(InstanceParametersArgs args, InvokeOptions? opts = null)
public static Output<InstanceParametersResult> Invoke(InstanceParametersInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<InstanceParametersResult> instanceParameters(InstanceParametersArgs args, InvokeOptions options)
public static Output<InstanceParametersResult> instanceParameters(InstanceParametersArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:rds_postgresql:InstanceParameters
arguments:
# arguments dictionaryThe following arguments are supported:
- Instance
Id string - The ID of the PostgreSQL instance.
- Output
File string - File name where to save data source results.
- Parameter
Name string - The name of the parameter, supports fuzzy query. If no value is passed or a null value is passed, all parameters under the specified instance will be queried.
- Instance
Id string - The ID of the PostgreSQL instance.
- Output
File string - File name where to save data source results.
- Parameter
Name string - The name of the parameter, supports fuzzy query. If no value is passed or a null value is passed, all parameters under the specified instance will be queried.
- instance
Id String - The ID of the PostgreSQL instance.
- output
File String - File name where to save data source results.
- parameter
Name String - The name of the parameter, supports fuzzy query. If no value is passed or a null value is passed, all parameters under the specified instance will be queried.
- instance
Id string - The ID of the PostgreSQL instance.
- output
File string - File name where to save data source results.
- parameter
Name string - The name of the parameter, supports fuzzy query. If no value is passed or a null value is passed, all parameters under the specified instance will be queried.
- instance_
id str - The ID of the PostgreSQL instance.
- output_
file str - File name where to save data source results.
- parameter_
name str - The name of the parameter, supports fuzzy query. If no value is passed or a null value is passed, all parameters under the specified instance will be queried.
- instance
Id String - The ID of the PostgreSQL instance.
- output
File String - File name where to save data source results.
- parameter
Name String - The name of the parameter, supports fuzzy query. If no value is passed or a null value is passed, all parameters under the specified instance will be queried.
InstanceParameters Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Instance
Id string - The ID of the PostgreSQL instance.
- Instance
Parameters List<InstanceParameters Instance Parameter> - The collection of query.
- Total
Count int - The total count of query.
- Output
File string - Parameter
Name string
- Id string
- The provider-assigned unique ID for this managed resource.
- Instance
Id string - The ID of the PostgreSQL instance.
- Instance
Parameters []InstanceParameters Instance Parameter - The collection of query.
- Total
Count int - The total count of query.
- Output
File string - Parameter
Name string
- id String
- The provider-assigned unique ID for this managed resource.
- instance
Id String - The ID of the PostgreSQL instance.
- instance
Parameters List<InstanceParameters Instance Parameter> - The collection of query.
- total
Count Integer - The total count of query.
- output
File String - parameter
Name String
- id string
- The provider-assigned unique ID for this managed resource.
- instance
Id string - The ID of the PostgreSQL instance.
- instance
Parameters InstanceParameters Instance Parameter[] - The collection of query.
- total
Count number - The total count of query.
- output
File string - parameter
Name string
- id str
- The provider-assigned unique ID for this managed resource.
- instance_
id str - The ID of the PostgreSQL instance.
- instance_
parameters Sequence[InstanceParameters Instance Parameter] - The collection of query.
- total_
count int - The total count of query.
- output_
file str - parameter_
name str
- id String
- The provider-assigned unique ID for this managed resource.
- instance
Id String - The ID of the PostgreSQL instance.
- instance
Parameters List<Property Map> - The collection of query.
- total
Count Number - The total count of query.
- output
File String - parameter
Name String
Supporting Types
InstanceParametersInstanceParameter
- Db
Engine stringVersion - The version of the PostgreSQL engine.
- Instance
Id string - The ID of the PostgreSQL instance.
- None
Kernel List<InstanceParameters Parameters Instance Parameter None Kernel Parameter> - Parameter
Count string - The total count of parameters.
- Parameters
List<Instance
Parameters Instance Parameter Parameter> - The current parameter configuration of the instance (kernel parameters).
- Db
Engine stringVersion - The version of the PostgreSQL engine.
- Instance
Id string - The ID of the PostgreSQL instance.
- None
Kernel []InstanceParameters Parameters Instance Parameter None Kernel Parameter - Parameter
Count string - The total count of parameters.
- Parameters
[]Instance
Parameters Instance Parameter Parameter - The current parameter configuration of the instance (kernel parameters).
- db
Engine StringVersion - The version of the PostgreSQL engine.
- instance
Id String - The ID of the PostgreSQL instance.
- none
Kernel List<InstanceParameters Parameters Instance Parameter None Kernel Parameter> - parameter
Count String - The total count of parameters.
- parameters
List<Instance
Parameters Instance Parameter Parameter> - The current parameter configuration of the instance (kernel parameters).
- db
Engine stringVersion - The version of the PostgreSQL engine.
- instance
Id string - The ID of the PostgreSQL instance.
- none
Kernel InstanceParameters Parameters Instance Parameter None Kernel Parameter[] - parameter
Count string - The total count of parameters.
- parameters
Instance
Parameters Instance Parameter Parameter[] - The current parameter configuration of the instance (kernel parameters).
- db_
engine_ strversion - The version of the PostgreSQL engine.
- instance_
id str - The ID of the PostgreSQL instance.
- none_
kernel_ Sequence[Instanceparameters Parameters Instance Parameter None Kernel Parameter] - parameter_
count str - The total count of parameters.
- parameters
Sequence[Instance
Parameters Instance Parameter Parameter] - The current parameter configuration of the instance (kernel parameters).
- db
Engine StringVersion - The version of the PostgreSQL engine.
- instance
Id String - The ID of the PostgreSQL instance.
- none
Kernel List<Property Map>Parameters - parameter
Count String - The total count of parameters.
- parameters List<Property Map>
- The current parameter configuration of the instance (kernel parameters).
InstanceParametersInstanceParameterNoneKernelParameter
- Checking
Code string - The value range of the parameter.
- Default
Value string - Parameter default value. Refers to the default value provided in the default template corresponding to this instance.
- Description string
- The description of the parameter in English.
- Description
Zh string - The description of the parameter in Chinese.
- Force
Restart bool - Indicates whether a restart is required after the parameter is modified.
- Name string
- The name of the parameter.
- Type string
- The type of the parameter.
- Value string
- The current value of the parameter.
- Checking
Code string - The value range of the parameter.
- Default
Value string - Parameter default value. Refers to the default value provided in the default template corresponding to this instance.
- Description string
- The description of the parameter in English.
- Description
Zh string - The description of the parameter in Chinese.
- Force
Restart bool - Indicates whether a restart is required after the parameter is modified.
- Name string
- The name of the parameter.
- Type string
- The type of the parameter.
- Value string
- The current value of the parameter.
- checking
Code String - The value range of the parameter.
- default
Value String - Parameter default value. Refers to the default value provided in the default template corresponding to this instance.
- description String
- The description of the parameter in English.
- description
Zh String - The description of the parameter in Chinese.
- force
Restart Boolean - Indicates whether a restart is required after the parameter is modified.
- name String
- The name of the parameter.
- type String
- The type of the parameter.
- value String
- The current value of the parameter.
- checking
Code string - The value range of the parameter.
- default
Value string - Parameter default value. Refers to the default value provided in the default template corresponding to this instance.
- description string
- The description of the parameter in English.
- description
Zh string - The description of the parameter in Chinese.
- force
Restart boolean - Indicates whether a restart is required after the parameter is modified.
- name string
- The name of the parameter.
- type string
- The type of the parameter.
- value string
- The current value of the parameter.
- checking_
code str - The value range of the parameter.
- default_
value str - Parameter default value. Refers to the default value provided in the default template corresponding to this instance.
- description str
- The description of the parameter in English.
- description_
zh str - The description of the parameter in Chinese.
- force_
restart bool - Indicates whether a restart is required after the parameter is modified.
- name str
- The name of the parameter.
- type str
- The type of the parameter.
- value str
- The current value of the parameter.
- checking
Code String - The value range of the parameter.
- default
Value String - Parameter default value. Refers to the default value provided in the default template corresponding to this instance.
- description String
- The description of the parameter in English.
- description
Zh String - The description of the parameter in Chinese.
- force
Restart Boolean - Indicates whether a restart is required after the parameter is modified.
- name String
- The name of the parameter.
- type String
- The type of the parameter.
- value String
- The current value of the parameter.
InstanceParametersInstanceParameterParameter
- Checking
Code string - The value range of the parameter.
- Default
Value string - Parameter default value. Refers to the default value provided in the default template corresponding to this instance.
- Description string
- The description of the parameter in English.
- Description
Zh string - The description of the parameter in Chinese.
- Force
Restart bool - Indicates whether a restart is required after the parameter is modified.
- Name string
- The name of the parameter.
- Type string
- The type of the parameter.
- Value string
- The current value of the parameter.
- Checking
Code string - The value range of the parameter.
- Default
Value string - Parameter default value. Refers to the default value provided in the default template corresponding to this instance.
- Description string
- The description of the parameter in English.
- Description
Zh string - The description of the parameter in Chinese.
- Force
Restart bool - Indicates whether a restart is required after the parameter is modified.
- Name string
- The name of the parameter.
- Type string
- The type of the parameter.
- Value string
- The current value of the parameter.
- checking
Code String - The value range of the parameter.
- default
Value String - Parameter default value. Refers to the default value provided in the default template corresponding to this instance.
- description String
- The description of the parameter in English.
- description
Zh String - The description of the parameter in Chinese.
- force
Restart Boolean - Indicates whether a restart is required after the parameter is modified.
- name String
- The name of the parameter.
- type String
- The type of the parameter.
- value String
- The current value of the parameter.
- checking
Code string - The value range of the parameter.
- default
Value string - Parameter default value. Refers to the default value provided in the default template corresponding to this instance.
- description string
- The description of the parameter in English.
- description
Zh string - The description of the parameter in Chinese.
- force
Restart boolean - Indicates whether a restart is required after the parameter is modified.
- name string
- The name of the parameter.
- type string
- The type of the parameter.
- value string
- The current value of the parameter.
- checking_
code str - The value range of the parameter.
- default_
value str - Parameter default value. Refers to the default value provided in the default template corresponding to this instance.
- description str
- The description of the parameter in English.
- description_
zh str - The description of the parameter in Chinese.
- force_
restart bool - Indicates whether a restart is required after the parameter is modified.
- name str
- The name of the parameter.
- type str
- The type of the parameter.
- value str
- The current value of the parameter.
- checking
Code String - The value range of the parameter.
- default
Value String - Parameter default value. Refers to the default value provided in the default template corresponding to this instance.
- description String
- The description of the parameter in English.
- description
Zh String - The description of the parameter in Chinese.
- force
Restart Boolean - Indicates whether a restart is required after the parameter is modified.
- name String
- The name of the parameter.
- type String
- The type of the parameter.
- value String
- The current value of the parameter.
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
