Viewing docs for tencentcloud 1.82.93
published on Monday, May 11, 2026 by tencentcloudstack
published on Monday, May 11, 2026 by tencentcloudstack
Viewing docs for tencentcloud 1.82.93
published on Monday, May 11, 2026 by tencentcloudstack
published on Monday, May 11, 2026 by tencentcloudstack
Use this data source to query the list of resource types supported by Tencent Cloud Config.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const example = tencentcloud.getConfigResourceTypes({});
import pulumi
import pulumi_tencentcloud as tencentcloud
example = tencentcloud.get_config_resource_types()
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.GetConfigResourceTypes(ctx, &tencentcloud.GetConfigResourceTypesArgs{}, 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 example = Tencentcloud.GetConfigResourceTypes.Invoke();
});
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.GetConfigResourceTypesArgs;
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 example = TencentcloudFunctions.getConfigResourceTypes(GetConfigResourceTypesArgs.builder()
.build());
}
}
variables:
example:
fn::invoke:
function: tencentcloud:getConfigResourceTypes
arguments: {}
Example coming soon!
Using getConfigResourceTypes
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 getConfigResourceTypes(args: GetConfigResourceTypesArgs, opts?: InvokeOptions): Promise<GetConfigResourceTypesResult>
function getConfigResourceTypesOutput(args: GetConfigResourceTypesOutputArgs, opts?: InvokeOptions): Output<GetConfigResourceTypesResult>def get_config_resource_types(id: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetConfigResourceTypesResult
def get_config_resource_types_output(id: pulumi.Input[Optional[str]] = None,
result_output_file: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetConfigResourceTypesResult]func GetConfigResourceTypes(ctx *Context, args *GetConfigResourceTypesArgs, opts ...InvokeOption) (*GetConfigResourceTypesResult, error)
func GetConfigResourceTypesOutput(ctx *Context, args *GetConfigResourceTypesOutputArgs, opts ...InvokeOption) GetConfigResourceTypesResultOutput> Note: This function is named GetConfigResourceTypes in the Go SDK.
public static class GetConfigResourceTypes
{
public static Task<GetConfigResourceTypesResult> InvokeAsync(GetConfigResourceTypesArgs args, InvokeOptions? opts = null)
public static Output<GetConfigResourceTypesResult> Invoke(GetConfigResourceTypesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetConfigResourceTypesResult> getConfigResourceTypes(GetConfigResourceTypesArgs args, InvokeOptions options)
public static Output<GetConfigResourceTypesResult> getConfigResourceTypes(GetConfigResourceTypesArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getConfigResourceTypes:getConfigResourceTypes
arguments:
# arguments dictionarydata "tencentcloud_getconfigresourcetypes" "name" {
# arguments
}The following arguments are supported:
- Id string
- Result
Output stringFile - Used to save results.
- Id string
- Result
Output stringFile - Used to save results.
- id string
- result_
output_ stringfile - Used to save results.
- id String
- result
Output StringFile - Used to save results.
- id string
- result
Output stringFile - Used to save results.
- id str
- result_
output_ strfile - Used to save results.
- id String
- result
Output StringFile - Used to save results.
getConfigResourceTypes Result
The following output properties are available:
- Id string
- Resource
Type List<GetLists Config Resource Types Resource Type List> - Supported resource type list.
- Result
Output stringFile
- Id string
- Resource
Type []GetLists Config Resource Types Resource Type List - Supported resource type list.
- Result
Output stringFile
- id string
- resource_
type_ list(object)lists - Supported resource type list.
- result_
output_ stringfile
- id String
- resource
Type List<GetLists Config Resource Types Resource Type List> - Supported resource type list.
- result
Output StringFile
- id string
- resource
Type GetLists Config Resource Types Resource Type List[] - Supported resource type list.
- result
Output stringFile
- id str
- resource_
type_ Sequence[Getlists Config Resource Types Resource Type List] - Supported resource type list.
- result_
output_ strfile
- id String
- resource
Type List<Property Map>Lists - Supported resource type list.
- result
Output StringFile
Supporting Types
GetConfigResourceTypesResourceTypeList
- Product string
- Product code (e.g. CAM).
- Product
Name string - Product name.
- Resource
Type string - Resource type identifier (e.g. QCS::CAM::Group).
- Resource
Type stringName - Resource type name.
- Product string
- Product code (e.g. CAM).
- Product
Name string - Product name.
- Resource
Type string - Resource type identifier (e.g. QCS::CAM::Group).
- Resource
Type stringName - Resource type name.
- product string
- Product code (e.g. CAM).
- product_
name string - Product name.
- resource_
type string - Resource type identifier (e.g. QCS::CAM::Group).
- resource_
type_ stringname - Resource type name.
- product String
- Product code (e.g. CAM).
- product
Name String - Product name.
- resource
Type String - Resource type identifier (e.g. QCS::CAM::Group).
- resource
Type StringName - Resource type name.
- product string
- Product code (e.g. CAM).
- product
Name string - Product name.
- resource
Type string - Resource type identifier (e.g. QCS::CAM::Group).
- resource
Type stringName - Resource type name.
- product str
- Product code (e.g. CAM).
- product_
name str - Product name.
- resource_
type str - Resource type identifier (e.g. QCS::CAM::Group).
- resource_
type_ strname - Resource type name.
- product String
- Product code (e.g. CAM).
- product
Name String - Product name.
- resource
Type String - Resource type identifier (e.g. QCS::CAM::Group).
- resource
Type StringName - Resource type name.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
Viewing docs for tencentcloud 1.82.93
published on Monday, May 11, 2026 by tencentcloudstack
published on Monday, May 11, 2026 by tencentcloudstack
