Volcengine v0.0.43 published on Friday, Jan 16, 2026 by Volcengine
Volcengine v0.0.43 published on Friday, Jan 16, 2026 by Volcengine
Use this data source to query detailed information of rds postgresql parameter template apply diffs
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const diffs = volcengine.rds_postgresql.getParameterTemplateApplyDiffs({
instanceId: "postgres-72715e0d9f58",
templateId: "postgresql-ef66e3807988595a",
});
import pulumi
import pulumi_volcengine as volcengine
diffs = volcengine.rds_postgresql.get_parameter_template_apply_diffs(instance_id="postgres-72715e0d9f58",
template_id="postgresql-ef66e3807988595a")
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.GetParameterTemplateApplyDiffs(ctx, &rds_postgresql.GetParameterTemplateApplyDiffsArgs{
InstanceId: "postgres-72715e0d9f58",
TemplateId: "postgresql-ef66e3807988595a",
}, 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 diffs = Volcengine.Rds_postgresql.GetParameterTemplateApplyDiffs.Invoke(new()
{
InstanceId = "postgres-72715e0d9f58",
TemplateId = "postgresql-ef66e3807988595a",
});
});
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.GetParameterTemplateApplyDiffsArgs;
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 diffs = Rds_postgresqlFunctions.getParameterTemplateApplyDiffs(GetParameterTemplateApplyDiffsArgs.builder()
.instanceId("postgres-72715e0d9f58")
.templateId("postgresql-ef66e3807988595a")
.build());
}
}
variables:
diffs:
fn::invoke:
Function: volcengine:rds_postgresql:getParameterTemplateApplyDiffs
Arguments:
instanceId: postgres-72715e0d9f58
templateId: postgresql-ef66e3807988595a
Using getParameterTemplateApplyDiffs
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 getParameterTemplateApplyDiffs(args: GetParameterTemplateApplyDiffsArgs, opts?: InvokeOptions): Promise<GetParameterTemplateApplyDiffsResult>
function getParameterTemplateApplyDiffsOutput(args: GetParameterTemplateApplyDiffsOutputArgs, opts?: InvokeOptions): Output<GetParameterTemplateApplyDiffsResult>def get_parameter_template_apply_diffs(instance_id: Optional[str] = None,
output_file: Optional[str] = None,
template_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetParameterTemplateApplyDiffsResult
def get_parameter_template_apply_diffs_output(instance_id: Optional[pulumi.Input[str]] = None,
output_file: Optional[pulumi.Input[str]] = None,
template_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetParameterTemplateApplyDiffsResult]func GetParameterTemplateApplyDiffs(ctx *Context, args *GetParameterTemplateApplyDiffsArgs, opts ...InvokeOption) (*GetParameterTemplateApplyDiffsResult, error)
func GetParameterTemplateApplyDiffsOutput(ctx *Context, args *GetParameterTemplateApplyDiffsOutputArgs, opts ...InvokeOption) GetParameterTemplateApplyDiffsResultOutput> Note: This function is named GetParameterTemplateApplyDiffs in the Go SDK.
public static class GetParameterTemplateApplyDiffs
{
public static Task<GetParameterTemplateApplyDiffsResult> InvokeAsync(GetParameterTemplateApplyDiffsArgs args, InvokeOptions? opts = null)
public static Output<GetParameterTemplateApplyDiffsResult> Invoke(GetParameterTemplateApplyDiffsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetParameterTemplateApplyDiffsResult> getParameterTemplateApplyDiffs(GetParameterTemplateApplyDiffsArgs args, InvokeOptions options)
public static Output<GetParameterTemplateApplyDiffsResult> getParameterTemplateApplyDiffs(GetParameterTemplateApplyDiffsArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:rds_postgresql/getParameterTemplateApplyDiffs:getParameterTemplateApplyDiffs
arguments:
# arguments dictionaryThe following arguments are supported:
- Instance
Id string - The id of the PostgreSQL instance.
- Template
Id string - The id of the template.
- Output
File string - File name where to save data source results.
- Instance
Id string - The id of the PostgreSQL instance.
- Template
Id string - The id of the template.
- Output
File string - File name where to save data source results.
- instance
Id String - The id of the PostgreSQL instance.
- template
Id String - The id of the template.
- output
File String - File name where to save data source results.
- instance
Id string - The id of the PostgreSQL instance.
- template
Id string - The id of the template.
- output
File string - File name where to save data source results.
- instance_
id str - The id of the PostgreSQL instance.
- template_
id str - The id of the template.
- output_
file str - File name where to save data source results.
- instance
Id String - The id of the PostgreSQL instance.
- template
Id String - The id of the template.
- output
File String - File name where to save data source results.
getParameterTemplateApplyDiffs Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Instance
Id string - Parameters
List<Get
Parameter Template Apply Diffs Parameter> - Changes in instance parameters after applying the specified parameter template.
- Template
Id string - Total
Count int - The total count of query.
- Output
File string
- Id string
- The provider-assigned unique ID for this managed resource.
- Instance
Id string - Parameters
[]Get
Parameter Template Apply Diffs Parameter - Changes in instance parameters after applying the specified parameter template.
- Template
Id string - Total
Count int - The total count of query.
- Output
File string
- id String
- The provider-assigned unique ID for this managed resource.
- instance
Id String - parameters
List<Get
Parameter Template Apply Diffs Parameter> - Changes in instance parameters after applying the specified parameter template.
- template
Id String - total
Count Integer - The total count of query.
- output
File String
- id string
- The provider-assigned unique ID for this managed resource.
- instance
Id string - parameters
Get
Parameter Template Apply Diffs Parameter[] - Changes in instance parameters after applying the specified parameter template.
- template
Id string - total
Count number - The total count of query.
- output
File string
- id str
- The provider-assigned unique ID for this managed resource.
- instance_
id str - parameters
Sequence[Get
Parameter Template Apply Diffs Parameter] - Changes in instance parameters after applying the specified parameter template.
- template_
id str - total_
count int - The total count of query.
- output_
file str
- id String
- The provider-assigned unique ID for this managed resource.
- instance
Id String - parameters List<Property Map>
- Changes in instance parameters after applying the specified parameter template.
- template
Id String - total
Count Number - The total count of query.
- output
File String
Supporting Types
GetParameterTemplateApplyDiffsParameter
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
