Viewing docs for Volcengine v0.0.47
published on Friday, Mar 13, 2026 by Volcengine
published on Friday, Mar 13, 2026 by Volcengine
Viewing docs for Volcengine v0.0.47
published on Friday, Mar 13, 2026 by Volcengine
published on Friday, Mar 13, 2026 by Volcengine
(Deprecated! Recommend use volcengine_rds_mysql_*** replace) Use this data source to query detailed information of rds parameter templates
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const default = volcengine.rds.getParameterTemplates({});
import pulumi
import pulumi_volcengine as volcengine
default = volcengine.rds.get_parameter_templates()
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/rds"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := rds.GetParameterTemplates(ctx, nil, 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 @default = Volcengine.Rds.GetParameterTemplates.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.rds.RdsFunctions;
import com.pulumi.volcengine.rds.inputs.GetParameterTemplatesArgs;
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 default = RdsFunctions.getParameterTemplates();
}
}
variables:
default:
fn::invoke:
Function: volcengine:rds:getParameterTemplates
Arguments: {}
Using getParameterTemplates
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 getParameterTemplates(args: GetParameterTemplatesArgs, opts?: InvokeOptions): Promise<GetParameterTemplatesResult>
function getParameterTemplatesOutput(args: GetParameterTemplatesOutputArgs, opts?: InvokeOptions): Output<GetParameterTemplatesResult>def get_parameter_templates(name_regex: Optional[str] = None,
output_file: Optional[str] = None,
template_category: Optional[str] = None,
template_source: Optional[str] = None,
template_type: Optional[str] = None,
template_type_version: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetParameterTemplatesResult
def get_parameter_templates_output(name_regex: Optional[pulumi.Input[str]] = None,
output_file: Optional[pulumi.Input[str]] = None,
template_category: Optional[pulumi.Input[str]] = None,
template_source: Optional[pulumi.Input[str]] = None,
template_type: Optional[pulumi.Input[str]] = None,
template_type_version: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetParameterTemplatesResult]func GetParameterTemplates(ctx *Context, args *GetParameterTemplatesArgs, opts ...InvokeOption) (*GetParameterTemplatesResult, error)
func GetParameterTemplatesOutput(ctx *Context, args *GetParameterTemplatesOutputArgs, opts ...InvokeOption) GetParameterTemplatesResultOutput> Note: This function is named GetParameterTemplates in the Go SDK.
public static class GetParameterTemplates
{
public static Task<GetParameterTemplatesResult> InvokeAsync(GetParameterTemplatesArgs args, InvokeOptions? opts = null)
public static Output<GetParameterTemplatesResult> Invoke(GetParameterTemplatesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetParameterTemplatesResult> getParameterTemplates(GetParameterTemplatesArgs args, InvokeOptions options)
public static Output<GetParameterTemplatesResult> getParameterTemplates(GetParameterTemplatesArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:rds/getParameterTemplates:getParameterTemplates
arguments:
# arguments dictionaryThe following arguments are supported:
- Name
Regex string - A Name Regex of RDS parameter template.
- Output
File string - File name where to save data source results.
- Template
Category string - Parameter template type, range of values: DBEngine - Engine parameters.
- Template
Source string - Template source, value range: System - System User - the user.
- Template
Type string - Parameter template database type, range of values: MySQL - MySQL database.
- Template
Type stringVersion - Parameter template database version, value range: MySQL_Community_5_7 - MySQL 5.7 MySQL_8_0 - MySQL 8.0.
- Name
Regex string - A Name Regex of RDS parameter template.
- Output
File string - File name where to save data source results.
- Template
Category string - Parameter template type, range of values: DBEngine - Engine parameters.
- Template
Source string - Template source, value range: System - System User - the user.
- Template
Type string - Parameter template database type, range of values: MySQL - MySQL database.
- Template
Type stringVersion - Parameter template database version, value range: MySQL_Community_5_7 - MySQL 5.7 MySQL_8_0 - MySQL 8.0.
- name
Regex String - A Name Regex of RDS parameter template.
- output
File String - File name where to save data source results.
- template
Category String - Parameter template type, range of values: DBEngine - Engine parameters.
- template
Source String - Template source, value range: System - System User - the user.
- template
Type String - Parameter template database type, range of values: MySQL - MySQL database.
- template
Type StringVersion - Parameter template database version, value range: MySQL_Community_5_7 - MySQL 5.7 MySQL_8_0 - MySQL 8.0.
- name
Regex string - A Name Regex of RDS parameter template.
- output
File string - File name where to save data source results.
- template
Category string - Parameter template type, range of values: DBEngine - Engine parameters.
- template
Source string - Template source, value range: System - System User - the user.
- template
Type string - Parameter template database type, range of values: MySQL - MySQL database.
- template
Type stringVersion - Parameter template database version, value range: MySQL_Community_5_7 - MySQL 5.7 MySQL_8_0 - MySQL 8.0.
- name_
regex str - A Name Regex of RDS parameter template.
- output_
file str - File name where to save data source results.
- template_
category str - Parameter template type, range of values: DBEngine - Engine parameters.
- template_
source str - Template source, value range: System - System User - the user.
- template_
type str - Parameter template database type, range of values: MySQL - MySQL database.
- template_
type_ strversion - Parameter template database version, value range: MySQL_Community_5_7 - MySQL 5.7 MySQL_8_0 - MySQL 8.0.
- name
Regex String - A Name Regex of RDS parameter template.
- output
File String - File name where to save data source results.
- template
Category String - Parameter template type, range of values: DBEngine - Engine parameters.
- template
Source String - Template source, value range: System - System User - the user.
- template
Type String - Parameter template database type, range of values: MySQL - MySQL database.
- template
Type StringVersion - Parameter template database version, value range: MySQL_Community_5_7 - MySQL 5.7 MySQL_8_0 - MySQL 8.0.
getParameterTemplates Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Rds
Parameter List<GetTemplates Parameter Templates Rds Parameter Template> - The collection of RDS parameter templates query.
- Total
Count int - The total count of RDS parameter templates query.
- Name
Regex string - Output
File string - Template
Category string - Template
Source string - Template
Type string - Parameter template database type, range of values: MySQL - MySQL database.
- Template
Type stringVersion - Parameter template database version, value range: MySQL_Community_5_7 - MySQL 5.7 MySQL_8_0 - MySQL 8.0.
- Id string
- The provider-assigned unique ID for this managed resource.
- Rds
Parameter []GetTemplates Parameter Templates Rds Parameter Template - The collection of RDS parameter templates query.
- Total
Count int - The total count of RDS parameter templates query.
- Name
Regex string - Output
File string - Template
Category string - Template
Source string - Template
Type string - Parameter template database type, range of values: MySQL - MySQL database.
- Template
Type stringVersion - Parameter template database version, value range: MySQL_Community_5_7 - MySQL 5.7 MySQL_8_0 - MySQL 8.0.
- id String
- The provider-assigned unique ID for this managed resource.
- rds
Parameter List<GetTemplates Parameter Templates Rds Parameter Template> - The collection of RDS parameter templates query.
- total
Count Integer - The total count of RDS parameter templates query.
- name
Regex String - output
File String - template
Category String - template
Source String - template
Type String - Parameter template database type, range of values: MySQL - MySQL database.
- template
Type StringVersion - Parameter template database version, value range: MySQL_Community_5_7 - MySQL 5.7 MySQL_8_0 - MySQL 8.0.
- id string
- The provider-assigned unique ID for this managed resource.
- rds
Parameter GetTemplates Parameter Templates Rds Parameter Template[] - The collection of RDS parameter templates query.
- total
Count number - The total count of RDS parameter templates query.
- name
Regex string - output
File string - template
Category string - template
Source string - template
Type string - Parameter template database type, range of values: MySQL - MySQL database.
- template
Type stringVersion - Parameter template database version, value range: MySQL_Community_5_7 - MySQL 5.7 MySQL_8_0 - MySQL 8.0.
- id str
- The provider-assigned unique ID for this managed resource.
- rds_
parameter_ Sequence[Gettemplates Parameter Templates Rds Parameter Template] - The collection of RDS parameter templates query.
- total_
count int - The total count of RDS parameter templates query.
- name_
regex str - output_
file str - template_
category str - template_
source str - template_
type str - Parameter template database type, range of values: MySQL - MySQL database.
- template_
type_ strversion - Parameter template database version, value range: MySQL_Community_5_7 - MySQL 5.7 MySQL_8_0 - MySQL 8.0.
- id String
- The provider-assigned unique ID for this managed resource.
- rds
Parameter List<Property Map>Templates - The collection of RDS parameter templates query.
- total
Count Number - The total count of RDS parameter templates query.
- name
Regex String - output
File String - template
Category String - template
Source String - template
Type String - Parameter template database type, range of values: MySQL - MySQL database.
- template
Type StringVersion - Parameter template database version, value range: MySQL_Community_5_7 - MySQL 5.7 MySQL_8_0 - MySQL 8.0.
Supporting Types
GetParameterTemplatesRdsParameterTemplate
- Create
Time string - Creation time.
- Id string
- The ID of the RDS parameter template.
- Need
Restart bool - Whether the template contains parameters that need to be restarted.
- Parameter
Num int - The number of parameters the template contains.
- Template
Desc string - The description of the RDS parameter template.
- Template
Id string - The ID of the RDS parameter template.
- Template
Name string - The name of the RDS parameter template.
- Template
Params List<GetParameter Templates Rds Parameter Template Template Param> - Parameters contained in the template.
- Template
Type string - Parameter template database type, range of values: MySQL - MySQL database.
- Template
Type stringVersion - Parameter template database version, value range: MySQL_Community_5_7 - MySQL 5.7 MySQL_8_0 - MySQL 8.0.
- Update
Time string - Update time.
- Create
Time string - Creation time.
- Id string
- The ID of the RDS parameter template.
- Need
Restart bool - Whether the template contains parameters that need to be restarted.
- Parameter
Num int - The number of parameters the template contains.
- Template
Desc string - The description of the RDS parameter template.
- Template
Id string - The ID of the RDS parameter template.
- Template
Name string - The name of the RDS parameter template.
- Template
Params []GetParameter Templates Rds Parameter Template Template Param - Parameters contained in the template.
- Template
Type string - Parameter template database type, range of values: MySQL - MySQL database.
- Template
Type stringVersion - Parameter template database version, value range: MySQL_Community_5_7 - MySQL 5.7 MySQL_8_0 - MySQL 8.0.
- Update
Time string - Update time.
- create
Time String - Creation time.
- id String
- The ID of the RDS parameter template.
- need
Restart Boolean - Whether the template contains parameters that need to be restarted.
- parameter
Num Integer - The number of parameters the template contains.
- template
Desc String - The description of the RDS parameter template.
- template
Id String - The ID of the RDS parameter template.
- template
Name String - The name of the RDS parameter template.
- template
Params List<GetParameter Templates Rds Parameter Template Template Param> - Parameters contained in the template.
- template
Type String - Parameter template database type, range of values: MySQL - MySQL database.
- template
Type StringVersion - Parameter template database version, value range: MySQL_Community_5_7 - MySQL 5.7 MySQL_8_0 - MySQL 8.0.
- update
Time String - Update time.
- create
Time string - Creation time.
- id string
- The ID of the RDS parameter template.
- need
Restart boolean - Whether the template contains parameters that need to be restarted.
- parameter
Num number - The number of parameters the template contains.
- template
Desc string - The description of the RDS parameter template.
- template
Id string - The ID of the RDS parameter template.
- template
Name string - The name of the RDS parameter template.
- template
Params GetParameter Templates Rds Parameter Template Template Param[] - Parameters contained in the template.
- template
Type string - Parameter template database type, range of values: MySQL - MySQL database.
- template
Type stringVersion - Parameter template database version, value range: MySQL_Community_5_7 - MySQL 5.7 MySQL_8_0 - MySQL 8.0.
- update
Time string - Update time.
- create_
time str - Creation time.
- id str
- The ID of the RDS parameter template.
- need_
restart bool - Whether the template contains parameters that need to be restarted.
- parameter_
num int - The number of parameters the template contains.
- template_
desc str - The description of the RDS parameter template.
- template_
id str - The ID of the RDS parameter template.
- template_
name str - The name of the RDS parameter template.
- template_
params Sequence[GetParameter Templates Rds Parameter Template Template Param] - Parameters contained in the template.
- template_
type str - Parameter template database type, range of values: MySQL - MySQL database.
- template_
type_ strversion - Parameter template database version, value range: MySQL_Community_5_7 - MySQL 5.7 MySQL_8_0 - MySQL 8.0.
- update_
time str - Update time.
- create
Time String - Creation time.
- id String
- The ID of the RDS parameter template.
- need
Restart Boolean - Whether the template contains parameters that need to be restarted.
- parameter
Num Number - The number of parameters the template contains.
- template
Desc String - The description of the RDS parameter template.
- template
Id String - The ID of the RDS parameter template.
- template
Name String - The name of the RDS parameter template.
- template
Params List<Property Map> - Parameters contained in the template.
- template
Type String - Parameter template database type, range of values: MySQL - MySQL database.
- template
Type StringVersion - Parameter template database version, value range: MySQL_Community_5_7 - MySQL 5.7 MySQL_8_0 - MySQL 8.0.
- update
Time String - Update time.
GetParameterTemplatesRdsParameterTemplateTemplateParam
- Default
Value string - Parameter default value.
- Description string
- Parameter description.
- Name string
- Parameter name.
- Restart bool
- Whether the modified parameters need to be restarted to take effect.
- Running
Value string - Parameter running value.
- Value
Range string - Parameter value range.
- Default
Value string - Parameter default value.
- Description string
- Parameter description.
- Name string
- Parameter name.
- Restart bool
- Whether the modified parameters need to be restarted to take effect.
- Running
Value string - Parameter running value.
- Value
Range string - Parameter value range.
- default
Value String - Parameter default value.
- description String
- Parameter description.
- name String
- Parameter name.
- restart Boolean
- Whether the modified parameters need to be restarted to take effect.
- running
Value String - Parameter running value.
- value
Range String - Parameter value range.
- default
Value string - Parameter default value.
- description string
- Parameter description.
- name string
- Parameter name.
- restart boolean
- Whether the modified parameters need to be restarted to take effect.
- running
Value string - Parameter running value.
- value
Range string - Parameter value range.
- default_
value str - Parameter default value.
- description str
- Parameter description.
- name str
- Parameter name.
- restart bool
- Whether the modified parameters need to be restarted to take effect.
- running_
value str - Parameter running value.
- value_
range str - Parameter value range.
- default
Value String - Parameter default value.
- description String
- Parameter description.
- name String
- Parameter name.
- restart Boolean
- Whether the modified parameters need to be restarted to take effect.
- running
Value String - Parameter running value.
- value
Range String - Parameter value range.
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengineTerraform Provider.
Viewing docs for Volcengine v0.0.47
published on Friday, Mar 13, 2026 by Volcengine
published on Friday, Mar 13, 2026 by Volcengine
