1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getTsfBusinessLogConfigs
tencentcloud 1.81.182 published on Monday, Apr 14, 2025 by tencentcloudstack

tencentcloud.getTsfBusinessLogConfigs

Explore with Pulumi AI

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",
});
Copy
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")
Copy
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
	})
}
Copy
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",
    });

});
Copy
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());

    }
}
Copy
variables:
  businessLogConfigs:
    fn::invoke:
      function: tencentcloud:getTsfBusinessLogConfigs
      arguments:
        configIdLists:
          - apm-busi-log-cfg-qv3x3rdv
        disableProgramAuthCheck: true
        searchWord: terraform
Copy

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>
Copy
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]
Copy
func LookupTsfBusinessLogConfigs(ctx *Context, args *LookupTsfBusinessLogConfigsArgs, opts ...InvokeOption) (*LookupTsfBusinessLogConfigsResult, error)
func LookupTsfBusinessLogConfigsOutput(ctx *Context, args *LookupTsfBusinessLogConfigsOutputArgs, opts ...InvokeOption) LookupTsfBusinessLogConfigsResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetTsfBusinessLogConfigsResult> getTsfBusinessLogConfigs(GetTsfBusinessLogConfigsArgs args, InvokeOptions options)
public static Output<GetTsfBusinessLogConfigsResult> getTsfBusinessLogConfigs(GetTsfBusinessLogConfigsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: tencentcloud:index/getTsfBusinessLogConfigs:getTsfBusinessLogConfigs
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ConfigIdLists List<string>
Config Id list.
DisableProgramAuthCheck bool
Disable Program auth check or not.
Id string
ResultOutputFile string
Used to save results.
SearchWord string
wild search word.
ConfigIdLists []string
Config Id list.
DisableProgramAuthCheck bool
Disable Program auth check or not.
Id string
ResultOutputFile string
Used to save results.
SearchWord string
wild search word.
configIdLists List<String>
Config Id list.
disableProgramAuthCheck Boolean
Disable Program auth check or not.
id String
resultOutputFile String
Used to save results.
searchWord String
wild search word.
configIdLists string[]
Config Id list.
disableProgramAuthCheck boolean
Disable Program auth check or not.
id string
resultOutputFile string
Used to save results.
searchWord string
wild search word.
config_id_lists Sequence[str]
Config Id list.
disable_program_auth_check bool
Disable Program auth check or not.
id str
result_output_file str
Used to save results.
search_word str
wild search word.
configIdLists List<String>
Config Id list.
disableProgramAuthCheck Boolean
Disable Program auth check or not.
id String
resultOutputFile String
Used to save results.
searchWord String
wild search word.

getTsfBusinessLogConfigs Result

The following output properties are available:

Id string
Results List<GetTsfBusinessLogConfigsResult>
List of business log configurations.Note: This field may return null, indicating that no valid values can be obtained.
ConfigIdLists List<string>
DisableProgramAuthCheck bool
ResultOutputFile string
SearchWord string
Id string
Results []GetTsfBusinessLogConfigsResult
List of business log configurations.Note: This field may return null, indicating that no valid values can be obtained.
ConfigIdLists []string
DisableProgramAuthCheck bool
ResultOutputFile string
SearchWord string
id String
results List<GetTsfBusinessLogConfigsResult>
List of business log configurations.Note: This field may return null, indicating that no valid values can be obtained.
configIdLists List<String>
disableProgramAuthCheck Boolean
resultOutputFile String
searchWord String
id string
results GetTsfBusinessLogConfigsResult[]
List of business log configurations.Note: This field may return null, indicating that no valid values can be obtained.
configIdLists string[]
disableProgramAuthCheck boolean
resultOutputFile string
searchWord string
id str
results Sequence[GetTsfBusinessLogConfigsResult]
List of business log configurations.Note: This field may return null, indicating that no valid values can be obtained.
config_id_lists Sequence[str]
disable_program_auth_check bool
result_output_file str
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.
configIdLists List<String>
disableProgramAuthCheck Boolean
resultOutputFile String
searchWord String

Supporting Types

GetTsfBusinessLogConfigsResult

Contents This property is required. List<GetTsfBusinessLogConfigsResultContent>
Log configuration item list. Note: This field may return null, indicating that no valid values can be obtained.
TotalCount 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. []GetTsfBusinessLogConfigsResultContent
Log configuration item list. Note: This field may return null, indicating that no valid values can be obtained.
TotalCount 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<GetTsfBusinessLogConfigsResultContent>
Log configuration item list. Note: This field may return null, indicating that no valid values can be obtained.
totalCount 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. GetTsfBusinessLogConfigsResultContent[]
Log configuration item list. Note: This field may return null, indicating that no valid values can be obtained.
totalCount 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[GetTsfBusinessLogConfigsResultContent]
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.
totalCount This property is required. Number
Total Count.Note: This field may return null, indicating that no valid values can be obtained.

GetTsfBusinessLogConfigsResultContent

ConfigAssociatedGroups This property is required. List<GetTsfBusinessLogConfigsResultContentConfigAssociatedGroup>
the associate group of Config.Note: This field may return null, indicating that no valid values can be obtained.
ConfigCreateTime This property is required. string
Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
ConfigDesc This property is required. string
Description of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
ConfigId This property is required. string
ConfigId.
ConfigName This property is required. string
ConfigName.
ConfigPath This property is required. string
Log path of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
ConfigPipeline This property is required. string
Pipeline of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
ConfigSchemas This property is required. List<GetTsfBusinessLogConfigsResultContentConfigSchema>
ParserSchema of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
ConfigTags This property is required. string
configuration Tag.Note: This field may return null, indicating that no valid values can be obtained.
ConfigUpdateTime This property is required. string
Update time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
ConfigAssociatedGroups This property is required. []GetTsfBusinessLogConfigsResultContentConfigAssociatedGroup
the associate group of Config.Note: This field may return null, indicating that no valid values can be obtained.
ConfigCreateTime This property is required. string
Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
ConfigDesc This property is required. string
Description of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
ConfigId This property is required. string
ConfigId.
ConfigName This property is required. string
ConfigName.
ConfigPath This property is required. string
Log path of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
ConfigPipeline This property is required. string
Pipeline of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
ConfigSchemas This property is required. []GetTsfBusinessLogConfigsResultContentConfigSchema
ParserSchema of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
ConfigTags This property is required. string
configuration Tag.Note: This field may return null, indicating that no valid values can be obtained.
ConfigUpdateTime This property is required. string
Update time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
configAssociatedGroups This property is required. List<GetTsfBusinessLogConfigsResultContentConfigAssociatedGroup>
the associate group of Config.Note: This field may return null, indicating that no valid values can be obtained.
configCreateTime This property is required. String
Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
configDesc This property is required. String
Description of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
configId This property is required. String
ConfigId.
configName This property is required. String
ConfigName.
configPath This property is required. String
Log path of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
configPipeline This property is required. String
Pipeline of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
configSchemas This property is required. List<GetTsfBusinessLogConfigsResultContentConfigSchema>
ParserSchema of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
configTags This property is required. String
configuration Tag.Note: This field may return null, indicating that no valid values can be obtained.
configUpdateTime This property is required. String
Update time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
configAssociatedGroups This property is required. GetTsfBusinessLogConfigsResultContentConfigAssociatedGroup[]
the associate group of Config.Note: This field may return null, indicating that no valid values can be obtained.
configCreateTime This property is required. string
Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
configDesc This property is required. string
Description of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
configId This property is required. string
ConfigId.
configName This property is required. string
ConfigName.
configPath This property is required. string
Log path of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
configPipeline This property is required. string
Pipeline of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
configSchemas This property is required. GetTsfBusinessLogConfigsResultContentConfigSchema[]
ParserSchema of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
configTags This property is required. string
configuration Tag.Note: This field may return null, indicating that no valid values can be obtained.
configUpdateTime 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[GetTsfBusinessLogConfigsResultContentConfigAssociatedGroup]
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[GetTsfBusinessLogConfigsResultContentConfigSchema]
ParserSchema of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
config_tags 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.
configAssociatedGroups 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.
configCreateTime This property is required. String
Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
configDesc This property is required. String
Description of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
configId This property is required. String
ConfigId.
configName This property is required. String
ConfigName.
configPath This property is required. String
Log path of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
configPipeline This property is required. String
Pipeline of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
configSchemas 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.
configTags This property is required. String
configuration Tag.Note: This field may return null, indicating that no valid values can be obtained.
configUpdateTime 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

ApplicationId This property is required. string
Application Id of Group. Note: This field may return null, indicating that no valid values can be obtained.
ApplicationName This property is required. string
Application Name. Note: This field may return null, indicating that no valid values can be obtained.
ApplicationType This property is required. string
Application Type. Note: This field may return null, indicating that no valid values can be obtained.
AssociatedTime 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.
ClusterId 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.
ClusterName 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.
ClusterType 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.
GroupId This property is required. string
Group Id. Note: This field may return null, indicating that no valid values can be obtained.
GroupName This property is required. string
Group Name. Note: This field may return null, indicating that no valid values can be obtained.
NamespaceId 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.
NamespaceName 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.
ApplicationId This property is required. string
Application Id of Group. Note: This field may return null, indicating that no valid values can be obtained.
ApplicationName This property is required. string
Application Name. Note: This field may return null, indicating that no valid values can be obtained.
ApplicationType This property is required. string
Application Type. Note: This field may return null, indicating that no valid values can be obtained.
AssociatedTime 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.
ClusterId 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.
ClusterName 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.
ClusterType 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.
GroupId This property is required. string
Group Id. Note: This field may return null, indicating that no valid values can be obtained.
GroupName This property is required. string
Group Name. Note: This field may return null, indicating that no valid values can be obtained.
NamespaceId 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.
NamespaceName 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.
applicationId This property is required. String
Application Id of Group. Note: This field may return null, indicating that no valid values can be obtained.
applicationName This property is required. String
Application Name. Note: This field may return null, indicating that no valid values can be obtained.
applicationType This property is required. String
Application Type. Note: This field may return null, indicating that no valid values can be obtained.
associatedTime 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.
clusterId 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.
clusterName 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.
clusterType 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.
groupId This property is required. String
Group Id. Note: This field may return null, indicating that no valid values can be obtained.
groupName This property is required. String
Group Name. Note: This field may return null, indicating that no valid values can be obtained.
namespaceId 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.
namespaceName 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.
applicationId This property is required. string
Application Id of Group. Note: This field may return null, indicating that no valid values can be obtained.
applicationName This property is required. string
Application Name. Note: This field may return null, indicating that no valid values can be obtained.
applicationType This property is required. string
Application Type. Note: This field may return null, indicating that no valid values can be obtained.
associatedTime 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.
clusterId 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.
clusterName 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.
clusterType 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.
groupId This property is required. string
Group Id. Note: This field may return null, indicating that no valid values can be obtained.
groupName This property is required. string
Group Name. Note: This field may return null, indicating that no valid values can be obtained.
namespaceId 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.
namespaceName 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.
applicationId This property is required. String
Application Id of Group. Note: This field may return null, indicating that no valid values can be obtained.
applicationName This property is required. String
Application Name. Note: This field may return null, indicating that no valid values can be obtained.
applicationType This property is required. String
Application Type. Note: This field may return null, indicating that no valid values can be obtained.
associatedTime 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.
clusterId 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.
clusterName 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.
clusterType 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.
groupId This property is required. String
Group Id. Note: This field may return null, indicating that no valid values can be obtained.
groupName This property is required. String
Group Name. Note: This field may return null, indicating that no valid values can be obtained.
namespaceId 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.
namespaceName 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

SchemaContent This property is required. string
content of schema.
SchemaCreateTime This property is required. string
Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
SchemaDateFormat This property is required. string
Schema format.Note: This field may return null, indicating that no valid values can be obtained.
SchemaMultilinePattern This property is required. string
Schema pattern of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
SchemaPatternLayout This property is required. string
User-defined parsing rules.Note: This field may return null, indicating that no valid values can be obtained.
SchemaType This property is required. double
Schema type.
SchemaContent This property is required. string
content of schema.
SchemaCreateTime This property is required. string
Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
SchemaDateFormat This property is required. string
Schema format.Note: This field may return null, indicating that no valid values can be obtained.
SchemaMultilinePattern This property is required. string
Schema pattern of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
SchemaPatternLayout This property is required. string
User-defined parsing rules.Note: This field may return null, indicating that no valid values can be obtained.
SchemaType This property is required. float64
Schema type.
schemaContent This property is required. String
content of schema.
schemaCreateTime This property is required. String
Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
schemaDateFormat This property is required. String
Schema format.Note: This field may return null, indicating that no valid values can be obtained.
schemaMultilinePattern This property is required. String
Schema pattern of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
schemaPatternLayout This property is required. String
User-defined parsing rules.Note: This field may return null, indicating that no valid values can be obtained.
schemaType This property is required. Double
Schema type.
schemaContent This property is required. string
content of schema.
schemaCreateTime This property is required. string
Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
schemaDateFormat This property is required. string
Schema format.Note: This field may return null, indicating that no valid values can be obtained.
schemaMultilinePattern This property is required. string
Schema pattern of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
schemaPatternLayout This property is required. string
User-defined parsing rules.Note: This field may return null, indicating that no valid values can be obtained.
schemaType 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.
schemaContent This property is required. String
content of schema.
schemaCreateTime This property is required. String
Create time of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
schemaDateFormat This property is required. String
Schema format.Note: This field may return null, indicating that no valid values can be obtained.
schemaMultilinePattern This property is required. String
Schema pattern of configuration item.Note: This field may return null, indicating that no valid values can be obtained.
schemaPatternLayout This property is required. String
User-defined parsing rules.Note: This field may return null, indicating that no valid values can be obtained.
schemaType 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.