1. Packages
  2. Opentelekomcloud Provider
  3. API Docs
  4. getTaurusdbMysqlConfigurationsV3
opentelekomcloud 1.36.51 published on Thursday, Oct 23, 2025 by opentelekomcloud

opentelekomcloud.getTaurusdbMysqlConfigurationsV3

Get Started
opentelekomcloud logo
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 dictionary

    The 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<GetTaurusdbMysqlConfigurationsV3Configuration>
    Indicates the list of parameter templates.
    Id string
    Indicates the ID of the parameter template.
    Region string
    The data source region.
    Configurations []GetTaurusdbMysqlConfigurationsV3Configuration
    Indicates the list of parameter templates.
    Id string
    Indicates the ID of the parameter template.
    Region string
    The data source region.
    configurations List<GetTaurusdbMysqlConfigurationsV3Configuration>
    Indicates the list of parameter templates.
    id String
    Indicates the ID of the parameter template.
    region String
    The data source region.
    configurations GetTaurusdbMysqlConfigurationsV3Configuration[]
    Indicates the list of parameter templates.
    id string
    Indicates the ID of the parameter template.
    region string
    The data source region.
    configurations Sequence[GetTaurusdbMysqlConfigurationsV3Configuration]
    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

    CreatedAt string
    Indicates the creation time in the yyyy-MM-ddTHH:mm:ssZ format.
    DatastoreName string
    Indicates the engine name.
    DatastoreVersionName string
    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.
    UpdatedAt string
    Indicates the update time in the yyyy-MM-ddTHH:mm:ssZ format.
    UserDefined bool
    Indicates whether the parameter template is a custom template.

    • false: default parameter template.
    • true: custom template.
    CreatedAt string
    Indicates the creation time in the yyyy-MM-ddTHH:mm:ssZ format.
    DatastoreName string
    Indicates the engine name.
    DatastoreVersionName string
    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.
    UpdatedAt string
    Indicates the update time in the yyyy-MM-ddTHH:mm:ssZ format.
    UserDefined bool
    Indicates whether the parameter template is a custom template.

    • false: default parameter template.
    • true: custom template.
    createdAt String
    Indicates the creation time in the yyyy-MM-ddTHH:mm:ssZ format.
    datastoreName String
    Indicates the engine name.
    datastoreVersionName String
    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.
    updatedAt String
    Indicates the update time in the yyyy-MM-ddTHH:mm:ssZ format.
    userDefined Boolean
    Indicates whether the parameter template is a custom template.

    • false: default parameter template.
    • true: custom template.
    createdAt string
    Indicates the creation time in the yyyy-MM-ddTHH:mm:ssZ format.
    datastoreName string
    Indicates the engine name.
    datastoreVersionName string
    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.
    updatedAt string
    Indicates the update time in the yyyy-MM-ddTHH:mm:ssZ format.
    userDefined 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_name str
    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.
    createdAt String
    Indicates the creation time in the yyyy-MM-ddTHH:mm:ssZ format.
    datastoreName String
    Indicates the engine name.
    datastoreVersionName String
    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.
    updatedAt String
    Indicates the update time in the yyyy-MM-ddTHH:mm:ssZ format.
    userDefined 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 opentelekomcloud Terraform Provider.
    opentelekomcloud logo
    opentelekomcloud 1.36.51 published on Thursday, Oct 23, 2025 by opentelekomcloud
      Meet Neo: Your AI Platform Teammate