tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
tencentcloud.getTsfBusinessLogConfigs
Start a Neo task
Explain and create a tencentcloud.getTsfBusinessLogConfigs resource
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
Use this data source to query detailed information of tsf business_log_configs
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const businessLogConfigs = tencentcloud.getTsfBusinessLogConfigs({
searchWord: "terraform",
disableProgramAuthCheck: true,
configIdLists: ["apm-busi-log-cfg-qv3x3rdv"],
});
import pulumi
import pulumi_tencentcloud as tencentcloud
business_log_configs = tencentcloud.get_tsf_business_log_configs(search_word="terraform",
disable_program_auth_check=True,
config_id_lists=["apm-busi-log-cfg-qv3x3rdv"])
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.LookupTsfBusinessLogConfigs(ctx, &tencentcloud.LookupTsfBusinessLogConfigsArgs{
SearchWord: pulumi.StringRef("terraform"),
DisableProgramAuthCheck: pulumi.BoolRef(true),
ConfigIdLists: []string{
"apm-busi-log-cfg-qv3x3rdv",
},
}, 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 businessLogConfigs = Tencentcloud.GetTsfBusinessLogConfigs.Invoke(new()
{
SearchWord = "terraform",
DisableProgramAuthCheck = true,
ConfigIdLists = new[]
{
"apm-busi-log-cfg-qv3x3rdv",
},
});
});
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.GetTsfBusinessLogConfigsArgs;
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 businessLogConfigs = TencentcloudFunctions.getTsfBusinessLogConfigs(GetTsfBusinessLogConfigsArgs.builder()
.searchWord("terraform")
.disableProgramAuthCheck(true)
.configIdLists("apm-busi-log-cfg-qv3x3rdv")
.build());
}
}
variables:
businessLogConfigs:
fn::invoke:
function: tencentcloud:getTsfBusinessLogConfigs
arguments:
searchWord: terraform
disableProgramAuthCheck: true
configIdLists:
- apm-busi-log-cfg-qv3x3rdv
Using getTsfBusinessLogConfigs
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 getTsfBusinessLogConfigs(args: GetTsfBusinessLogConfigsArgs, opts?: InvokeOptions): Promise<GetTsfBusinessLogConfigsResult>
function getTsfBusinessLogConfigsOutput(args: GetTsfBusinessLogConfigsOutputArgs, opts?: InvokeOptions): Output<GetTsfBusinessLogConfigsResult>def get_tsf_business_log_configs(config_id_lists: Optional[Sequence[str]] = None,
disable_program_auth_check: Optional[bool] = None,
id: Optional[str] = None,
result_output_file: Optional[str] = None,
search_word: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTsfBusinessLogConfigsResult
def get_tsf_business_log_configs_output(config_id_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
disable_program_auth_check: Optional[pulumi.Input[bool]] = None,
id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
search_word: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTsfBusinessLogConfigsResult]func LookupTsfBusinessLogConfigs(ctx *Context, args *LookupTsfBusinessLogConfigsArgs, opts ...InvokeOption) (*LookupTsfBusinessLogConfigsResult, error)
func LookupTsfBusinessLogConfigsOutput(ctx *Context, args *LookupTsfBusinessLogConfigsOutputArgs, opts ...InvokeOption) LookupTsfBusinessLogConfigsResultOutput> Note: This function is named LookupTsfBusinessLogConfigs in the Go SDK.
public static class GetTsfBusinessLogConfigs
{
public static Task<GetTsfBusinessLogConfigsResult> InvokeAsync(GetTsfBusinessLogConfigsArgs args, InvokeOptions? opts = null)
public static Output<GetTsfBusinessLogConfigsResult> Invoke(GetTsfBusinessLogConfigsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTsfBusinessLogConfigsResult> getTsfBusinessLogConfigs(GetTsfBusinessLogConfigsArgs args, InvokeOptions options)
public static Output<GetTsfBusinessLogConfigsResult> getTsfBusinessLogConfigs(GetTsfBusinessLogConfigsArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getTsfBusinessLogConfigs:getTsfBusinessLogConfigs
arguments:
# arguments dictionaryThe following arguments are supported:
- Config
Id List<string>Lists - Config Id list.
- Disable
Program boolAuth Check - Disable Program auth check or not.
- Id string
- Result
Output stringFile - Used to save results.
- Search
Word string - wild search word.
- Config
Id []stringLists - Config Id list.
- Disable
Program boolAuth Check - Disable Program auth check or not.
- Id string
- Result
Output stringFile - Used to save results.
- Search
Word string - wild search word.
- config
Id List<String>Lists - Config Id list.
- disable
Program BooleanAuth Check - Disable Program auth check or not.
- id String
- result
Output StringFile - Used to save results.
- search
Word String - wild search word.
- config
Id string[]Lists - Config Id list.
- disable
Program booleanAuth Check - Disable Program auth check or not.
- id string
- result
Output stringFile - Used to save results.
- search
Word string - wild search word.
- config_
id_ Sequence[str]lists - Config Id list.
- disable_
program_ boolauth_ check - Disable Program auth check or not.
- id str
- result_
output_ strfile - Used to save results.
- search_
word str - wild search word.
- config
Id List<String>Lists - Config Id list.
- disable
Program BooleanAuth Check - Disable Program auth check or not.
- id String
- result
Output StringFile - Used to save results.
- search
Word String - wild search word.
getTsfBusinessLogConfigs Result
The following output properties are available:
- Id string
- Results
List<Get
Tsf Business Log Configs Result> - List of business log configurations.Note: This field may return null, indicating that no valid values can be obtained.
- Config
Id List<string>Lists - Disable
Program boolAuth Check - Result
Output stringFile - Search
Word string
- Id string
- Results
[]Get
Tsf Business Log Configs Result - List of business log configurations.Note: This field may return null, indicating that no valid values can be obtained.
- Config
Id []stringLists - Disable
Program boolAuth Check - Result
Output stringFile - Search
Word string
- id String
- results
List<Get
Tsf Business Log Configs Result> - List of business log configurations.Note: This field may return null, indicating that no valid values can be obtained.
- config
Id List<String>Lists - disable
Program BooleanAuth Check - result
Output StringFile - search
Word String
- id string
- results
Get
Tsf Business Log Configs Result[] - List of business log configurations.Note: This field may return null, indicating that no valid values can be obtained.
- config
Id string[]Lists - disable
Program booleanAuth Check - result
Output stringFile - search
Word string
- id str
- results
Sequence[Get
Tsf Business Log Configs Result] - List of business log configurations.Note: This field may return null, indicating that no valid values can be obtained.
- config_
id_ Sequence[str]lists - disable_
program_ boolauth_ check - result_
output_ strfile - search_
word str
- id String
- results List<Property Map>
- List of business log configurations.Note: This field may return null, indicating that no valid values can be obtained.
- config
Id List<String>Lists - disable
Program BooleanAuth Check - result
Output StringFile - search
Word String
Supporting Types
GetTsfBusinessLogConfigsResult
- Contents
List<Get
Tsf Business Log Configs Result Content> - Log configuration item list. Note: This field may return null, indicating that no valid values can be obtained.
- Total
Count double - Total Count.Note: This field may return null, indicating that no valid values can be obtained.
- Contents
[]Get
Tsf Business Log Configs Result Content - Log configuration item list. Note: This field may return null, indicating that no valid values can be obtained.
- Total
Count float64 - Total Count.Note: This field may return null, indicating that no valid values can be obtained.
- contents
List<Get
Tsf Business Log Configs Result Content> - Log configuration item list. Note: This field may return null, indicating that no valid values can be obtained.
- total
Count Double - Total Count.Note: This field may return null, indicating that no valid values can be obtained.
- contents
Get
Tsf Business Log Configs Result Content[] - Log configuration item list. Note: This field may return null, indicating that no valid values can be obtained.
- total
Count number - Total Count.Note: This field may return null, indicating that no valid values can be obtained.
- contents
Sequence[Get
Tsf Business Log Configs Result Content] - Log configuration item list. Note: This field may return null, indicating that no valid values can be obtained.
- total_
count float - Total Count.Note: This field may return null, indicating that no valid values can be obtained.
- contents List<Property Map>
- Log configuration item list. Note: This field may return null, indicating that no valid values can be obtained.
- total
Count Number - Total Count.Note: This field may return null, indicating that no valid values can be obtained.
GetTsfBusinessLogConfigsResultContent
- Config
Associated List<GetGroups Tsf Business Log Configs Result Content Config Associated Group> - the associate group of Config.Note: This field may return null, indicating that no valid values can be obtained.
- Config
Create stringTime - Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- Config
Desc string - Description of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- Config
Id string - ConfigId.
- Config
Name string - ConfigName.
- Config
Path string - Log path of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- Config
Pipeline string - Pipeline of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- Config
Schemas List<GetTsf Business Log Configs Result Content Config Schema> - ParserSchema of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- string
- configuration Tag.Note: This field may return null, indicating that no valid values can be obtained.
- Config
Update stringTime - Update time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- Config
Associated []GetGroups Tsf Business Log Configs Result Content Config Associated Group - the associate group of Config.Note: This field may return null, indicating that no valid values can be obtained.
- Config
Create stringTime - Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- Config
Desc string - Description of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- Config
Id string - ConfigId.
- Config
Name string - ConfigName.
- Config
Path string - Log path of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- Config
Pipeline string - Pipeline of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- Config
Schemas []GetTsf Business Log Configs Result Content Config Schema - ParserSchema of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- string
- configuration Tag.Note: This field may return null, indicating that no valid values can be obtained.
- Config
Update stringTime - Update time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config
Associated List<GetGroups Tsf Business Log Configs Result Content Config Associated Group> - the associate group of Config.Note: This field may return null, indicating that no valid values can be obtained.
- config
Create StringTime - Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config
Desc String - Description of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config
Id String - ConfigId.
- config
Name String - ConfigName.
- config
Path String - Log path of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config
Pipeline String - Pipeline of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config
Schemas List<GetTsf Business Log Configs Result Content Config Schema> - ParserSchema of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- String
- configuration Tag.Note: This field may return null, indicating that no valid values can be obtained.
- config
Update StringTime - Update time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config
Associated GetGroups Tsf Business Log Configs Result Content Config Associated Group[] - the associate group of Config.Note: This field may return null, indicating that no valid values can be obtained.
- config
Create stringTime - Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config
Desc string - Description of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config
Id string - ConfigId.
- config
Name string - ConfigName.
- config
Path string - Log path of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config
Pipeline string - Pipeline of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config
Schemas GetTsf Business Log Configs Result Content Config Schema[] - ParserSchema of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- string
- configuration Tag.Note: This field may return null, indicating that no valid values can be obtained.
- config
Update stringTime - Update time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config_
associated_ Sequence[Getgroups Tsf Business Log Configs Result Content Config Associated Group] - the associate group of Config.Note: This field may return null, indicating that no valid values can be obtained.
- config_
create_ strtime - Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config_
desc str - Description of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config_
id str - ConfigId.
- config_
name str - ConfigName.
- config_
path str - Log path of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config_
pipeline str - Pipeline of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config_
schemas Sequence[GetTsf Business Log Configs Result Content Config Schema] - ParserSchema of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- str
- configuration Tag.Note: This field may return null, indicating that no valid values can be obtained.
- config_
update_ strtime - Update time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config
Associated List<Property Map>Groups - the associate group of Config.Note: This field may return null, indicating that no valid values can be obtained.
- config
Create StringTime - Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config
Desc String - Description of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config
Id String - ConfigId.
- config
Name String - ConfigName.
- config
Path String - Log path of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config
Pipeline String - Pipeline of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config
Schemas List<Property Map> - ParserSchema of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- String
- configuration Tag.Note: This field may return null, indicating that no valid values can be obtained.
- config
Update StringTime - Update time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
GetTsfBusinessLogConfigsResultContentConfigAssociatedGroup
- Application
Id string - Application Id of Group. Note: This field may return null, indicating that no valid values can be obtained.
- Application
Name string - Application Name. Note: This field may return null, indicating that no valid values can be obtained.
- Application
Type string - Application Type. Note: This field may return null, indicating that no valid values can be obtained.
- Associated
Time string - Time when the deployment group is associated with the log configuration.Note: This field may return null, indicating that no valid values can be obtained.
- Cluster
Id string - Cluster ID to which the deployment group belongs.Note: This field may return null, indicating that no valid values can be obtained.
- Cluster
Name string - Cluster Name to which the deployment group belongs.Note: This field may return null, indicating that no valid values can be obtained.
- Cluster
Type string - Cluster type to which the deployment group belongs.Note: This field may return null, indicating that no valid values can be obtained.
- Group
Id string - Group Id. Note: This field may return null, indicating that no valid values can be obtained.
- Group
Name string - Group Name. Note: This field may return null, indicating that no valid values can be obtained.
- Namespace
Id string - Namespace ID to which the deployment group belongs.Note: This field may return null, indicating that no valid values can be obtained.
- Namespace
Name string - Namespace Name to which the deployment group belongs.Note: This field may return null, indicating that no valid values can be obtained.
- Application
Id string - Application Id of Group. Note: This field may return null, indicating that no valid values can be obtained.
- Application
Name string - Application Name. Note: This field may return null, indicating that no valid values can be obtained.
- Application
Type string - Application Type. Note: This field may return null, indicating that no valid values can be obtained.
- Associated
Time string - Time when the deployment group is associated with the log configuration.Note: This field may return null, indicating that no valid values can be obtained.
- Cluster
Id string - Cluster ID to which the deployment group belongs.Note: This field may return null, indicating that no valid values can be obtained.
- Cluster
Name string - Cluster Name to which the deployment group belongs.Note: This field may return null, indicating that no valid values can be obtained.
- Cluster
Type string - Cluster type to which the deployment group belongs.Note: This field may return null, indicating that no valid values can be obtained.
- Group
Id string - Group Id. Note: This field may return null, indicating that no valid values can be obtained.
- Group
Name string - Group Name. Note: This field may return null, indicating that no valid values can be obtained.
- Namespace
Id string - Namespace ID to which the deployment group belongs.Note: This field may return null, indicating that no valid values can be obtained.
- Namespace
Name string - Namespace Name to which the deployment group belongs.Note: This field may return null, indicating that no valid values can be obtained.
- application
Id String - Application Id of Group. Note: This field may return null, indicating that no valid values can be obtained.
- application
Name String - Application Name. Note: This field may return null, indicating that no valid values can be obtained.
- application
Type String - Application Type. Note: This field may return null, indicating that no valid values can be obtained.
- associated
Time String - Time when the deployment group is associated with the log configuration.Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Id String - Cluster ID to which the deployment group belongs.Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Name String - Cluster Name to which the deployment group belongs.Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Type String - Cluster type to which the deployment group belongs.Note: This field may return null, indicating that no valid values can be obtained.
- group
Id String - Group Id. Note: This field may return null, indicating that no valid values can be obtained.
- group
Name String - Group Name. Note: This field may return null, indicating that no valid values can be obtained.
- namespace
Id String - Namespace ID to which the deployment group belongs.Note: This field may return null, indicating that no valid values can be obtained.
- namespace
Name String - Namespace Name to which the deployment group belongs.Note: This field may return null, indicating that no valid values can be obtained.
- application
Id string - Application Id of Group. Note: This field may return null, indicating that no valid values can be obtained.
- application
Name string - Application Name. Note: This field may return null, indicating that no valid values can be obtained.
- application
Type string - Application Type. Note: This field may return null, indicating that no valid values can be obtained.
- associated
Time string - Time when the deployment group is associated with the log configuration.Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Id string - Cluster ID to which the deployment group belongs.Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Name string - Cluster Name to which the deployment group belongs.Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Type string - Cluster type to which the deployment group belongs.Note: This field may return null, indicating that no valid values can be obtained.
- group
Id string - Group Id. Note: This field may return null, indicating that no valid values can be obtained.
- group
Name string - Group Name. Note: This field may return null, indicating that no valid values can be obtained.
- namespace
Id string - Namespace ID to which the deployment group belongs.Note: This field may return null, indicating that no valid values can be obtained.
- namespace
Name string - Namespace Name to which the deployment group belongs.Note: This field may return null, indicating that no valid values can be obtained.
- application_
id str - Application Id of Group. Note: This field may return null, indicating that no valid values can be obtained.
- application_
name str - Application Name. Note: This field may return null, indicating that no valid values can be obtained.
- application_
type str - Application Type. Note: This field may return null, indicating that no valid values can be obtained.
- associated_
time str - Time when the deployment group is associated with the log configuration.Note: This field may return null, indicating that no valid values can be obtained.
- cluster_
id str - Cluster ID to which the deployment group belongs.Note: This field may return null, indicating that no valid values can be obtained.
- cluster_
name str - Cluster Name to which the deployment group belongs.Note: This field may return null, indicating that no valid values can be obtained.
- cluster_
type str - Cluster type to which the deployment group belongs.Note: This field may return null, indicating that no valid values can be obtained.
- group_
id str - Group Id. Note: This field may return null, indicating that no valid values can be obtained.
- group_
name str - Group Name. Note: This field may return null, indicating that no valid values can be obtained.
- namespace_
id str - Namespace ID to which the deployment group belongs.Note: This field may return null, indicating that no valid values can be obtained.
- namespace_
name str - Namespace Name to which the deployment group belongs.Note: This field may return null, indicating that no valid values can be obtained.
- application
Id String - Application Id of Group. Note: This field may return null, indicating that no valid values can be obtained.
- application
Name String - Application Name. Note: This field may return null, indicating that no valid values can be obtained.
- application
Type String - Application Type. Note: This field may return null, indicating that no valid values can be obtained.
- associated
Time String - Time when the deployment group is associated with the log configuration.Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Id String - Cluster ID to which the deployment group belongs.Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Name String - Cluster Name to which the deployment group belongs.Note: This field may return null, indicating that no valid values can be obtained.
- cluster
Type String - Cluster type to which the deployment group belongs.Note: This field may return null, indicating that no valid values can be obtained.
- group
Id String - Group Id. Note: This field may return null, indicating that no valid values can be obtained.
- group
Name String - Group Name. Note: This field may return null, indicating that no valid values can be obtained.
- namespace
Id String - Namespace ID to which the deployment group belongs.Note: This field may return null, indicating that no valid values can be obtained.
- namespace
Name String - Namespace Name to which the deployment group belongs.Note: This field may return null, indicating that no valid values can be obtained.
GetTsfBusinessLogConfigsResultContentConfigSchema
- Schema
Content string - content of schema.
- Schema
Create stringTime - Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- Schema
Date stringFormat - Schema format.Note: This field may return null, indicating that no valid values can be obtained.
- Schema
Multiline stringPattern - Schema pattern of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- Schema
Pattern stringLayout - User-defined parsing rules.Note: This field may return null, indicating that no valid values can be obtained.
- Schema
Type double - Schema type.
- Schema
Content string - content of schema.
- Schema
Create stringTime - Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- Schema
Date stringFormat - Schema format.Note: This field may return null, indicating that no valid values can be obtained.
- Schema
Multiline stringPattern - Schema pattern of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- Schema
Pattern stringLayout - User-defined parsing rules.Note: This field may return null, indicating that no valid values can be obtained.
- Schema
Type float64 - Schema type.
- schema
Content String - content of schema.
- schema
Create StringTime - Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- schema
Date StringFormat - Schema format.Note: This field may return null, indicating that no valid values can be obtained.
- schema
Multiline StringPattern - Schema pattern of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- schema
Pattern StringLayout - User-defined parsing rules.Note: This field may return null, indicating that no valid values can be obtained.
- schema
Type Double - Schema type.
- schema
Content string - content of schema.
- schema
Create stringTime - Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- schema
Date stringFormat - Schema format.Note: This field may return null, indicating that no valid values can be obtained.
- schema
Multiline stringPattern - Schema pattern of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- schema
Pattern stringLayout - User-defined parsing rules.Note: This field may return null, indicating that no valid values can be obtained.
- schema
Type number - Schema type.
- schema_
content str - content of schema.
- schema_
create_ strtime - Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- schema_
date_ strformat - Schema format.Note: This field may return null, indicating that no valid values can be obtained.
- schema_
multiline_ strpattern - Schema pattern of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- schema_
pattern_ strlayout - User-defined parsing rules.Note: This field may return null, indicating that no valid values can be obtained.
- schema_
type float - Schema type.
- schema
Content String - content of schema.
- schema
Create StringTime - Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- schema
Date StringFormat - Schema format.Note: This field may return null, indicating that no valid values can be obtained.
- schema
Multiline StringPattern - Schema pattern of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- schema
Pattern StringLayout - User-defined parsing rules.Note: This field may return null, indicating that no valid values can be obtained.
- schema
Type Number - Schema type.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
