1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. rdsmysql
  6. getParameterTemplate
Viewing docs for volcenginecc v0.0.35
published on Thursday, May 14, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.35
published on Thursday, May 14, 2026 by Volcengine

    Data Source schema for Volcengine::RDSMySQL::ParameterTemplate

    Using getParameterTemplate

    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 getParameterTemplate(args: GetParameterTemplateArgs, opts?: InvokeOptions): Promise<GetParameterTemplateResult>
    function getParameterTemplateOutput(args: GetParameterTemplateOutputArgs, opts?: InvokeOptions): Output<GetParameterTemplateResult>
    def get_parameter_template(id: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetParameterTemplateResult
    def get_parameter_template_output(id: pulumi.Input[Optional[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetParameterTemplateResult]
    func LookupParameterTemplate(ctx *Context, args *LookupParameterTemplateArgs, opts ...InvokeOption) (*LookupParameterTemplateResult, error)
    func LookupParameterTemplateOutput(ctx *Context, args *LookupParameterTemplateOutputArgs, opts ...InvokeOption) LookupParameterTemplateResultOutput

    > Note: This function is named LookupParameterTemplate in the Go SDK.

    public static class GetParameterTemplate 
    {
        public static Task<GetParameterTemplateResult> InvokeAsync(GetParameterTemplateArgs args, InvokeOptions? opts = null)
        public static Output<GetParameterTemplateResult> Invoke(GetParameterTemplateInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetParameterTemplateResult> getParameterTemplate(GetParameterTemplateArgs args, InvokeOptions options)
    public static Output<GetParameterTemplateResult> getParameterTemplate(GetParameterTemplateArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcenginecc:rdsmysql/getParameterTemplate:getParameterTemplate
      arguments:
        # arguments dictionary
    data "volcenginecc_rdsmysql_getparametertemplate" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    Uniquely identifies the resource.
    Id string
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id str
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.

    getParameterTemplate Result

    The following output properties are available:

    AccountId string
    Account ID
    CreateTime string
    Creation time (UTC+8), format: yyyy-MM-dd HH:mm:ss
    EngineType string
    Database engine type. Values: InnoDB (InnoDB engine), RocksDB (RocksDB engine). Default: InnoDB
    Id string
    Uniquely identifies the resource.
    NeedRestart bool
    Whether the template contains parameters that require a restart
    ParameterNum int
    Number of parameters included in the template
    ProjectName string
    Associated project
    TemplateCategory string
    Template category. Value: DBEngine (database engine parameter)
    TemplateDesc string
    Parameter template description
    TemplateId string
    Parameter template ID, automatically generated by the system
    TemplateName string
    Parameter template name
    TemplateParams List<Volcengine.GetParameterTemplateTemplateParam>
    Parameters included in the parameter template
    TemplateSource string
    Parameter template type. Values: System (system template), User (user template)
    TemplateType string
    Database type of the parameter template. Default: Mysql
    TemplateTypeVersion string
    Database version of the parameter template. Value range: MySQL57 (MySQL 5.7 version), MySQL80 (MySQL 8.0 version)
    UpdateTime string
    Template modification time
    AccountId string
    Account ID
    CreateTime string
    Creation time (UTC+8), format: yyyy-MM-dd HH:mm:ss
    EngineType string
    Database engine type. Values: InnoDB (InnoDB engine), RocksDB (RocksDB engine). Default: InnoDB
    Id string
    Uniquely identifies the resource.
    NeedRestart bool
    Whether the template contains parameters that require a restart
    ParameterNum int
    Number of parameters included in the template
    ProjectName string
    Associated project
    TemplateCategory string
    Template category. Value: DBEngine (database engine parameter)
    TemplateDesc string
    Parameter template description
    TemplateId string
    Parameter template ID, automatically generated by the system
    TemplateName string
    Parameter template name
    TemplateParams []GetParameterTemplateTemplateParam
    Parameters included in the parameter template
    TemplateSource string
    Parameter template type. Values: System (system template), User (user template)
    TemplateType string
    Database type of the parameter template. Default: Mysql
    TemplateTypeVersion string
    Database version of the parameter template. Value range: MySQL57 (MySQL 5.7 version), MySQL80 (MySQL 8.0 version)
    UpdateTime string
    Template modification time
    account_id string
    Account ID
    create_time string
    Creation time (UTC+8), format: yyyy-MM-dd HH:mm:ss
    engine_type string
    Database engine type. Values: InnoDB (InnoDB engine), RocksDB (RocksDB engine). Default: InnoDB
    id string
    Uniquely identifies the resource.
    need_restart bool
    Whether the template contains parameters that require a restart
    parameter_num number
    Number of parameters included in the template
    project_name string
    Associated project
    template_category string
    Template category. Value: DBEngine (database engine parameter)
    template_desc string
    Parameter template description
    template_id string
    Parameter template ID, automatically generated by the system
    template_name string
    Parameter template name
    template_params list(object)
    Parameters included in the parameter template
    template_source string
    Parameter template type. Values: System (system template), User (user template)
    template_type string
    Database type of the parameter template. Default: Mysql
    template_type_version string
    Database version of the parameter template. Value range: MySQL57 (MySQL 5.7 version), MySQL80 (MySQL 8.0 version)
    update_time string
    Template modification time
    accountId String
    Account ID
    createTime String
    Creation time (UTC+8), format: yyyy-MM-dd HH:mm:ss
    engineType String
    Database engine type. Values: InnoDB (InnoDB engine), RocksDB (RocksDB engine). Default: InnoDB
    id String
    Uniquely identifies the resource.
    needRestart Boolean
    Whether the template contains parameters that require a restart
    parameterNum Integer
    Number of parameters included in the template
    projectName String
    Associated project
    templateCategory String
    Template category. Value: DBEngine (database engine parameter)
    templateDesc String
    Parameter template description
    templateId String
    Parameter template ID, automatically generated by the system
    templateName String
    Parameter template name
    templateParams List<GetParameterTemplateTemplateParam>
    Parameters included in the parameter template
    templateSource String
    Parameter template type. Values: System (system template), User (user template)
    templateType String
    Database type of the parameter template. Default: Mysql
    templateTypeVersion String
    Database version of the parameter template. Value range: MySQL57 (MySQL 5.7 version), MySQL80 (MySQL 8.0 version)
    updateTime String
    Template modification time
    accountId string
    Account ID
    createTime string
    Creation time (UTC+8), format: yyyy-MM-dd HH:mm:ss
    engineType string
    Database engine type. Values: InnoDB (InnoDB engine), RocksDB (RocksDB engine). Default: InnoDB
    id string
    Uniquely identifies the resource.
    needRestart boolean
    Whether the template contains parameters that require a restart
    parameterNum number
    Number of parameters included in the template
    projectName string
    Associated project
    templateCategory string
    Template category. Value: DBEngine (database engine parameter)
    templateDesc string
    Parameter template description
    templateId string
    Parameter template ID, automatically generated by the system
    templateName string
    Parameter template name
    templateParams GetParameterTemplateTemplateParam[]
    Parameters included in the parameter template
    templateSource string
    Parameter template type. Values: System (system template), User (user template)
    templateType string
    Database type of the parameter template. Default: Mysql
    templateTypeVersion string
    Database version of the parameter template. Value range: MySQL57 (MySQL 5.7 version), MySQL80 (MySQL 8.0 version)
    updateTime string
    Template modification time
    account_id str
    Account ID
    create_time str
    Creation time (UTC+8), format: yyyy-MM-dd HH:mm:ss
    engine_type str
    Database engine type. Values: InnoDB (InnoDB engine), RocksDB (RocksDB engine). Default: InnoDB
    id str
    Uniquely identifies the resource.
    need_restart bool
    Whether the template contains parameters that require a restart
    parameter_num int
    Number of parameters included in the template
    project_name str
    Associated project
    template_category str
    Template category. Value: DBEngine (database engine parameter)
    template_desc str
    Parameter template description
    template_id str
    Parameter template ID, automatically generated by the system
    template_name str
    Parameter template name
    template_params Sequence[GetParameterTemplateTemplateParam]
    Parameters included in the parameter template
    template_source str
    Parameter template type. Values: System (system template), User (user template)
    template_type str
    Database type of the parameter template. Default: Mysql
    template_type_version str
    Database version of the parameter template. Value range: MySQL57 (MySQL 5.7 version), MySQL80 (MySQL 8.0 version)
    update_time str
    Template modification time
    accountId String
    Account ID
    createTime String
    Creation time (UTC+8), format: yyyy-MM-dd HH:mm:ss
    engineType String
    Database engine type. Values: InnoDB (InnoDB engine), RocksDB (RocksDB engine). Default: InnoDB
    id String
    Uniquely identifies the resource.
    needRestart Boolean
    Whether the template contains parameters that require a restart
    parameterNum Number
    Number of parameters included in the template
    projectName String
    Associated project
    templateCategory String
    Template category. Value: DBEngine (database engine parameter)
    templateDesc String
    Parameter template description
    templateId String
    Parameter template ID, automatically generated by the system
    templateName String
    Parameter template name
    templateParams List<Property Map>
    Parameters included in the parameter template
    templateSource String
    Parameter template type. Values: System (system template), User (user template)
    templateType String
    Database type of the parameter template. Default: Mysql
    templateTypeVersion String
    Database version of the parameter template. Value range: MySQL57 (MySQL 5.7 version), MySQL80 (MySQL 8.0 version)
    updateTime String
    Template modification time

    Supporting Types

    GetParameterTemplateTemplateParam

    DefaultValue string
    Default value of the parameter
    Description string
    Parameter description
    ExpectValue string
    Expected value of the parameter
    Name string
    Instance parameter name
    Restart bool
    Whether a restart is required for the instance to take effect
    RunningValue string
    Parameter runtime value
    ValueRange string
    Parameter value range
    DefaultValue string
    Default value of the parameter
    Description string
    Parameter description
    ExpectValue string
    Expected value of the parameter
    Name string
    Instance parameter name
    Restart bool
    Whether a restart is required for the instance to take effect
    RunningValue string
    Parameter runtime value
    ValueRange string
    Parameter value range
    default_value string
    Default value of the parameter
    description string
    Parameter description
    expect_value string
    Expected value of the parameter
    name string
    Instance parameter name
    restart bool
    Whether a restart is required for the instance to take effect
    running_value string
    Parameter runtime value
    value_range string
    Parameter value range
    defaultValue String
    Default value of the parameter
    description String
    Parameter description
    expectValue String
    Expected value of the parameter
    name String
    Instance parameter name
    restart Boolean
    Whether a restart is required for the instance to take effect
    runningValue String
    Parameter runtime value
    valueRange String
    Parameter value range
    defaultValue string
    Default value of the parameter
    description string
    Parameter description
    expectValue string
    Expected value of the parameter
    name string
    Instance parameter name
    restart boolean
    Whether a restart is required for the instance to take effect
    runningValue string
    Parameter runtime value
    valueRange string
    Parameter value range
    default_value str
    Default value of the parameter
    description str
    Parameter description
    expect_value str
    Expected value of the parameter
    name str
    Instance parameter name
    restart bool
    Whether a restart is required for the instance to take effect
    running_value str
    Parameter runtime value
    value_range str
    Parameter value range
    defaultValue String
    Default value of the parameter
    description String
    Parameter description
    expectValue String
    Expected value of the parameter
    name String
    Instance parameter name
    restart Boolean
    Whether a restart is required for the instance to take effect
    runningValue String
    Parameter runtime value
    valueRange String
    Parameter value range

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    Viewing docs for volcenginecc v0.0.35
    published on Thursday, May 14, 2026 by Volcengine
      Try Pulumi Cloud free. Your team will thank you.