Volcengine v0.0.29 published on Tuesday, Apr 29, 2025 by Volcengine
volcengine.rds_mysql.ParameterTemplates
Explore with Pulumi AI
Use this data source to query detailed information of rds mysql parameter templates
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const foo = volcengine.rds_mysql.ParameterTemplates({
templateCategory: "DBEngine",
templateSource: "User",
});
import pulumi
import pulumi_volcengine as volcengine
foo = volcengine.rds_mysql.parameter_templates(template_category="DBEngine",
template_source="User")
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/rds_mysql"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := rds_mysql.ParameterTemplates(ctx, &rds_mysql.ParameterTemplatesArgs{
TemplateCategory: pulumi.StringRef("DBEngine"),
TemplateSource: pulumi.StringRef("User"),
}, 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 foo = Volcengine.Rds_mysql.ParameterTemplates.Invoke(new()
{
TemplateCategory = "DBEngine",
TemplateSource = "User",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.rds_mysql.Rds_mysqlFunctions;
import com.pulumi.volcengine.rds_mysql.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 foo = Rds_mysqlFunctions.ParameterTemplates(ParameterTemplatesArgs.builder()
.templateCategory("DBEngine")
.templateSource("User")
.build());
}
}
variables:
foo:
fn::invoke:
Function: volcengine:rds_mysql:ParameterTemplates
Arguments:
templateCategory: DBEngine
templateSource: User
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(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(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) ParameterTemplatesResultOutput
public 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)
public static Output<ParameterTemplatesResult> parameterTemplates(ParameterTemplatesArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:rds_mysql:ParameterTemplates
arguments:
# arguments dictionary
The following arguments are supported:
- Output
File string - File name where to save data source results.
- Template
Category string - Template category, with a value of DBEngine (database engine parameters).
- Template
Source string - Parameter template source, value range: System. User.
- Template
Type string - Database type of parameter template. The default value is Mysql.
- Template
Type stringVersion - Database version of parameter template. Value range: MySQL_5_7: Default value. MySQL 5.7 version. MySQL_8_0: MySQL 8.0 version.
- Output
File string - File name where to save data source results.
- Template
Category string - Template category, with a value of DBEngine (database engine parameters).
- Template
Source string - Parameter template source, value range: System. User.
- Template
Type string - Database type of parameter template. The default value is Mysql.
- Template
Type stringVersion - Database version of parameter template. Value range: MySQL_5_7: Default value. MySQL 5.7 version. MySQL_8_0: MySQL 8.0 version.
- output
File String - File name where to save data source results.
- template
Category String - Template category, with a value of DBEngine (database engine parameters).
- template
Source String - Parameter template source, value range: System. User.
- template
Type String - Database type of parameter template. The default value is Mysql.
- template
Type StringVersion - Database version of parameter template. Value range: MySQL_5_7: Default value. MySQL 5.7 version. MySQL_8_0: MySQL 8.0 version.
- output
File string - File name where to save data source results.
- template
Category string - Template category, with a value of DBEngine (database engine parameters).
- template
Source string - Parameter template source, value range: System. User.
- template
Type string - Database type of parameter template. The default value is Mysql.
- template
Type stringVersion - Database version of parameter template. Value range: MySQL_5_7: Default value. MySQL 5.7 version. MySQL_8_0: MySQL 8.0 version.
- output_
file str - File name where to save data source results.
- template_
category str - Template category, with a value of DBEngine (database engine parameters).
- template_
source str - Parameter template source, value range: System. User.
- template_
type str - Database type of parameter template. The default value is Mysql.
- template_
type_ strversion - Database version of parameter template. Value range: MySQL_5_7: Default value. MySQL 5.7 version. MySQL_8_0: MySQL 8.0 version.
- output
File String - File name where to save data source results.
- template
Category String - Template category, with a value of DBEngine (database engine parameters).
- template
Source String - Parameter template source, value range: System. User.
- template
Type String - Database type of parameter template. The default value is Mysql.
- template
Type StringVersion - Database version of parameter template. Value range: MySQL_5_7: Default value. MySQL 5.7 version. MySQL_8_0: MySQL 8.0 version.
ParameterTemplates Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Templates
List<Parameter
Templates Template> - The collection of query.
- Total
Count int - The total count of query.
- Output
File string - Template
Category string - Template category, with a value of DBEngine (database engine parameter).
- Template
Source string - The type of parameter template. Values: System: System template. User: User template.
- Template
Type string - The database type of the parameter template. The default value is Mysql.
- Template
Type stringVersion - Parameter template database version, value range: "MySQL_5_7": MySQL 5.7 version. "MySQL_8_0": MySQL 8.0 version.
- Id string
- The provider-assigned unique ID for this managed resource.
- Templates
[]Parameter
Templates Template - The collection of query.
- Total
Count int - The total count of query.
- Output
File string - Template
Category string - Template category, with a value of DBEngine (database engine parameter).
- Template
Source string - The type of parameter template. Values: System: System template. User: User template.
- Template
Type string - The database type of the parameter template. The default value is Mysql.
- Template
Type stringVersion - Parameter template database version, value range: "MySQL_5_7": MySQL 5.7 version. "MySQL_8_0": MySQL 8.0 version.
- id String
- The provider-assigned unique ID for this managed resource.
- templates
List<Parameter
Templates Template> - The collection of query.
- total
Count Integer - The total count of query.
- output
File String - template
Category String - Template category, with a value of DBEngine (database engine parameter).
- template
Source String - The type of parameter template. Values: System: System template. User: User template.
- template
Type String - The database type of the parameter template. The default value is Mysql.
- template
Type StringVersion - Parameter template database version, value range: "MySQL_5_7": MySQL 5.7 version. "MySQL_8_0": MySQL 8.0 version.
- id string
- The provider-assigned unique ID for this managed resource.
- templates
Parameter
Templates Template[] - The collection of query.
- total
Count number - The total count of query.
- output
File string - template
Category string - Template category, with a value of DBEngine (database engine parameter).
- template
Source string - The type of parameter template. Values: System: System template. User: User template.
- template
Type string - The database type of the parameter template. The default value is Mysql.
- template
Type stringVersion - Parameter template database version, value range: "MySQL_5_7": MySQL 5.7 version. "MySQL_8_0": MySQL 8.0 version.
- id str
- The provider-assigned unique ID for this managed resource.
- templates
Sequence[Parameter
Templates Template] - The collection of query.
- total_
count int - The total count of query.
- output_
file str - template_
category str - Template category, with a value of DBEngine (database engine parameter).
- template_
source str - The type of parameter template. Values: System: System template. User: User template.
- template_
type str - The database type of the parameter template. The default value is Mysql.
- template_
type_ strversion - Parameter template database version, value range: "MySQL_5_7": MySQL 5.7 version. "MySQL_8_0": MySQL 8.0 version.
- id String
- The provider-assigned unique ID for this managed resource.
- templates List<Property Map>
- The collection of query.
- total
Count Number - The total count of query.
- output
File String - template
Category String - Template category, with a value of DBEngine (database engine parameter).
- template
Source String - The type of parameter template. Values: System: System template. User: User template.
- template
Type String - The database type of the parameter template. The default value is Mysql.
- template
Type StringVersion - Parameter template database version, value range: "MySQL_5_7": MySQL 5.7 version. "MySQL_8_0": MySQL 8.0 version.
Supporting Types
ParameterTemplatesTemplate
- Account
Id string - The account ID.
- Create
Time string - Creation time.
- Need
Restart bool - Does the template contain parameters that require restart.
- Parameter
Num int - The number of parameters contained in the template.
- Project
Name string - The project to which the template belongs.
- Template
Category string - Template category, with a value of DBEngine (database engine parameters).
- Template
Desc string - Parameter template description.
- Template
Id string - Parameter template ID.
- Template
Name string - Parameter template name.
- Template
Params List<ParameterTemplates Template Template Param> - Parameters contained in the template.
- Template
Source string - Parameter template source, value range: System. User.
- Template
Type string - Database type of parameter template. The default value is Mysql.
- Template
Type stringVersion - Database version of parameter template. Value range: MySQL_5_7: Default value. MySQL 5.7 version. MySQL_8_0: MySQL 8.0 version.
- Update
Time string - Modification time of the template.
- Account
Id string - The account ID.
- Create
Time string - Creation time.
- Need
Restart bool - Does the template contain parameters that require restart.
- Parameter
Num int - The number of parameters contained in the template.
- Project
Name string - The project to which the template belongs.
- Template
Category string - Template category, with a value of DBEngine (database engine parameters).
- Template
Desc string - Parameter template description.
- Template
Id string - Parameter template ID.
- Template
Name string - Parameter template name.
- Template
Params []ParameterTemplates Template Template Param - Parameters contained in the template.
- Template
Source string - Parameter template source, value range: System. User.
- Template
Type string - Database type of parameter template. The default value is Mysql.
- Template
Type stringVersion - Database version of parameter template. Value range: MySQL_5_7: Default value. MySQL 5.7 version. MySQL_8_0: MySQL 8.0 version.
- Update
Time string - Modification time of the template.
- account
Id String - The account ID.
- create
Time String - Creation time.
- need
Restart Boolean - Does the template contain parameters that require restart.
- parameter
Num Integer - The number of parameters contained in the template.
- project
Name String - The project to which the template belongs.
- template
Category String - Template category, with a value of DBEngine (database engine parameters).
- template
Desc String - Parameter template description.
- template
Id String - Parameter template ID.
- template
Name String - Parameter template name.
- template
Params List<ParameterTemplates Template Template Param> - Parameters contained in the template.
- template
Source String - Parameter template source, value range: System. User.
- template
Type String - Database type of parameter template. The default value is Mysql.
- template
Type StringVersion - Database version of parameter template. Value range: MySQL_5_7: Default value. MySQL 5.7 version. MySQL_8_0: MySQL 8.0 version.
- update
Time String - Modification time of the template.
- account
Id string - The account ID.
- create
Time string - Creation time.
- need
Restart boolean - Does the template contain parameters that require restart.
- parameter
Num number - The number of parameters contained in the template.
- project
Name string - The project to which the template belongs.
- template
Category string - Template category, with a value of DBEngine (database engine parameters).
- template
Desc string - Parameter template description.
- template
Id string - Parameter template ID.
- template
Name string - Parameter template name.
- template
Params ParameterTemplates Template Template Param[] - Parameters contained in the template.
- template
Source string - Parameter template source, value range: System. User.
- template
Type string - Database type of parameter template. The default value is Mysql.
- template
Type stringVersion - Database version of parameter template. Value range: MySQL_5_7: Default value. MySQL 5.7 version. MySQL_8_0: MySQL 8.0 version.
- update
Time string - Modification time of the template.
- account_
id str - The account ID.
- create_
time str - Creation time.
- need_
restart bool - Does the template contain parameters that require restart.
- parameter_
num int - The number of parameters contained in the template.
- project_
name str - The project to which the template belongs.
- template_
category str - Template category, with a value of DBEngine (database engine parameters).
- template_
desc str - Parameter template description.
- template_
id str - Parameter template ID.
- template_
name str - Parameter template name.
- template_
params Sequence[ParameterTemplates Template Template Param] - Parameters contained in the template.
- template_
source str - Parameter template source, value range: System. User.
- template_
type str - Database type of parameter template. The default value is Mysql.
- template_
type_ strversion - Database version of parameter template. Value range: MySQL_5_7: Default value. MySQL 5.7 version. MySQL_8_0: MySQL 8.0 version.
- update_
time str - Modification time of the template.
- account
Id String - The account ID.
- create
Time String - Creation time.
- need
Restart Boolean - Does the template contain parameters that require restart.
- parameter
Num Number - The number of parameters contained in the template.
- project
Name String - The project to which the template belongs.
- template
Category String - Template category, with a value of DBEngine (database engine parameters).
- template
Desc String - Parameter template description.
- template
Id String - Parameter template ID.
- template
Name String - Parameter template name.
- template
Params List<Property Map> - Parameters contained in the template.
- template
Source String - Parameter template source, value range: System. User.
- template
Type String - Database type of parameter template. The default value is Mysql.
- template
Type StringVersion - Database version of parameter template. Value range: MySQL_5_7: Default value. MySQL 5.7 version. MySQL_8_0: MySQL 8.0 version.
- update
Time String - Modification time of the template.
ParameterTemplatesTemplateTemplateParam
- Default
Value string - Parameter default value.
- Description string
- Parameter description.
- Name string
- Instance parameter name. Description: When using CreateParameterTemplate and ModifyParameterTemplate as request parameters, only Name and RunningValue need to be passed in.
- Restart bool
- Is it necessary to restart the instance for the changes to take effect.
- Running
Value string - Parameter running value. Description: When making requests with CreateParameterTemplate and ModifyParameterTemplate as request parameters, only Name and RunningValue need to be passed in.
- Value
Range string - Value range of parameters.
- Default
Value string - Parameter default value.
- Description string
- Parameter description.
- Name string
- Instance parameter name. Description: When using CreateParameterTemplate and ModifyParameterTemplate as request parameters, only Name and RunningValue need to be passed in.
- Restart bool
- Is it necessary to restart the instance for the changes to take effect.
- Running
Value string - Parameter running value. Description: When making requests with CreateParameterTemplate and ModifyParameterTemplate as request parameters, only Name and RunningValue need to be passed in.
- Value
Range string - Value range of parameters.
- default
Value String - Parameter default value.
- description String
- Parameter description.
- name String
- Instance parameter name. Description: When using CreateParameterTemplate and ModifyParameterTemplate as request parameters, only Name and RunningValue need to be passed in.
- restart Boolean
- Is it necessary to restart the instance for the changes to take effect.
- running
Value String - Parameter running value. Description: When making requests with CreateParameterTemplate and ModifyParameterTemplate as request parameters, only Name and RunningValue need to be passed in.
- value
Range String - Value range of parameters.
- default
Value string - Parameter default value.
- description string
- Parameter description.
- name string
- Instance parameter name. Description: When using CreateParameterTemplate and ModifyParameterTemplate as request parameters, only Name and RunningValue need to be passed in.
- restart boolean
- Is it necessary to restart the instance for the changes to take effect.
- running
Value string - Parameter running value. Description: When making requests with CreateParameterTemplate and ModifyParameterTemplate as request parameters, only Name and RunningValue need to be passed in.
- value
Range string - Value range of parameters.
- default_
value str - Parameter default value.
- description str
- Parameter description.
- name str
- Instance parameter name. Description: When using CreateParameterTemplate and ModifyParameterTemplate as request parameters, only Name and RunningValue need to be passed in.
- restart bool
- Is it necessary to restart the instance for the changes to take effect.
- running_
value str - Parameter running value. Description: When making requests with CreateParameterTemplate and ModifyParameterTemplate as request parameters, only Name and RunningValue need to be passed in.
- value_
range str - Value range of parameters.
- default
Value String - Parameter default value.
- description String
- Parameter description.
- name String
- Instance parameter name. Description: When using CreateParameterTemplate and ModifyParameterTemplate as request parameters, only Name and RunningValue need to be passed in.
- restart Boolean
- Is it necessary to restart the instance for the changes to take effect.
- running
Value String - Parameter running value. Description: When making requests with CreateParameterTemplate and ModifyParameterTemplate as request parameters, only Name and RunningValue need to be passed in.
- value
Range String - Value range of parameters.
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengine
Terraform Provider.