opentelekomcloud 1.36.51 published on Thursday, Oct 23, 2025 by opentelekomcloud
opentelekomcloud.getTaurusdbMysqlConfigurationV3
opentelekomcloud 1.36.51 published on Thursday, Oct 23, 2025 by opentelekomcloud
Use this data source to get available OpenTelekomCloud TaurusDB MySQL configuration.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as opentelekomcloud from "@pulumi/opentelekomcloud";
const _this = opentelekomcloud.getTaurusdbMysqlConfigurationV3({
name: "Default-TaurusDB V2.0",
});
import pulumi
import pulumi_opentelekomcloud as opentelekomcloud
this = opentelekomcloud.get_taurusdb_mysql_configuration_v3(name="Default-TaurusDB V2.0")
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.GetTaurusdbMysqlConfigurationV3(ctx, &opentelekomcloud.GetTaurusdbMysqlConfigurationV3Args{
Name: pulumi.StringRef("Default-TaurusDB V2.0"),
}, 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 @this = Opentelekomcloud.GetTaurusdbMysqlConfigurationV3.Invoke(new()
{
Name = "Default-TaurusDB V2.0",
});
});
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.GetTaurusdbMysqlConfigurationV3Args;
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 this = OpentelekomcloudFunctions.getTaurusdbMysqlConfigurationV3(GetTaurusdbMysqlConfigurationV3Args.builder()
.name("Default-TaurusDB V2.0")
.build());
}
}
variables:
this:
fn::invoke:
function: opentelekomcloud:getTaurusdbMysqlConfigurationV3
arguments:
name: Default-TaurusDB V2.0
Using getTaurusdbMysqlConfigurationV3
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 getTaurusdbMysqlConfigurationV3(args: GetTaurusdbMysqlConfigurationV3Args, opts?: InvokeOptions): Promise<GetTaurusdbMysqlConfigurationV3Result>
function getTaurusdbMysqlConfigurationV3Output(args: GetTaurusdbMysqlConfigurationV3OutputArgs, opts?: InvokeOptions): Output<GetTaurusdbMysqlConfigurationV3Result>def get_taurusdb_mysql_configuration_v3(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTaurusdbMysqlConfigurationV3Result
def get_taurusdb_mysql_configuration_v3_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTaurusdbMysqlConfigurationV3Result]func GetTaurusdbMysqlConfigurationV3(ctx *Context, args *GetTaurusdbMysqlConfigurationV3Args, opts ...InvokeOption) (*GetTaurusdbMysqlConfigurationV3Result, error)
func GetTaurusdbMysqlConfigurationV3Output(ctx *Context, args *GetTaurusdbMysqlConfigurationV3OutputArgs, opts ...InvokeOption) GetTaurusdbMysqlConfigurationV3ResultOutput> Note: This function is named GetTaurusdbMysqlConfigurationV3 in the Go SDK.
public static class GetTaurusdbMysqlConfigurationV3
{
public static Task<GetTaurusdbMysqlConfigurationV3Result> InvokeAsync(GetTaurusdbMysqlConfigurationV3Args args, InvokeOptions? opts = null)
public static Output<GetTaurusdbMysqlConfigurationV3Result> Invoke(GetTaurusdbMysqlConfigurationV3InvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTaurusdbMysqlConfigurationV3Result> getTaurusdbMysqlConfigurationV3(GetTaurusdbMysqlConfigurationV3Args args, InvokeOptions options)
public static Output<GetTaurusdbMysqlConfigurationV3Result> getTaurusdbMysqlConfigurationV3(GetTaurusdbMysqlConfigurationV3Args args, InvokeOptions options)
fn::invoke:
function: opentelekomcloud:index/getTaurusdbMysqlConfigurationV3:getTaurusdbMysqlConfigurationV3
arguments:
# arguments dictionaryThe following arguments are supported:
getTaurusdbMysqlConfigurationV3 Result
The following output properties are available:
- Datastore
Name string - Indicates the datastore name of the configuration.
- Datastore
Version string - Indicates the datastore version of the configuration.
- Description string
- Indicates the description of the configuration.
- Id string
- Indicates the ID of the configuration.
- Name string
- Region string
- Indicates the region of the configuration.
- Datastore
Name string - Indicates the datastore name of the configuration.
- Datastore
Version string - Indicates the datastore version of the configuration.
- Description string
- Indicates the description of the configuration.
- Id string
- Indicates the ID of the configuration.
- Name string
- Region string
- Indicates the region of the configuration.
- datastore
Name String - Indicates the datastore name of the configuration.
- datastore
Version String - Indicates the datastore version of the configuration.
- description String
- Indicates the description of the configuration.
- id String
- Indicates the ID of the configuration.
- name String
- region String
- Indicates the region of the configuration.
- datastore
Name string - Indicates the datastore name of the configuration.
- datastore
Version string - Indicates the datastore version of the configuration.
- description string
- Indicates the description of the configuration.
- id string
- Indicates the ID of the configuration.
- name string
- region string
- Indicates the region of the configuration.
- datastore_
name str - Indicates the datastore name of the configuration.
- datastore_
version str - Indicates the datastore version of the configuration.
- description str
- Indicates the description of the configuration.
- id str
- Indicates the ID of the configuration.
- name str
- region str
- Indicates the region of the configuration.
- datastore
Name String - Indicates the datastore name of the configuration.
- datastore
Version String - Indicates the datastore version of the configuration.
- description String
- Indicates the description of the configuration.
- id String
- Indicates the ID of the configuration.
- name String
- region String
- Indicates the region of the configuration.
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
