1. Packages
  2. Opentelekomcloud Provider
  3. API Docs
  4. getRmsAdvancedQuerySchemasV1
opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud

opentelekomcloud.getRmsAdvancedQuerySchemasV1

Explore with Pulumi AI

opentelekomcloud logo
opentelekomcloud 1.36.37 published on Thursday, Apr 24, 2025 by opentelekomcloud

    Up-to-date reference of API arguments for RMS Advanced Query Schemas you can get at documentation portal

    Use this data source to get the list of RMS advanced query schemas.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as opentelekomcloud from "@pulumi/opentelekomcloud";
    
    const test = opentelekomcloud.getRmsAdvancedQuerySchemasV1({
        type: "aad.instances",
    });
    
    import pulumi
    import pulumi_opentelekomcloud as opentelekomcloud
    
    test = opentelekomcloud.get_rms_advanced_query_schemas_v1(type="aad.instances")
    
    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.GetRmsAdvancedQuerySchemasV1(ctx, &opentelekomcloud.GetRmsAdvancedQuerySchemasV1Args{
    			Type: pulumi.StringRef("aad.instances"),
    		}, 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.GetRmsAdvancedQuerySchemasV1.Invoke(new()
        {
            Type = "aad.instances",
        });
    
    });
    
    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.GetRmsAdvancedQuerySchemasV1Args;
    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.getRmsAdvancedQuerySchemasV1(GetRmsAdvancedQuerySchemasV1Args.builder()
                .type("aad.instances")
                .build());
    
        }
    }
    
    variables:
      test:
        fn::invoke:
          function: opentelekomcloud:getRmsAdvancedQuerySchemasV1
          arguments:
            type: aad.instances
    

    Using getRmsAdvancedQuerySchemasV1

    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 getRmsAdvancedQuerySchemasV1(args: GetRmsAdvancedQuerySchemasV1Args, opts?: InvokeOptions): Promise<GetRmsAdvancedQuerySchemasV1Result>
    function getRmsAdvancedQuerySchemasV1Output(args: GetRmsAdvancedQuerySchemasV1OutputArgs, opts?: InvokeOptions): Output<GetRmsAdvancedQuerySchemasV1Result>
    def get_rms_advanced_query_schemas_v1(id: Optional[str] = None,
                                          type: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetRmsAdvancedQuerySchemasV1Result
    def get_rms_advanced_query_schemas_v1_output(id: Optional[pulumi.Input[str]] = None,
                                          type: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetRmsAdvancedQuerySchemasV1Result]
    func GetRmsAdvancedQuerySchemasV1(ctx *Context, args *GetRmsAdvancedQuerySchemasV1Args, opts ...InvokeOption) (*GetRmsAdvancedQuerySchemasV1Result, error)
    func GetRmsAdvancedQuerySchemasV1Output(ctx *Context, args *GetRmsAdvancedQuerySchemasV1OutputArgs, opts ...InvokeOption) GetRmsAdvancedQuerySchemasV1ResultOutput

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

    public static class GetRmsAdvancedQuerySchemasV1 
    {
        public static Task<GetRmsAdvancedQuerySchemasV1Result> InvokeAsync(GetRmsAdvancedQuerySchemasV1Args args, InvokeOptions? opts = null)
        public static Output<GetRmsAdvancedQuerySchemasV1Result> Invoke(GetRmsAdvancedQuerySchemasV1InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRmsAdvancedQuerySchemasV1Result> getRmsAdvancedQuerySchemasV1(GetRmsAdvancedQuerySchemasV1Args args, InvokeOptions options)
    public static Output<GetRmsAdvancedQuerySchemasV1Result> getRmsAdvancedQuerySchemasV1(GetRmsAdvancedQuerySchemasV1Args args, InvokeOptions options)
    
    fn::invoke:
      function: opentelekomcloud:index/getRmsAdvancedQuerySchemasV1:getRmsAdvancedQuerySchemasV1
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The data source ID.
    Type string
    Specifies the type of the schema.
    Id string
    The data source ID.
    Type string
    Specifies the type of the schema.
    id String
    The data source ID.
    type String
    Specifies the type of the schema.
    id string
    The data source ID.
    type string
    Specifies the type of the schema.
    id str
    The data source ID.
    type str
    Specifies the type of the schema.
    id String
    The data source ID.
    type String
    Specifies the type of the schema.

    getRmsAdvancedQuerySchemasV1 Result

    The following output properties are available:

    Id string
    The data source ID.
    Schemas List<GetRmsAdvancedQuerySchemasV1Schema>
    The list of schema.
    Type string
    The schema type.
    Id string
    The data source ID.
    Schemas []GetRmsAdvancedQuerySchemasV1Schema
    The list of schema.
    Type string
    The schema type.
    id String
    The data source ID.
    schemas List<GetRmsAdvancedQuerySchemasV1Schema>
    The list of schema.
    type String
    The schema type.
    id string
    The data source ID.
    schemas GetRmsAdvancedQuerySchemasV1Schema[]
    The list of schema.
    type string
    The schema type.
    id str
    The data source ID.
    schemas Sequence[GetRmsAdvancedQuerySchemasV1Schema]
    The list of schema.
    type str
    The schema type.
    id String
    The data source ID.
    schemas List<Property Map>
    The list of schema.
    type String
    The schema type.

    Supporting Types

    GetRmsAdvancedQuerySchemasV1Schema

    Schema Dictionary<string, string>
    The schema detail.
    Type string
    Specifies the type of the schema.
    Schema map[string]string
    The schema detail.
    Type string
    Specifies the type of the schema.
    schema Map<String,String>
    The schema detail.
    type String
    Specifies the type of the schema.
    schema {[key: string]: string}
    The schema detail.
    type string
    Specifies the type of the schema.
    schema Mapping[str, str]
    The schema detail.
    type str
    Specifies the type of the schema.
    schema Map<String>
    The schema detail.
    type String
    Specifies the type of the schema.

    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.37 published on Thursday, Apr 24, 2025 by opentelekomcloud