Volcengine v0.0.26 published on Friday, Sep 13, 2024 by Volcengine
volcengine.rds.ParameterTemplates
Explore with Pulumi AI
(Deprecated! Recommend use volcengine_rds_mysql_*** replace) Use this data source to query detailed information of rds parameter templates
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;
return await Deployment.RunAsync(() => 
{
    var @default = Volcengine.Rds.ParameterTemplates.Invoke();
});
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.ParameterTemplates(ctx, nil, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
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.ParameterTemplatesArgs;
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.ParameterTemplates();
    }
}
import pulumi
import pulumi_volcengine as volcengine
default = volcengine.rds.parameter_templates()
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const default = volcengine.rds.ParameterTemplates({});
variables:
  default:
    fn::invoke:
      Function: volcengine:rds:ParameterTemplates
      Arguments: {}
Using ParameterTemplates
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 parameterTemplates(args: ParameterTemplatesArgs, opts?: InvokeOptions): Promise<ParameterTemplatesResult>
function parameterTemplatesOutput(args: ParameterTemplatesOutputArgs, opts?: InvokeOptions): Output<ParameterTemplatesResult>def 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) -> ParameterTemplatesResult
def 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[ParameterTemplatesResult]func ParameterTemplates(ctx *Context, args *ParameterTemplatesArgs, opts ...InvokeOption) (*ParameterTemplatesResult, error)
func ParameterTemplatesOutput(ctx *Context, args *ParameterTemplatesOutputArgs, opts ...InvokeOption) ParameterTemplatesResultOutputpublic static class ParameterTemplates 
{
    public static Task<ParameterTemplatesResult> InvokeAsync(ParameterTemplatesArgs args, InvokeOptions? opts = null)
    public static Output<ParameterTemplatesResult> Invoke(ParameterTemplatesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<ParameterTemplatesResult> parameterTemplates(ParameterTemplatesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: volcengine:rds:ParameterTemplates
  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.
 
ParameterTemplates Result
The following output properties are available:
- Id string
 - The provider-assigned unique ID for this managed resource.
 - Rds
Parameter List<ParameterTemplates 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 []ParameterTemplates 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<ParameterTemplates 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 ParameterTemplates 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[Parametertemplates 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
ParameterTemplatesRdsParameterTemplate    
- 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<ParameterTemplates 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 []ParameterTemplates 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<ParameterTemplates 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 ParameterTemplates 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[ParameterTemplates 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.
 
ParameterTemplatesRdsParameterTemplateTemplateParam      
- 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.