opentelekomcloud 1.36.51 published on Thursday, Oct 23, 2025 by opentelekomcloud
opentelekomcloud.getTaurusdbMysqlConfigurationsV3
opentelekomcloud 1.36.51 published on Thursday, Oct 23, 2025 by opentelekomcloud
Use this data source to get the list of parameter templates.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as opentelekomcloud from "@pulumi/opentelekomcloud";
const test = opentelekomcloud.getTaurusdbMysqlConfigurationsV3({});
import pulumi
import pulumi_opentelekomcloud as opentelekomcloud
test = opentelekomcloud.get_taurusdb_mysql_configurations_v3()
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/opentelekomcloud/opentelekomcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := opentelekomcloud.GetTaurusdbMysqlConfigurationsV3(ctx, &opentelekomcloud.GetTaurusdbMysqlConfigurationsV3Args{}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Opentelekomcloud = Pulumi.Opentelekomcloud;
return await Deployment.RunAsync(() =>
{
var test = Opentelekomcloud.GetTaurusdbMysqlConfigurationsV3.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.opentelekomcloud.OpentelekomcloudFunctions;
import com.pulumi.opentelekomcloud.inputs.GetTaurusdbMysqlConfigurationsV3Args;
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 test = OpentelekomcloudFunctions.getTaurusdbMysqlConfigurationsV3();
}
}
variables:
test:
fn::invoke:
function: opentelekomcloud:getTaurusdbMysqlConfigurationsV3
arguments: {}
Using getTaurusdbMysqlConfigurationsV3
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 getTaurusdbMysqlConfigurationsV3(args: GetTaurusdbMysqlConfigurationsV3Args, opts?: InvokeOptions): Promise<GetTaurusdbMysqlConfigurationsV3Result>
function getTaurusdbMysqlConfigurationsV3Output(args: GetTaurusdbMysqlConfigurationsV3OutputArgs, opts?: InvokeOptions): Output<GetTaurusdbMysqlConfigurationsV3Result>def get_taurusdb_mysql_configurations_v3(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTaurusdbMysqlConfigurationsV3Result
def get_taurusdb_mysql_configurations_v3_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTaurusdbMysqlConfigurationsV3Result]func GetTaurusdbMysqlConfigurationsV3(ctx *Context, args *GetTaurusdbMysqlConfigurationsV3Args, opts ...InvokeOption) (*GetTaurusdbMysqlConfigurationsV3Result, error)
func GetTaurusdbMysqlConfigurationsV3Output(ctx *Context, args *GetTaurusdbMysqlConfigurationsV3OutputArgs, opts ...InvokeOption) GetTaurusdbMysqlConfigurationsV3ResultOutput> Note: This function is named GetTaurusdbMysqlConfigurationsV3 in the Go SDK.
public static class GetTaurusdbMysqlConfigurationsV3
{
public static Task<GetTaurusdbMysqlConfigurationsV3Result> InvokeAsync(GetTaurusdbMysqlConfigurationsV3Args args, InvokeOptions? opts = null)
public static Output<GetTaurusdbMysqlConfigurationsV3Result> Invoke(GetTaurusdbMysqlConfigurationsV3InvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTaurusdbMysqlConfigurationsV3Result> getTaurusdbMysqlConfigurationsV3(GetTaurusdbMysqlConfigurationsV3Args args, InvokeOptions options)
public static Output<GetTaurusdbMysqlConfigurationsV3Result> getTaurusdbMysqlConfigurationsV3(GetTaurusdbMysqlConfigurationsV3Args args, InvokeOptions options)
fn::invoke:
function: opentelekomcloud:index/getTaurusdbMysqlConfigurationsV3:getTaurusdbMysqlConfigurationsV3
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Indicates the ID of the parameter template.
- Id string
- Indicates the ID of the parameter template.
- id String
- Indicates the ID of the parameter template.
- id string
- Indicates the ID of the parameter template.
- id str
- Indicates the ID of the parameter template.
- id String
- Indicates the ID of the parameter template.
getTaurusdbMysqlConfigurationsV3 Result
The following output properties are available:
- Configurations
List<Get
Taurusdb Mysql Configurations V3Configuration> - Indicates the list of parameter templates.
- Id string
- Indicates the ID of the parameter template.
- Region string
- The data source region.
- Configurations
[]Get
Taurusdb Mysql Configurations V3Configuration - Indicates the list of parameter templates.
- Id string
- Indicates the ID of the parameter template.
- Region string
- The data source region.
- configurations
List<Get
Taurusdb Mysql Configurations V3Configuration> - Indicates the list of parameter templates.
- id String
- Indicates the ID of the parameter template.
- region String
- The data source region.
- configurations
Get
Taurusdb Mysql Configurations V3Configuration[] - Indicates the list of parameter templates.
- id string
- Indicates the ID of the parameter template.
- region string
- The data source region.
- configurations
Sequence[Get
Taurusdb Mysql Configurations V3Configuration] - Indicates the list of parameter templates.
- id str
- Indicates the ID of the parameter template.
- region str
- The data source region.
- configurations List<Property Map>
- Indicates the list of parameter templates.
- id String
- Indicates the ID of the parameter template.
- region String
- The data source region.
Supporting Types
GetTaurusdbMysqlConfigurationsV3Configuration
- Created
At string - Indicates the creation time in the yyyy-MM-ddTHH:mm:ssZ format.
- Datastore
Name string - Indicates the engine name.
- Datastore
Version stringName - Description string
- Indicates the description of parameter template.
- Id string
- Indicates the ID of the parameter template.
- Name string
- Indicates the name of the parameter template.
- Updated
At string - Indicates the update time in the yyyy-MM-ddTHH:mm:ssZ format.
- User
Defined bool - Indicates whether the parameter template is a custom template.
- false: default parameter template.
- true: custom template.
- Created
At string - Indicates the creation time in the yyyy-MM-ddTHH:mm:ssZ format.
- Datastore
Name string - Indicates the engine name.
- Datastore
Version stringName - Description string
- Indicates the description of parameter template.
- Id string
- Indicates the ID of the parameter template.
- Name string
- Indicates the name of the parameter template.
- Updated
At string - Indicates the update time in the yyyy-MM-ddTHH:mm:ssZ format.
- User
Defined bool - Indicates whether the parameter template is a custom template.
- false: default parameter template.
- true: custom template.
- created
At String - Indicates the creation time in the yyyy-MM-ddTHH:mm:ssZ format.
- datastore
Name String - Indicates the engine name.
- datastore
Version StringName - description String
- Indicates the description of parameter template.
- id String
- Indicates the ID of the parameter template.
- name String
- Indicates the name of the parameter template.
- updated
At String - Indicates the update time in the yyyy-MM-ddTHH:mm:ssZ format.
- user
Defined Boolean - Indicates whether the parameter template is a custom template.
- false: default parameter template.
- true: custom template.
- created
At string - Indicates the creation time in the yyyy-MM-ddTHH:mm:ssZ format.
- datastore
Name string - Indicates the engine name.
- datastore
Version stringName - description string
- Indicates the description of parameter template.
- id string
- Indicates the ID of the parameter template.
- name string
- Indicates the name of the parameter template.
- updated
At string - Indicates the update time in the yyyy-MM-ddTHH:mm:ssZ format.
- user
Defined boolean - Indicates whether the parameter template is a custom template.
- false: default parameter template.
- true: custom template.
- created_
at str - Indicates the creation time in the yyyy-MM-ddTHH:mm:ssZ format.
- datastore_
name str - Indicates the engine name.
- datastore_
version_ strname - description str
- Indicates the description of parameter template.
- id str
- Indicates the ID of the parameter template.
- name str
- Indicates the name of the parameter template.
- updated_
at str - Indicates the update time in the yyyy-MM-ddTHH:mm:ssZ format.
- user_
defined bool - Indicates whether the parameter template is a custom template.
- false: default parameter template.
- true: custom template.
- created
At String - Indicates the creation time in the yyyy-MM-ddTHH:mm:ssZ format.
- datastore
Name String - Indicates the engine name.
- datastore
Version StringName - description String
- Indicates the description of parameter template.
- id String
- Indicates the ID of the parameter template.
- name String
- Indicates the name of the parameter template.
- updated
At String - Indicates the update time in the yyyy-MM-ddTHH:mm:ssZ format.
- user
Defined Boolean - Indicates whether the parameter template is a custom template.
- false: default parameter template.
- true: custom template.
Package Details
- Repository
- opentelekomcloud opentelekomcloud/terraform-provider-opentelekomcloud
- License
- Notes
- This Pulumi package is based on the
opentelekomcloudTerraform Provider.
opentelekomcloud 1.36.51 published on Thursday, Oct 23, 2025 by opentelekomcloud
