tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getMysqlInstanceParamRecord
Start a Neo task
Explain and create a tencentcloud.getMysqlInstanceParamRecord resource
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
Use this data source to query detailed information of mysql instance_param_record
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const instanceParamRecord = tencentcloud.getMysqlInstanceParamRecord({
instanceId: "",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
instance_param_record = tencentcloud.get_mysql_instance_param_record(instance_id="")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tencentcloud.GetMysqlInstanceParamRecord(ctx, &tencentcloud.GetMysqlInstanceParamRecordArgs{
InstanceId: "",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;
return await Deployment.RunAsync(() =>
{
var instanceParamRecord = Tencentcloud.GetMysqlInstanceParamRecord.Invoke(new()
{
InstanceId = "",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TencentcloudFunctions;
import com.pulumi.tencentcloud.inputs.GetMysqlInstanceParamRecordArgs;
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 instanceParamRecord = TencentcloudFunctions.getMysqlInstanceParamRecord(GetMysqlInstanceParamRecordArgs.builder()
.instanceId("")
.build());
}
}
variables:
instanceParamRecord:
fn::invoke:
function: tencentcloud:getMysqlInstanceParamRecord
arguments:
instanceId: ""
Using getMysqlInstanceParamRecord
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 getMysqlInstanceParamRecord(args: GetMysqlInstanceParamRecordArgs, opts?: InvokeOptions): Promise<GetMysqlInstanceParamRecordResult>
function getMysqlInstanceParamRecordOutput(args: GetMysqlInstanceParamRecordOutputArgs, opts?: InvokeOptions): Output<GetMysqlInstanceParamRecordResult>def get_mysql_instance_param_record(id: Optional[str] = None,
instance_id: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMysqlInstanceParamRecordResult
def get_mysql_instance_param_record_output(id: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMysqlInstanceParamRecordResult]func GetMysqlInstanceParamRecord(ctx *Context, args *GetMysqlInstanceParamRecordArgs, opts ...InvokeOption) (*GetMysqlInstanceParamRecordResult, error)
func GetMysqlInstanceParamRecordOutput(ctx *Context, args *GetMysqlInstanceParamRecordOutputArgs, opts ...InvokeOption) GetMysqlInstanceParamRecordResultOutput> Note: This function is named GetMysqlInstanceParamRecord in the Go SDK.
public static class GetMysqlInstanceParamRecord
{
public static Task<GetMysqlInstanceParamRecordResult> InvokeAsync(GetMysqlInstanceParamRecordArgs args, InvokeOptions? opts = null)
public static Output<GetMysqlInstanceParamRecordResult> Invoke(GetMysqlInstanceParamRecordInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetMysqlInstanceParamRecordResult> getMysqlInstanceParamRecord(GetMysqlInstanceParamRecordArgs args, InvokeOptions options)
public static Output<GetMysqlInstanceParamRecordResult> getMysqlInstanceParamRecord(GetMysqlInstanceParamRecordArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getMysqlInstanceParamRecord:getMysqlInstanceParamRecord
arguments:
# arguments dictionaryThe following arguments are supported:
- Instance
Id string - Instance ID, the format is: cdb-c1nl9rpv, which is the same as the instance ID displayed on the cloud database console page, and you can use the [query instance list] (https://cloud.tencent.com/document/api/236/15872) interface Gets the value of the field InstanceId in the output parameter.
- Id string
- Result
Output stringFile - Used to save results.
- Instance
Id string - Instance ID, the format is: cdb-c1nl9rpv, which is the same as the instance ID displayed on the cloud database console page, and you can use the [query instance list] (https://cloud.tencent.com/document/api/236/15872) interface Gets the value of the field InstanceId in the output parameter.
- Id string
- Result
Output stringFile - Used to save results.
- instance
Id String - Instance ID, the format is: cdb-c1nl9rpv, which is the same as the instance ID displayed on the cloud database console page, and you can use the [query instance list] (https://cloud.tencent.com/document/api/236/15872) interface Gets the value of the field InstanceId in the output parameter.
- id String
- result
Output StringFile - Used to save results.
- instance
Id string - Instance ID, the format is: cdb-c1nl9rpv, which is the same as the instance ID displayed on the cloud database console page, and you can use the [query instance list] (https://cloud.tencent.com/document/api/236/15872) interface Gets the value of the field InstanceId in the output parameter.
- id string
- result
Output stringFile - Used to save results.
- instance_
id str - Instance ID, the format is: cdb-c1nl9rpv, which is the same as the instance ID displayed on the cloud database console page, and you can use the [query instance list] (https://cloud.tencent.com/document/api/236/15872) interface Gets the value of the field InstanceId in the output parameter.
- id str
- result_
output_ strfile - Used to save results.
- instance
Id String - Instance ID, the format is: cdb-c1nl9rpv, which is the same as the instance ID displayed on the cloud database console page, and you can use the [query instance list] (https://cloud.tencent.com/document/api/236/15872) interface Gets the value of the field InstanceId in the output parameter.
- id String
- result
Output StringFile - Used to save results.
getMysqlInstanceParamRecord Result
The following output properties are available:
- Id string
- Instance
Id string - instance id.
- Items
List<Get
Mysql Instance Param Record Item> - Parameter modification record.
- Result
Output stringFile
- Id string
- Instance
Id string - instance id.
- Items
[]Get
Mysql Instance Param Record Item - Parameter modification record.
- Result
Output stringFile
- id String
- instance
Id String - instance id.
- items
List<Get
Mysql Instance Param Record Item> - Parameter modification record.
- result
Output StringFile
- id string
- instance
Id string - instance id.
- items
Get
Mysql Instance Param Record Item[] - Parameter modification record.
- result
Output stringFile
- id str
- instance_
id str - instance id.
- items
Sequence[Get
Mysql Instance Param Record Item] - Parameter modification record.
- result_
output_ strfile
- id String
- instance
Id String - instance id.
- items List<Property Map>
- Parameter modification record.
- result
Output StringFile
Supporting Types
GetMysqlInstanceParamRecordItem
- Instance
Id string - Instance ID, the format is: cdb-c1nl9rpv, which is the same as the instance ID displayed on the cloud database console page, and you can use the [query instance list] (https://cloud.tencent.com/document/api/236/15872) interface Gets the value of the field InstanceId in the output parameter.
- Is
Success bool - Whether the parameter is modified successfully.
- Modify
Time string - Change the time.
- New
Value string - The modified value of the parameter.
- Old
Value string - The value of the parameter before modification.
- Param
Name string - parameter name.
- Instance
Id string - Instance ID, the format is: cdb-c1nl9rpv, which is the same as the instance ID displayed on the cloud database console page, and you can use the [query instance list] (https://cloud.tencent.com/document/api/236/15872) interface Gets the value of the field InstanceId in the output parameter.
- Is
Success bool - Whether the parameter is modified successfully.
- Modify
Time string - Change the time.
- New
Value string - The modified value of the parameter.
- Old
Value string - The value of the parameter before modification.
- Param
Name string - parameter name.
- instance
Id String - Instance ID, the format is: cdb-c1nl9rpv, which is the same as the instance ID displayed on the cloud database console page, and you can use the [query instance list] (https://cloud.tencent.com/document/api/236/15872) interface Gets the value of the field InstanceId in the output parameter.
- is
Success Boolean - Whether the parameter is modified successfully.
- modify
Time String - Change the time.
- new
Value String - The modified value of the parameter.
- old
Value String - The value of the parameter before modification.
- param
Name String - parameter name.
- instance
Id string - Instance ID, the format is: cdb-c1nl9rpv, which is the same as the instance ID displayed on the cloud database console page, and you can use the [query instance list] (https://cloud.tencent.com/document/api/236/15872) interface Gets the value of the field InstanceId in the output parameter.
- is
Success boolean - Whether the parameter is modified successfully.
- modify
Time string - Change the time.
- new
Value string - The modified value of the parameter.
- old
Value string - The value of the parameter before modification.
- param
Name string - parameter name.
- instance_
id str - Instance ID, the format is: cdb-c1nl9rpv, which is the same as the instance ID displayed on the cloud database console page, and you can use the [query instance list] (https://cloud.tencent.com/document/api/236/15872) interface Gets the value of the field InstanceId in the output parameter.
- is_
success bool - Whether the parameter is modified successfully.
- modify_
time str - Change the time.
- new_
value str - The modified value of the parameter.
- old_
value str - The value of the parameter before modification.
- param_
name str - parameter name.
- instance
Id String - Instance ID, the format is: cdb-c1nl9rpv, which is the same as the instance ID displayed on the cloud database console page, and you can use the [query instance list] (https://cloud.tencent.com/document/api/236/15872) interface Gets the value of the field InstanceId in the output parameter.
- is
Success Boolean - Whether the parameter is modified successfully.
- modify
Time String - Change the time.
- new
Value String - The modified value of the parameter.
- old
Value String - The value of the parameter before modification.
- param
Name String - parameter name.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
