tencentcloud 1.81.182 published on Monday, Apr 14, 2025 by tencentcloudstack
tencentcloud.getTsfBusinessLogConfigs
Explore with Pulumi AI
tencentcloud 1.81.182 published on Monday, Apr 14, 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({
configIdLists: ["apm-busi-log-cfg-qv3x3rdv"],
disableProgramAuthCheck: true,
searchWord: "terraform",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
business_log_configs = tencentcloud.get_tsf_business_log_configs(config_id_lists=["apm-busi-log-cfg-qv3x3rdv"],
disable_program_auth_check=True,
search_word="terraform")
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{
ConfigIdLists: []string{
"apm-busi-log-cfg-qv3x3rdv",
},
DisableProgramAuthCheck: pulumi.BoolRef(true),
SearchWord: pulumi.StringRef("terraform"),
}, 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()
{
ConfigIdLists = new[]
{
"apm-busi-log-cfg-qv3x3rdv",
},
DisableProgramAuthCheck = true,
SearchWord = "terraform",
});
});
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()
.configIdLists("apm-busi-log-cfg-qv3x3rdv")
.disableProgramAuthCheck(true)
.searchWord("terraform")
.build());
}
}
variables:
businessLogConfigs:
fn::invoke:
function: tencentcloud:getTsfBusinessLogConfigs
arguments:
configIdLists:
- apm-busi-log-cfg-qv3x3rdv
disableProgramAuthCheck: true
searchWord: terraform
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 dictionary
The 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
This property is required. List<GetTsf 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 This property is required. double - Total Count.Note: This field may return null, indicating that no valid values can be obtained.
- Contents
This property is required. []GetTsf 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 This property is required. float64 - Total Count.Note: This field may return null, indicating that no valid values can be obtained.
- contents
This property is required. List<GetTsf 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 This property is required. Double - Total Count.Note: This field may return null, indicating that no valid values can be obtained.
- contents
This property is required. GetTsf 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 This property is required. number - Total Count.Note: This field may return null, indicating that no valid values can be obtained.
- contents
This property is required. Sequence[GetTsf 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 This property is required. float - Total Count.Note: This field may return null, indicating that no valid values can be obtained.
- contents
This property is required. List<Property Map> - Log configuration item list. Note: This field may return null, indicating that no valid values can be obtained.
- total
Count This property is required. Number - Total Count.Note: This field may return null, indicating that no valid values can be obtained.
GetTsfBusinessLogConfigsResultContent
- Config
Associated Groups This property is required. List<GetTsf 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 Time This property is required. string - Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- Config
Desc This property is required. string - Description of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- Config
Id This property is required. string - ConfigId.
- Config
Name This property is required. string - ConfigName.
- Config
Path This property is required. string - Log path of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- Config
Pipeline This property is required. string - Pipeline of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- Config
Schemas This property is required. 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.
This property is required. string- configuration Tag.Note: This field may return null, indicating that no valid values can be obtained.
- Config
Update Time This property is required. string - Update time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- Config
Associated Groups This property is required. []GetTsf 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 Time This property is required. string - Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- Config
Desc This property is required. string - Description of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- Config
Id This property is required. string - ConfigId.
- Config
Name This property is required. string - ConfigName.
- Config
Path This property is required. string - Log path of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- Config
Pipeline This property is required. string - Pipeline of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- Config
Schemas This property is required. []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.
This property is required. string- configuration Tag.Note: This field may return null, indicating that no valid values can be obtained.
- Config
Update Time This property is required. string - Update time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config
Associated Groups This property is required. List<GetTsf 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 Time This property is required. String - Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config
Desc This property is required. String - Description of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config
Id This property is required. String - ConfigId.
- config
Name This property is required. String - ConfigName.
- config
Path This property is required. String - Log path of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config
Pipeline This property is required. String - Pipeline of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config
Schemas This property is required. 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.
This property is required. String- configuration Tag.Note: This field may return null, indicating that no valid values can be obtained.
- config
Update Time This property is required. String - Update time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config
Associated Groups This property is required. GetTsf 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 Time This property is required. string - Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config
Desc This property is required. string - Description of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config
Id This property is required. string - ConfigId.
- config
Name This property is required. string - ConfigName.
- config
Path This property is required. string - Log path of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config
Pipeline This property is required. string - Pipeline of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config
Schemas This property is required. 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.
This property is required. string- configuration Tag.Note: This field may return null, indicating that no valid values can be obtained.
- config
Update Time This property is required. string - Update time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config_
associated_ groups This property is required. Sequence[GetTsf 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_ time This property is required. str - Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config_
desc This property is required. str - Description of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config_
id This property is required. str - ConfigId.
- config_
name This property is required. str - ConfigName.
- config_
path This property is required. str - Log path of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config_
pipeline This property is required. str - Pipeline of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config_
schemas This property is required. 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.
This property is required. str- configuration Tag.Note: This field may return null, indicating that no valid values can be obtained.
- config_
update_ time This property is required. str - Update time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config
Associated Groups This property is required. List<Property Map> - the associate group of Config.Note: This field may return null, indicating that no valid values can be obtained.
- config
Create Time This property is required. String - Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config
Desc This property is required. String - Description of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config
Id This property is required. String - ConfigId.
- config
Name This property is required. String - ConfigName.
- config
Path This property is required. String - Log path of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config
Pipeline This property is required. String - Pipeline of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- config
Schemas This property is required. List<Property Map> - ParserSchema of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
This property is required. String- configuration Tag.Note: This field may return null, indicating that no valid values can be obtained.
- config
Update Time This property is required. String - Update time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
GetTsfBusinessLogConfigsResultContentConfigAssociatedGroup
- Application
Id This property is required. string - Application Id of Group. Note: This field may return null, indicating that no valid values can be obtained.
- Application
Name This property is required. string - Application Name. Note: This field may return null, indicating that no valid values can be obtained.
- Application
Type This property is required. string - Application Type. Note: This field may return null, indicating that no valid values can be obtained.
- Associated
Time This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. string - Group Id. Note: This field may return null, indicating that no valid values can be obtained.
- Group
Name This property is required. string - Group Name. Note: This field may return null, indicating that no valid values can be obtained.
- Namespace
Id This property is required. 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 This property is required. 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 This property is required. string - Application Id of Group. Note: This field may return null, indicating that no valid values can be obtained.
- Application
Name This property is required. string - Application Name. Note: This field may return null, indicating that no valid values can be obtained.
- Application
Type This property is required. string - Application Type. Note: This field may return null, indicating that no valid values can be obtained.
- Associated
Time This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. string - Group Id. Note: This field may return null, indicating that no valid values can be obtained.
- Group
Name This property is required. string - Group Name. Note: This field may return null, indicating that no valid values can be obtained.
- Namespace
Id This property is required. 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 This property is required. 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 This property is required. String - Application Id of Group. Note: This field may return null, indicating that no valid values can be obtained.
- application
Name This property is required. String - Application Name. Note: This field may return null, indicating that no valid values can be obtained.
- application
Type This property is required. String - Application Type. Note: This field may return null, indicating that no valid values can be obtained.
- associated
Time This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. String - Group Id. Note: This field may return null, indicating that no valid values can be obtained.
- group
Name This property is required. String - Group Name. Note: This field may return null, indicating that no valid values can be obtained.
- namespace
Id This property is required. 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 This property is required. 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 This property is required. string - Application Id of Group. Note: This field may return null, indicating that no valid values can be obtained.
- application
Name This property is required. string - Application Name. Note: This field may return null, indicating that no valid values can be obtained.
- application
Type This property is required. string - Application Type. Note: This field may return null, indicating that no valid values can be obtained.
- associated
Time This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. string - Group Id. Note: This field may return null, indicating that no valid values can be obtained.
- group
Name This property is required. string - Group Name. Note: This field may return null, indicating that no valid values can be obtained.
- namespace
Id This property is required. 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 This property is required. 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 This property is required. str - Application Id of Group. Note: This field may return null, indicating that no valid values can be obtained.
- application_
name This property is required. str - Application Name. Note: This field may return null, indicating that no valid values can be obtained.
- application_
type This property is required. str - Application Type. Note: This field may return null, indicating that no valid values can be obtained.
- associated_
time This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. str - Group Id. Note: This field may return null, indicating that no valid values can be obtained.
- group_
name This property is required. str - Group Name. Note: This field may return null, indicating that no valid values can be obtained.
- namespace_
id This property is required. 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 This property is required. 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 This property is required. String - Application Id of Group. Note: This field may return null, indicating that no valid values can be obtained.
- application
Name This property is required. String - Application Name. Note: This field may return null, indicating that no valid values can be obtained.
- application
Type This property is required. String - Application Type. Note: This field may return null, indicating that no valid values can be obtained.
- associated
Time This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. String - Group Id. Note: This field may return null, indicating that no valid values can be obtained.
- group
Name This property is required. String - Group Name. Note: This field may return null, indicating that no valid values can be obtained.
- namespace
Id This property is required. 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 This property is required. 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 This property is required. string - content of schema.
- Schema
Create Time This property is required. string - Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- Schema
Date Format This property is required. string - Schema format.Note: This field may return null, indicating that no valid values can be obtained.
- Schema
Multiline Pattern This property is required. string - Schema pattern of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- Schema
Pattern Layout This property is required. string - User-defined parsing rules.Note: This field may return null, indicating that no valid values can be obtained.
- Schema
Type This property is required. double - Schema type.
- Schema
Content This property is required. string - content of schema.
- Schema
Create Time This property is required. string - Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- Schema
Date Format This property is required. string - Schema format.Note: This field may return null, indicating that no valid values can be obtained.
- Schema
Multiline Pattern This property is required. string - Schema pattern of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- Schema
Pattern Layout This property is required. string - User-defined parsing rules.Note: This field may return null, indicating that no valid values can be obtained.
- Schema
Type This property is required. float64 - Schema type.
- schema
Content This property is required. String - content of schema.
- schema
Create Time This property is required. String - Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- schema
Date Format This property is required. String - Schema format.Note: This field may return null, indicating that no valid values can be obtained.
- schema
Multiline Pattern This property is required. String - Schema pattern of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- schema
Pattern Layout This property is required. String - User-defined parsing rules.Note: This field may return null, indicating that no valid values can be obtained.
- schema
Type This property is required. Double - Schema type.
- schema
Content This property is required. string - content of schema.
- schema
Create Time This property is required. string - Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- schema
Date Format This property is required. string - Schema format.Note: This field may return null, indicating that no valid values can be obtained.
- schema
Multiline Pattern This property is required. string - Schema pattern of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- schema
Pattern Layout This property is required. string - User-defined parsing rules.Note: This field may return null, indicating that no valid values can be obtained.
- schema
Type This property is required. number - Schema type.
- schema_
content This property is required. str - content of schema.
- schema_
create_ time This property is required. str - Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- schema_
date_ format This property is required. str - Schema format.Note: This field may return null, indicating that no valid values can be obtained.
- schema_
multiline_ pattern This property is required. str - Schema pattern of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- schema_
pattern_ layout This property is required. str - User-defined parsing rules.Note: This field may return null, indicating that no valid values can be obtained.
- schema_
type This property is required. float - Schema type.
- schema
Content This property is required. String - content of schema.
- schema
Create Time This property is required. String - Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- schema
Date Format This property is required. String - Schema format.Note: This field may return null, indicating that no valid values can be obtained.
- schema
Multiline Pattern This property is required. String - Schema pattern of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
- schema
Pattern Layout This property is required. String - User-defined parsing rules.Note: This field may return null, indicating that no valid values can be obtained.
- schema
Type This property is required. Number - Schema type.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloud
Terraform Provider.
tencentcloud 1.81.182 published on Monday, Apr 14, 2025 by tencentcloudstack